reachedCustomEnd  178 libsound/EmbedSoundInst.cpp         if ( decodingCompleted() || reachedCustomEnd() )
reachedCustomEnd  198 libsound/EmbedSoundInst.cpp             if ( reachedCustomEnd() )
reachedCustomEnd  427 libsound/EmbedSoundInst.cpp     return ( ( decodingCompleted() || reachedCustomEnd() ) && !loopCount && !decodedSamplesAhead() );
reachedCustomEnd  251 libsound/EmbedSoundInst.h     bool reachedCustomEnd() const;