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

/external/selinux/libselinux/src/
H A Daudit2why.c405 PyObject *bool_ = Py_BuildValue("(si)", b->name, b->active); local
406 PyList_SetItem(outboollist, len++, bool_);
/external/v8/src/
H A Dast-value-factory.h210 explicit AstValue(bool b) : type_(BOOLEAN) { bool_ = b; }
227 bool bool_; member in union:v8::internal::AstValue::__anon14780
/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/chromium-overrides/include/json/
H A Dvalue.h489 bool bool_; member in union:Json::Value::ValueHolder
/external/jsoncpp/include/json/
H A Dvalue.h489 bool bool_; member in union:Json::Value::ValueHolder

Completed in 171 milliseconds