Searched defs:PatriciaTree (Results 1 – 1 of 1) sorted by relevance
116 struct PatriciaTree struct118 struct NodeData123 struct Node133 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()