Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/snd/
Dsnd_SoundArchiveFile.cpp201 const PatriciaTree* tree = GetPatriciaTree( section ); in GetItemIdImpl()
202 const PatriciaTree::NodeData* nodeData = tree->GetNodeDataBy( str ); in GetItemIdImpl()
218 const PatriciaTree* tree = GetPatriciaTree( (Sections)section ); in DumpTree()
224 const PatriciaTree::Node* node = &tree->nodeTable.item[i]; in DumpTree()
225 const PatriciaTree::NodeData* data = &node->nodeData; in DumpTree()
233 const SoundArchiveFile::PatriciaTree::NodeData*
234 SoundArchiveFile::PatriciaTree::GetNodeDataBy( const char* str, std::size_t len ) const in GetNodeDataBy()
/NW4C-1.2.23/include/nw/snd/
Dsnd_SoundArchiveFile.h74 struct PatriciaTree;
108 NW_INLINE const PatriciaTree* GetPatriciaTree( Sections section ) const in GetPatriciaTree()
110 return reinterpret_cast<const PatriciaTree*>( in GetPatriciaTree()
116 struct PatriciaTree struct