_decodedData      112 libsound/EmbedSoundInst.cpp     if ( _decodedData.get() )
_decodedData      114 libsound/EmbedSoundInst.cpp         assert(pos < _decodedData->size());
_decodedData      115 libsound/EmbedSoundInst.cpp         return reinterpret_cast<boost::int16_t*>(_decodedData->data()+pos);
_decodedData      438 libsound/EmbedSoundInst.cpp     if ( ! _decodedData.get() )
_decodedData      440 libsound/EmbedSoundInst.cpp         _decodedData.reset( new SimpleBuffer );
_decodedData      443 libsound/EmbedSoundInst.cpp     _decodedData->append(data, size);
_decodedData      168 libsound/EmbedSoundInst.h         if ( ! _decodedData.get() )
_decodedData      170 libsound/EmbedSoundInst.h             _decodedData.reset( new SimpleBuffer() );
_decodedData      173 libsound/EmbedSoundInst.h         _decodedData->resize(0); // shouldn't release memory
_decodedData      174 libsound/EmbedSoundInst.h         _decodedData->append(data, size);
_decodedData      276 libsound/EmbedSoundInst.h         if ( _decodedData.get() )
_decodedData      278 libsound/EmbedSoundInst.h             return _decodedData->size();
_decodedData      307 libsound/EmbedSoundInst.h     std::auto_ptr<SimpleBuffer> _decodedData;