HomeSort by relevance Sort by last modified time
    Searched defs:false_ (Results 1 - 9 of 9) sorted by null

  /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_ {
  /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...]

Completed in 819 milliseconds