Searched defs:TrieNode (Results 1 – 3 of 3) sorted by relevance
57 struct TrieNode { struct60 absl::flat_hash_map<std::string, TrieNode> token_to_node; argument62 absl::flat_hash_map<std::string, TrieNode> prefix_to_node; argument
117 struct TrieNode { struct119 std::vector<TrieNode *> Callees{}; argument120 TrieNode *Caller = nullptr; argument127 // List of TrieNode elements we've seen. argument
39 typedef uint32 TrieNode; typedef