Searched defs:asBool (Results 1 - 6 of 6) sorted by relevance

/external/xmlrpcpp/src/
H A DXmlRpcValue.h47 XmlRpcValue(bool value) : _type(TypeBoolean) { _value.asBool = value; }
88 operator bool&() { assertTypeOrInvalid(TypeBoolean); return _value.asBool; }
177 bool asBool; member in union:XmlRpc::XmlRpcValue::__anon25827
/external/deqp/framework/common/
H A DtcuVector.hpp152 Vector<bool, Size> asBool (void) const { return cast<bool>(); } function in class:tcu::Vector
/external/deqp/framework/randomshaders/
H A DrsgVariableValue.hpp103 bool asBool (void) const { DE_STATIC_ASSERT(Stride == 1); return m_value->boolVal; } function in class:rsg::ConstStridedValueAccess
108 bool asBool (int ndx) const { DE_ASSERT(de::inBounds(ndx, 0, Stride)); return m_value[ndx].boolVal; } function in class:rsg::ConstStridedValueAccess
136 bool& asBool (void) { DE_STATIC_ASSERT(Stride == 1); return this->m_value->boolVal; } function in class:rsg::StridedValueAccess
141 bool& asBool (int ndx) { DE_ASSERT(de::inBounds(ndx, 0, Stride)); return this->m_value[ndx].boolVal; } function in class:rsg::StridedValueAccess
155 StridedValueAccess& operator= (bool boolVal) { asBool() = boolVal; return *this; }
/external/jsoncpp/src/lib_json/
H A Djson_value.cpp702 bool Value::asBool() const { function in class:Json::Value
/external/protobuf/conformance/third_party/jsoncpp/
H A Djsoncpp.cpp2108 bool collectComments = settings_["collectComments"].asBool();
2110 features.allowComments_ = settings_["allowComments"].asBool();
2111 features.strictRoot_ = settings_["strictRoot"].asBool();
2112 features.allowDroppedNullPlaceholders_ = settings_["allowDroppedNullPlaceholders"].asBool();
2113 features.allowNumericKeys_ = settings_["allowNumericKeys"].asBool();
2114 features.allowSingleQuotes_ = settings_["allowSingleQuotes"].asBool();
2116 features.failIfExtra_ = settings_["failIfExtra"].asBool();
2117 features.rejectDupKeys_ = settings_["rejectDupKeys"].asBool();
2118 features.allowSpecialFloats_ = settings_["allowSpecialFloats"].asBool();
3212 bool Value::asBool() cons function in class:Json::Value
[all...]
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 8658 milliseconds