HomeSort by relevance Sort by last modified time
    Searched refs:no_type (Results 1 - 23 of 23) sorted by null

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/detail/
yes_no_type.hpp 18 struct no_type struct in namespace:boost::type_traits
cv_traits_impl.hpp 70 no_type mini_funcptr_tester(const volatile void*);
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/algorithm/string/
yes_no_type.hpp 27 typedef size_descriptor<2>::type no_type; typedef in namespace:boost::algorithm
sequence_traits.hpp 49 no_type has_native_replace_tester(...);
59 no_type has_stable_iterators_tester(...);
68 no_type has_const_time_insert_tester(...);
77 no_type has_const_time_erase_tester(...);
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/range/detail/
sfinae.hpp 25 using type_traits::no_type;
33 no_type is_string_impl( ... );
39 no_type is_char_array_impl( ... );
45 no_type is_wchar_t_array_impl( ... );
48 no_type is_char_ptr_impl( ... );
51 no_type is_const_char_ptr_impl( ... );
54 no_type is_wchar_t_ptr_impl( ... );
57 no_type is_const_wchar_t_ptr_impl( ... );
65 no_type is_pair_impl( ... );
  /external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
p1-0x.cpp 15 struct no_type {}; struct
19 typedef no_type type;
39 no_type nt1 = first_arg();
52 no_type nt1 = first_arg_ref();
71 no_type nt1 = first_arg_pair();
72 no_type nt2 = second_arg_pair();
73 no_type nt3 = second_arg_pair(make_pair(ip, 17));
  /external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/
cwg1170.cpp 9 typedef char (&no_type)[2]; typedef
18 template<typename U> static no_type check(...);
  /external/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/
p9-0x.cpp 16 struct no_type {}; struct
20 typedef no_type type;
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/range/
size_type.hpp 42 typedef char no_type; typedef in class:boost::detail::has_size_type
49 static no_type test(Arg x);
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/
is_array.hpp 53 using ::boost::type_traits::no_type;
59 template< typename T> no_type is_array_tester2(T(*)(wrap<T>));
is_convertible.hpp 63 using ::boost::type_traits::no_type;
70 static no_type BOOST_TT_DECL _m_check(...);
106 static ::boost::type_traits::no_type BOOST_TT_DECL _m_check(...);
128 static boost::type_traits::no_type _m_check(any_conversion ...);
163 static ::boost::type_traits::no_type BOOST_TT_DECL _m_check(any_conversion ...);
187 static ::boost::type_traits::no_type BOOST_TT_DECL _m_check(any_conversion, float, T);
217 static ::boost::type_traits::no_type BOOST_TT_DECL _m_check(any_conversion ...);
229 static ::boost::type_traits::no_type BOOST_TT_DECL _m_check(...);
254 static ::boost::type_traits::no_type BOOST_TT_DECL _m_check(...);
is_const.hpp 102 using ::boost::type_traits::no_type;
105 no_type is_const_tester(volatile void *);
is_lvalue_reference.hpp 77 using ::boost::type_traits::no_type;
83 template <class T> no_type is_lvalue_reference_helper2(T&(*)(wrap<T>));
is_volatile.hpp 90 using ::boost::type_traits::no_type;
93 no_type is_volatile_tester(void const*);
is_class.hpp 59 template <class U> ::boost::type_traits::no_type is_class_tester(...);
79 template <class U> static ::boost::type_traits::no_type is_class_tester(...);
is_enum.hpp 65 static ::boost::type_traits::no_type is_class_or_union_tester(...);
70 static ::boost::type_traits::no_type is_class_or_union_tester(...);
is_abstract.hpp 83 static type_traits::no_type check_sig(U (*)[1]);
is_same.hpp 73 ::boost::type_traits::no_type
is_member_pointer.hpp 65 ::boost::type_traits::no_type BOOST_TT_DECL is_member_pointer_tester(...);
is_pod.hpp 77 typedef ::boost::type_traits::no_type type;
is_pointer.hpp 112 no_type BOOST_TT_DECL is_pointer_tester(...);
  /external/openfst/src/include/fst/script/
weight-class.h 133 static const string no_type = "none"; local
134 return no_type;
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/detail/
iterator.hpp 32 // no_type from type_traits.hpp; stopped trying to remove_cv
187 type_traits::no_type is_mutable_iterator_helper(...);

Completed in 557 milliseconds