/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/ |
bool_fwd.hpp | 25 typedef bool_<false> false_; typedef 31 BOOST_MPL_AUX_ADL_BARRIER_DECL(false_)
|
/external/clang/test/CXX/conv/conv.prom/ |
p4.cpp | 14 enum B : bool { false_, true_ }; enumerator in enum:bool 16 T<false_> f; 24 c = false_, 27 e = +false_ // desired-error {{conversion from 'int' to 'bool'}}
|
/external/protobuf/src/google/protobuf/stubs/ |
template_util.h | 88 // true_ and false_. 92 typedef false_type false_; typedef in namespace:google::protobuf::internal 114 struct type_equals_ : public false_ {
|
/external/jsoncpp/src/test_lib_json/ |
main.cpp | 59 Json::Value false_; member in struct:ValueTest 74 , false_( false ) 317 JSONTEST_ASSERT_EQUAL(Json::booleanValue, false_.type()); 321 JSONTEST_ASSERT_PRED( checkIs( false_, checks ) ); 325 JSONTEST_ASSERT(false_.isConvertibleTo(Json::nullValue)); 349 JSONTEST_ASSERT_EQUAL(false, false_.asBool()); 350 JSONTEST_ASSERT_EQUAL(0, false_.asInt()); 351 JSONTEST_ASSERT_EQUAL(0, false_.asLargestInt()); 352 JSONTEST_ASSERT_EQUAL(0, false_.asUInt()); 353 JSONTEST_ASSERT_EQUAL(0, false_.asLargestUInt()) [all...] |