Home
last modified time | relevance | path

Searched refs:has_value_ (Results 1 – 2 of 2) sorted by relevance

/external/v8/testing/
Dgmock-support.h15 Capture() : value_(), has_value_(false) {} in Capture()
18 bool has_value() const { return has_value_; } in has_value()
23 has_value_ = true; in SetValue()
28 bool has_value_; variable
/external/v8/src/compiler/
Dnode-matchers.h42 : NodeMatcher(node), value_(), has_value_(opcode() == kOpcode) { in ValueMatcher()
43 if (has_value_) { in ValueMatcher()
48 bool HasValue() const { return has_value_; } in HasValue()
64 bool has_value_; member