Home
last modified time | relevance | path

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

/NW4C-1.2.23/include/nw/snd/
Dsnd_SoundPlayer.h372 Function ForEachSound( Function function, bool reverse = false );
390 Function ForEachSoundPriorityOrder( Function function, bool reverse = false );
453 inline Function SoundPlayer::ForEachSound( Function function, bool reverse ) in ForEachSound() argument
455 if ( reverse ) in ForEachSound()
486 Function SoundPlayer::ForEachSoundPriorityOrder( Function function, bool reverse ) in ForEachSoundPriorityOrder() argument
488 if ( reverse ) in ForEachSoundPriorityOrder()
Dsnd_ExternalSoundPlayer.h65 Function ForEachSound( Function function, bool reverse = false );
77 inline Function ExternalSoundPlayer::ForEachSound( Function function, bool reverse ) in ForEachSound() argument
79 if ( reverse ) in ForEachSound()
Dsnd_SoundActor.h430 Function ForEachSound( Function function, bool reverse = false );
478 inline Function SoundActor::ForEachSound( Function function, bool reverse ) in ForEachSound() argument
482 m_ActorPlayer[ actorPlayerIndex ].ForEachSound<Function>( function, reverse ); in ForEachSound()
/NW4C-1.2.23/sources/libraries/ut/
Dut_LinkList.cpp54 LinkListImpl::reverse(void) in reverse() function in nw::ut::internal::LinkListImpl
/NW4C-1.2.23/include/nw/ut/
Dut_LinkList.h266 void reverse();
764 using Base::reverse;
884 void Reverse() { this->reverse(); } //!< @details :private in Reverse()