/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
|
cv_traits_impl.hpp | 69 yes_type mini_funcptr_tester(...);
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/range/detail/ |
sfinae.hpp | 24 using type_traits::yes_type; 31 yes_type is_string_impl( const char* const ); 32 yes_type is_string_impl( const wchar_t* const ); 36 yes_type is_char_array_impl( char BOOST_RANGE_ARRAY_REF()[sz] ); 38 yes_type is_char_array_impl( const char BOOST_RANGE_ARRAY_REF()[sz] ); 42 yes_type is_wchar_t_array_impl( wchar_t BOOST_RANGE_ARRAY_REF()[sz] ); 44 yes_type is_wchar_t_array_impl( const wchar_t BOOST_RANGE_ARRAY_REF()[sz] ); 47 yes_type is_char_ptr_impl( char* const ); 50 yes_type is_const_char_ptr_impl( const char* const ); 53 yes_type is_wchar_t_ptr_impl( wchar_t* const ) [all...] |
common.hpp | 66 BOOST_STATIC_CONSTANT( bool, is_pair_ = sizeof( boost::range_detail::is_pair_impl( c ) ) == sizeof( yes_type ) ); 67 BOOST_STATIC_CONSTANT( bool, is_char_ptr_ = sizeof( boost::range_detail::is_char_ptr_impl( ptr ) ) == sizeof( yes_type ) ); 68 BOOST_STATIC_CONSTANT( bool, is_const_char_ptr_ = sizeof( boost::range_detail::is_const_char_ptr_impl( ptr ) ) == sizeof( yes_type ) ); 69 BOOST_STATIC_CONSTANT( bool, is_wchar_t_ptr_ = sizeof( boost::range_detail::is_wchar_t_ptr_impl( ptr ) ) == sizeof( yes_type ) ); 70 BOOST_STATIC_CONSTANT( bool, is_const_wchar_t_ptr_ = sizeof( boost::range_detail::is_const_wchar_t_ptr_impl( ptr ) ) == sizeof( yes_type ) ); 71 BOOST_STATIC_CONSTANT( bool, is_char_array_ = sizeof( boost::range_detail::is_char_array_impl( ptr ) ) == sizeof( yes_type ) ); 72 BOOST_STATIC_CONSTANT( bool, is_wchar_t_array_ = sizeof( boost::range_detail::is_wchar_t_array_impl( ptr ) ) == sizeof( yes_type ) );
|
/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
|
sequence_traits.hpp | 44 type boost::string_algo::yes_type for a sequence with this property. 46 \return yes_type if the container has basic_string like native replace 54 type boost::string_algo::yes_type for a sequence with this property. 56 \return yes_type if the sequence's insert/replace/erase methods do not invalidate 64 type boost::string_algo::yes_type for a sequence with this property. 66 \return yes_type if the sequence's insert method is working in constant time 73 type boost::string_algo::yes_type for a sequence with this property. 75 \return yes_type if the sequence's erase method is working in constant time 94 sizeof(has_native_replace_tester(t))==sizeof(yes_type) ) ); 122 sizeof(has_stable_iterators_tester(t))==sizeof(yes_type) ) ); [all...] |
/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));
|
/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);
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/ |
is_convertible.hpp | 62 using ::boost::type_traits::yes_type; 71 static yes_type BOOST_TT_DECL _m_check(To); 73 enum { value = sizeof( _m_check(_m_from) ) == sizeof(yes_type) }; 107 static ::boost::type_traits::yes_type BOOST_TT_DECL _m_check(T); 112 == sizeof(::boost::type_traits::yes_type); 129 static boost::type_traits::yes_type _m_check(T, int); 137 == sizeof(::boost::type_traits::yes_type); 164 static ::boost::type_traits::yes_type BOOST_TT_DECL _m_check(To, int); 168 sizeof( _m_check(_m_from, 0) ) == sizeof(::boost::type_traits::yes_type) 188 static ::boost::type_traits::yes_type BOOST_TT_DECL _m_check(To, int, int) [all...] |
is_const.hpp | 101 using ::boost::type_traits::yes_type; 104 yes_type is_const_tester(const volatile void*); 120 sizeof(boost::detail::yes_type) == sizeof(boost::detail::is_const_tester(t)) 132 sizeof(boost::detail::yes_type) == sizeof(boost::detail::is_const_tester(&t))
|
is_volatile.hpp | 89 using ::boost::type_traits::yes_type; 92 yes_type is_volatile_tester(void const volatile*); 108 sizeof(boost::detail::yes_type) == sizeof(boost::detail::is_volatile_tester(t)) 120 sizeof(boost::detail::yes_type) == sizeof(boost::detail::is_volatile_tester(&t))
|
is_class.hpp | 58 template <class U> ::boost::type_traits::yes_type is_class_tester(void(U::*)(void)); 67 sizeof(is_class_tester<T>(0)) == sizeof(::boost::type_traits::yes_type), 78 template <class U> static ::boost::type_traits::yes_type is_class_tester(void(U::*)(void)); 83 sizeof(is_class_tester<T>(0)) == sizeof(::boost::type_traits::yes_type),
|
is_abstract.hpp | 85 static type_traits::yes_type check_sig(...); 108 (s1 == sizeof(type_traits::yes_type)));
|
is_array.hpp | 52 using ::boost::type_traits::yes_type; 60 yes_type BOOST_TT_DECL is_array_tester2(...);
|
is_same.hpp | 70 ::boost::type_traits::yes_type 84 (sizeof(type_traits::yes_type) == sizeof(boost::detail::is_same_tester(&t,&u))),
|
is_enum.hpp | 61 template <class U> static ::boost::type_traits::yes_type is_class_or_union_tester(void(U::*)(void)); 67 bool, value = sizeof(is_class_or_union_tester(0)) == sizeof(::boost::type_traits::yes_type)); 72 bool, value = sizeof(is_class_or_union_tester<T>(0)) == sizeof(::boost::type_traits::yes_type));
|
is_lvalue_reference.hpp | 76 using ::boost::type_traits::yes_type; 84 yes_type is_lvalue_reference_helper2(...);
|
is_pod.hpp | 83 typedef ::boost::type_traits::yes_type type; 104 sizeof(is_POD_array(help()).instance()) == sizeof(::boost::type_traits::yes_type)
|
is_function.hpp | 75 == sizeof(::boost::type_traits::yes_type)
|
is_member_pointer.hpp | 64 ::boost::type_traits::yes_type BOOST_TT_DECL is_member_pointer_tester(R T::*const volatile*);
|
is_pointer.hpp | 111 yes_type BOOST_TT_DECL is_pointer_tester(pointer_helper);
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/detail/ |
iterator.hpp | 31 // 19 Feb 2001 - Improved workarounds for stock MSVC6; use yes_type and 173 type_traits::yes_type is_mutable_iterator_helper(T const*, BOOST_DEDUCED_TYPENAME T::value_type*); 185 type_traits::yes_type is_mutable_iterator_helper(T const*, T const*); 200 == sizeof(type_traits::yes_type)
|
indirect_traits.hpp | 255 bool, value = sizeof(detail::is_function_ref_tester(t,0)) == sizeof(::boost::type_traits::yes_type)); 271 = sizeof(::boost::type_traits::is_function_ptr_tester(t)) == sizeof(::boost::type_traits::yes_type));
|