Searched defs:bool_ (Results 1 - 8 of 8) sorted by relevance

/external/libmojo/mojo/public/cpp/bindings/tests/
H A Dstruct_with_traits_impl.h46 void set_bool(bool value) { bool_ = value; }
47 bool get_bool() const { return bool_; }
84 bool bool_ = false; member in class:mojo::test::EnumWithTraitsImpl::StructWithTraitsImpl
/external/protobuf/src/google/protobuf/util/internal/
H A Ddatapiece.h85 explicit DataPiece(const bool value) : type_(TYPE_BOOL), bool_(value) {}
187 bool bool_; member in union:google::protobuf::util::converter::DataPiece::__anon16508
/external/selinux/libselinux/src/
H A Daudit2why.c406 PyObject *bool_ = Py_BuildValue("(si)", b->name, b->active); local
407 PyList_SetItem(outboollist, len++, bool_);
/external/v8/src/ast/
H A Dast-value-factory.h198 bool IsFalse() const { return type_ == BOOLEAN && !bool_; }
199 bool IsTrue() const { return type_ == BOOLEAN && bool_; }
258 explicit AstValue(bool b) : type_(BOOLEAN), next_(nullptr) { bool_ = b; }
278 bool bool_; member in union:v8::internal::AstValue::__anon21434
/external/clang/test/Analysis/
H A Ddtor.cpp378 bool bool_; member in struct:LifetimeExtension::NRCheck
379 NRCheck():bool_(true) {}
381 operator bool() const { return bool_; }
385 bool bool_; member in struct:LifetimeExtension::CheckAutoDestructor
386 CheckAutoDestructor():bool_(true) {}
387 operator bool() const { return bool_; }
391 bool bool_; member in struct:LifetimeExtension::CheckCustomDestructor
392 CheckCustomDestructor():bool_(true) {}
394 operator bool() const { return bool_; }
/external/jsoncpp/include/json/
H A Dvalue.h482 bool bool_; member in union:Json::Value::ValueHolder
/external/protobuf/conformance/third_party/jsoncpp/
H A Djson.h975 bool bool_; member in union:Json::Value::ValueHolder
/external/webrtc/talk/app/webrtc/
H A Dstatstypes.h318 bool bool_; member in union:webrtc::StatsReport::Value::InternalType

Completed in 552 milliseconds