Searched refs:PatriciaTree (Results 1 – 2 of 2) sorted by relevance
201 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()
74 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