Searched refs:PatriciaTree (Results 1 – 2 of 2) sorted by relevance
203 const PatriciaTree* tree = GetPatriciaTree( section ); in GetItemIdImpl()204 const PatriciaTree::NodeData* nodeData = tree->GetNodeDataBy( str ); in GetItemIdImpl()220 const PatriciaTree* tree = GetPatriciaTree( (Sections)section ); in DumpTree()226 const PatriciaTree::Node* node = &tree->nodeTable.item[i]; in DumpTree()227 const PatriciaTree::NodeData* data = &node->nodeData; in DumpTree()235 const SoundArchiveFile::PatriciaTree::NodeData*236 SoundArchiveFile::PatriciaTree::GetNodeDataBy( const char* str, std::size_t len ) const in GetNodeDataBy()
76 struct PatriciaTree;110 NW_INLINE const PatriciaTree* GetPatriciaTree( Sections section ) const in GetPatriciaTree()112 return reinterpret_cast<const PatriciaTree*>( in GetPatriciaTree()118 struct PatriciaTree struct