Searched defs:PatriciaTree (Results 1 – 1 of 1) sorted by relevance
118 struct PatriciaTree struct120 struct NodeData125 struct Node135 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()