Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/snd/
Dsnd_SoundStartable.cpp97 StartResult result2( StartResult::START_SUCCESS ); in StartSound() local
98 return result2; in StartSound()
160 StartResult result2( StartResult::START_SUCCESS ); in HoldSound() local
161 return result2; in HoldSound()
Dsnd_FrameHeap.cpp290 bool result2 = NewSection(); in LoadState() local
291 NW_ASSERTMSG( result2, "FrameHeap::LoadState(): NewSection is Failed"); in LoadState()