Searched defs:TrieNode (Results 1 – 7 of 7) sorted by relevance
13 struct TORCH_API TrieNode { struct22 std::list<std::shared_ptr<TrieNode>> successors; argument24 TrieNode() : unique_id(GetNextUniqueId()), hit_counter(0), ir_node(nullptr) {} in TrieNode() function25 explicit TrieNode(NodePtr node) in TrieNode() argument
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
662 class TrieNode: class
331 internal sealed class TrieNode { in <lambda>() class in shark.HeapAnalyzer