Home
last modified time | relevance | path

Searched refs:reverse (Results 1 – 5 of 5) sorted by relevance

/NW4C-2.0.3/include/nw/snd/
Dsnd_SoundPlayer.h381 Function ForEachSound( Function function, bool reverse = false );
399 Function ForEachSoundPriorityOrder( Function function, bool reverse = false );
462 inline Function SoundPlayer::ForEachSound( Function function, bool reverse ) in ForEachSound() argument
464 if ( reverse ) in ForEachSound()
495 Function SoundPlayer::ForEachSoundPriorityOrder( Function function, bool reverse ) in ForEachSoundPriorityOrder() argument
497 if ( reverse ) in ForEachSoundPriorityOrder()
Dsnd_ExternalSoundPlayer.h67 Function ForEachSound( Function function, bool reverse = false );
79 inline Function ExternalSoundPlayer::ForEachSound( Function function, bool reverse ) in ForEachSound() argument
81 if ( reverse ) in ForEachSound()
Dsnd_SoundActor.h438 Function ForEachSound( Function function, bool reverse = false );
486 inline Function SoundActor::ForEachSound( Function function, bool reverse ) in ForEachSound() argument
490 m_ActorPlayer[ actorPlayerIndex ].ForEachSound<Function>( function, reverse ); in ForEachSound()
/NW4C-2.0.3/sources/libraries/ut/
Dut_LinkList.cpp56 LinkListImpl::reverse(void) in reverse() function in nw::ut::internal::LinkListImpl
/NW4C-2.0.3/include/nw/ut/
Dut_LinkList.h268 void reverse();
767 using Base::reverse;
887 void Reverse() { this->reverse(); } //!< @details :private in Reverse()