Home
last modified time | relevance | path

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

/NW4C-1.2.23/include/nw/snd/
Dsnd_SoundArchiveFile.h116 struct PatriciaTree struct
118 struct NodeData
123 struct Node
133 ut::ResU32 rootIdx;
134 Util::Table<Node> nodeTable;
155 void* operator()(const char* s, size_t len) const in operator()
160 u32 GetNumData() const { return nodeTable.count; } in GetNumData()
161 u32 GetCount() const { return GetNumData(); } in GetCount()