Searched defs:ValueNode (Results 1 – 8 of 8) sorted by relevance
16 class ValueNode; variable
166 class ValueNode; variable784 explicit ValueNode(uint32_t bitfield) in ValueNode() function
282 ValueNode(int32_t initialHash) : Node(initialHash), hasValue(false), value(0) {} in ValueNode() function
264 private static class ValueNode extends Node { class in StringTrieBuilder265 public ValueNode() {} in ValueNode() method in StringTrieBuilder.ValueNode266 public ValueNode(int v) { in ValueNode() method in StringTrieBuilder.ValueNode
263 private static class ValueNode extends Node { class in StringTrieBuilder264 public ValueNode() {} in ValueNode() method in StringTrieBuilder.ValueNode265 public ValueNode(int v) { in ValueNode() method in StringTrieBuilder.ValueNode
861 struct ValueNode struct864 static constexpr const uint32_t NoDebugValueIndex = ~0u;866 uint32_t debugValueIndex = NoDebugValueIndex; // Index into State::lastReachedDebugValues867 std::unordered_map<uint32_t, std::unique_ptr<ValueNode>> children;