Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/snd/
Dsnd_SoundArchiveFile.h138 const NodeData* GetNodeDataBy( const char* str, std::size_t len = 0 ) const;
160 reinterpret_cast<const void*>( GetNodeDataBy( s, len ) ) ); in operator()
/NW4C-2.0.3/sources/libraries/snd/
Dsnd_SoundArchiveFile.cpp204 const PatriciaTree::NodeData* nodeData = tree->GetNodeDataBy( str ); in GetItemIdImpl()
236 SoundArchiveFile::PatriciaTree::GetNodeDataBy( const char* str, std::size_t len ) const in GetNodeDataBy() function in nw::snd::internal::SoundArchiveFile::PatriciaTree