/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_unittest.cc | 97 value = and_<true_, false_>::value; 100 value = and_<false_, true_>::value; 103 value = and_<false_, false_>::value; 110 value = or_<true_, false_>::value; 113 value = or_<false_, true_>::value; 116 value = or_<false_, false_>::value;
|
template_util.h | 88 // true_ and false_. 92 typedef false_type false_; typedef in namespace:google::protobuf::internal 114 struct type_equals_ : public false_ {
|
/prebuilts/misc/darwin-x86_64/protobuf2.5/include/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_ {
|
/prebuilts/misc/linux-x86_64/protobuf2.5/include/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_ {
|
/prebuilts/misc/windows/protobuf2.5/include/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_ {
|
/prebuilts/tools/darwin-x86_64/protoc/include/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_ {
|
/prebuilts/tools/linux-x86_64/protoc/include/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 | 57 Json::Value false_; member in struct:ValueTest 64 string_("sometext with space"), true_(true), false_(false) { 300 JSONTEST_ASSERT_EQUAL(Json::booleanValue, false_.type()); 304 JSONTEST_ASSERT_PRED(checkIs(false_, checks)); 308 JSONTEST_ASSERT(false_.isConvertibleTo(Json::nullValue)); 332 JSONTEST_ASSERT_EQUAL(false, false_.asBool()); 333 JSONTEST_ASSERT_EQUAL(0, false_.asInt()); 334 JSONTEST_ASSERT_EQUAL(0, false_.asLargestInt()); 335 JSONTEST_ASSERT_EQUAL(0, false_.asUInt()); 336 JSONTEST_ASSERT_EQUAL(0, false_.asLargestUInt()) [all...] |
/external/clang/test/Misc/ |
diag-template-diffing.cpp | [all...] |