HomeSort by relevance Sort by last modified time
    Searched full:true_ (Results 1 - 25 of 35) sorted by null

1 2

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/
and.hpp 27 , true_
35 , true_, true_, true_, true_
37 : true_
46 , typename T3 = true_, typename T4 = true_, typename T5 = true_
or.hpp 18 : true_
apply_wrap.hpp 27 struct apply_wrap0< F,true_ >
full_lambda.hpp 21 : true_
56 typedef true_ is_le;
100 struct le_result1< true_,Tag,F,L1 >
177 struct le_result2< true_,Tag,F,L1,L2 >
259 struct le_result3< true_,Tag,F,L1,L2,L3 >
344 struct le_result4< true_,Tag,F,L1,L2,L3,L4 >
432 struct le_result5< true_,Tag,F,L1,L2,L3,L4,L5 >
  /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/protobuf/src/google/protobuf/stubs/
template_util_unittest.cc 94 value = and_<true_, true_>::value;
97 value = and_<true_, false_>::value;
100 value = and_<false_, true_>::value;
107 value = or_<true_, true_>::value;
110 value = or_<true_, false_>::value;
113 value = or_<false_, true_>::value;
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_ {
  /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_)
void.hpp 46 : true_
49 using true_::value;
55 : true_
58 using true_::value;
lambda_fwd.hpp 49 , typename Protect = true_
iter_fold_if.hpp 75 , if_< is_na<BackwardOp>, always<false_>, always<true_> >
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/
na.hpp 35 : true_
38 using true_::value;
44 : true_
47 using true_::value;
begin_end_impl.hpp 53 typedef typename eval_if<aux::has_begin<Sequence, true_>,
63 typedef typename eval_if<aux::has_begin<Sequence, true_>,
full_lambda.hpp 91 : true_
128 typedef true_ is_le;
269 struct BOOST_PP_CAT(le_result,i_)< true_,Tag,F,AUX778076_LAMBDA_PARAMS(i_, L) >
na_spec.hpp 80 , true_ \
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/
integral_constant.hpp 25 template<> struct integral_constant<bool,true> : public mpl::true_
30 typedef mpl::true_ base_;
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/detail/
indirect_traits.hpp 44 struct is_reference_to_const<T const&> : mpl::true_
50 struct is_reference_to_const<T const volatile&> : mpl::true_
137 struct is_reference_to_volatile<T volatile&> : mpl::true_
143 struct is_reference_to_volatile<T const volatile&> : mpl::true_
155 struct is_reference_to_pointer<T*&> : mpl::true_
160 struct is_reference_to_pointer<T* const&> : mpl::true_
165 struct is_reference_to_pointer<T* volatile&> : mpl::true_
170 struct is_reference_to_pointer<T* const volatile&> : mpl::true_
reference_content.hpp 133 : mpl::true_
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/
foreach.hpp 105 begin( C const& t, mpl::true_ )
127 end( C const& t, mpl::true_ )
150 done( static_any_t cur, static_any_t end, C const&, mpl::true_ )
173 next( static_any_t cur, C const&, mpl::true_ )
195 deref( static_any_t cur, C const&, ::boost::type<RefType>, mpl::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_ {
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/iterator/
interoperable.hpp 37 : mpl::true_
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/vector/aux_/
empty.hpp 46 : true_
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/detail/
is_subranged.hpp 40 typedef mpl::true_ type ;
98 typedef mpl::true_ type ;
123 mpl::eval_if<T_smaller_exponent,mpl::true_,not_bigger_exponent_case>::type
131 typedef mpl::true_ type ;
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
ref.hpp 94 : public mpl::true_ \
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/policies/
policy.hpp 819 inline int digits_imp(mpl::true_ const&)
871 struct series_factor_calc<T, Digits, mpl::true_, mpl::true_>
879 struct series_factor_calc<T, Digits, mpl::true_, mpl::false_>
888 struct series_factor_calc<T, Digits, mpl::false_, mpl::true_>
897 inline T get_epsilon_imp(mpl::true_ const&)
    [all...]

Completed in 1113 milliseconds

1 2