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

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/algorithm/string/
yes_no_type.hpp 26 typedef size_descriptor<1>::type yes_type; typedef in namespace:boost::algorithm
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/detail/
yes_no_type.hpp 17 typedef char yes_type; typedef in namespace:boost::type_traits
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/range/
size_type.hpp 43 struct yes_type { char dummy[2]; }; struct in class:boost::detail::has_size_type
46 static yes_type test(BOOST_DEDUCED_TYPENAME C::size_type x);
52 static const bool value = sizeof(test<T>(0)) == sizeof(yes_type);
  /external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/
cwg1170.cpp 8 typedef char yes_type; typedef
17 template<typename U> static yes_type check(unsigned_c<sizeof(U(t))> * = 0);
21 static const bool value = (sizeof(check<T>(0)) == sizeof(yes_type));

Completed in 3313 milliseconds