Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/snd/
Dsnd_SoundArchiveFile.h118 struct PatriciaTree struct
120 struct NodeData
125 struct Node
135 ut::ResU32 rootIdx;
136 Util::Table<Node> nodeTable;
157 void* operator()(const char* s, size_t len) const in operator()
162 u32 GetNumData() const { return nodeTable.count; } in GetNumData()
163 u32 GetCount() const { return GetNumData(); } in GetCount()