Home
last modified time | relevance | path

Searched refs:bool_value_ (Results 1 – 7 of 7) sorted by relevance

/third_party/protobuf/src/google/protobuf/
Dmap_field.h116 val_.bool_value_ = value; in SetBoolValue()
141 return val_.bool_value_; in GetBoolValue()
172 return val_.bool_value_ < other.val_.bool_value_;
200 return val_.bool_value_ == other.val_.bool_value_;
231 val_.bool_value_ = other.val_.bool_value_; in CopyFrom()
249 bool bool_value_; member
Dstruct.pb.h536 bool bool_value_; member
922 kind_.bool_value_ = false; in clear_bool_value()
928 return kind_.bool_value_; in _internal_bool_value()
937 kind_.bool_value_ = value; in _internal_set_bool_value()
Dstruct.pb.cc33 bool bool_value_; member in ValueDefaultTypeInternal
101 offsetof(PROTOBUF_NAMESPACE_ID::ValueDefaultTypeInternal, bool_value_),
437 PROTOBUF_NAMESPACE_ID::_Value_default_instance_.bool_value_ = false; in InitAsDefaultInstance()
/third_party/gn/src/base/
Dvalues.cc108 bool_value_ = false; in Value()
128 Value::Value(bool in_bool) : type_(Type::BOOLEAN), bool_value_(in_bool) {} in Value()
185 return Value(bool_value_); in Clone()
215 return bool_value_; in GetBool()
427 *out_value = bool_value_; in GetAsBoolean()
521 return lhs.bool_value_ == rhs.bool_value_; in operator ==()
558 return lhs.bool_value_ < rhs.bool_value_; in operator <()
607 bool_value_ = that.bool_value_; in InternalMoveConstructFrom()
Dvalues.h355 bool bool_value_; member
/third_party/cef/libcef/renderer/
Dv8_impl.cc1549 bool_value_ = value; in InitBool()
1606 return v8::Boolean::New(isolate_, bool_value_); in GetV8Value()
1726 return (bool_value_ == thatValue->bool_value_); in IsSame()
1753 return bool_value_; in GetBoolValue()
Dv8_impl.h345 bool bool_value_; member