Home
last modified time | relevance | path

Searched refs:result2 (Results 1 – 2 of 2) sorted by relevance

/NW4C-1.2.23/sources/libraries/snd/
Dsnd_SoundStartable.cpp95 StartResult result2( StartResult::START_SUCCESS ); in StartSound() local
96 return result2; in StartSound()
158 StartResult result2( StartResult::START_SUCCESS ); in HoldSound() local
159 return result2; in HoldSound()
Dsnd_FrameHeap.cpp273 bool result2 = NewSection(); in LoadState() local
274 NW_ASSERTMSG( result2, "FrameHeap::LoadState(): NewSection is Failed"); in LoadState()