HomeSort by relevance Sort by last modified time
    Searched defs:false_ (Results 1 - 4 of 4) 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/chromium_org/third_party/cld/base/
template_util.h 51 // true_ and false_.
55 typedef false_type false_; typedef in namespace:base
74 struct type_equals_ : public false_ {
  /external/chromium_org/third_party/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_ {

Completed in 504 milliseconds