Searched defs:ValueNode (Results 1 – 8 of 8) sorted by relevance
279 ValueNode(int32_t initialHash) : Node(initialHash), hasValue(FALSE), value(0) {} in ValueNode() function
282 ValueNode(int32_t initialHash) : Node(initialHash), hasValue(false), value(0) {} in ValueNode() function
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
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
62 class ValueNode; variable488 explicit ValueNode(const ValuePtr &value) : value_(value) {} in ValueNode() function
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;