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

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/
bool_fwd.hpp 24 typedef bool_<true> true_; typedef
30 BOOST_MPL_AUX_ADL_BARRIER_DECL(true_)
  /external/clang/test/CXX/conv/conv.prom/
p4.cpp 14 enum B : bool { false_, true_ }; enumerator in enum:bool
17 T<true_> t;
19 T<+true_> q; // desired-error {{conversion from 'int' to 'bool'}}
25 d = true_,
  /external/chromium_org/third_party/cld/base/
template_util.h 51 // true_ and false_.
54 typedef true_type true_; typedef in namespace:base
78 struct type_equals_<A, A> : public true_ {
  /external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
template_util.h 88 // true_ and false_.
91 typedef true_type true_; typedef in namespace:google::protobuf::internal
118 struct type_equals_<A, A> : public true_ {

Completed in 80 milliseconds