HomeSort by relevance Sort by last modified time
    Searched refs:is_convertible (Results 26 - 50 of 127) sorted by null

12 3 4 5 6

  /ndk/tests/device/test-gnustl-full/unit/
reference_wrapper_test.cpp 31 CPPUNIT_CHECK( (::boost::is_convertible<rr_type, int&>::value) );
62 CPPUNIT_CHECK( (::boost::is_convertible<crr_type, const int&>::value) );
  /ndk/tests/device/test-stlport/unit/
reference_wrapper_test.cpp 31 CPPUNIT_CHECK( (::boost::is_convertible<rr_type, int&>::value) );
62 CPPUNIT_CHECK( (::boost::is_convertible<crr_type, const int&>::value) );
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
stl_pair.h 122 enable_if<__and_<is_convertible<const _U1&, _T1>,
123 is_convertible<const _U2&, _T2>>::value>::type>
132 enable_if<is_convertible<_U1, _T1>::value>::type>
137 enable_if<is_convertible<_U2, _T2>::value>::type>
142 enable_if<__and_<is_convertible<_U1, _T1>,
143 is_convertible<_U2, _T2>>::value>::type>
148 enable_if<__and_<is_convertible<_U1, _T1>,
149 is_convertible<_U2, _T2>>::value>::type>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
stl_pair.h 122 enable_if<__and_<is_convertible<const _U1&, _T1>,
123 is_convertible<const _U2&, _T2>>::value>::type>
132 enable_if<is_convertible<_U1, _T1>::value>::type>
137 enable_if<is_convertible<_U2, _T2>::value>::type>
142 enable_if<__and_<is_convertible<_U1, _T1>,
143 is_convertible<_U2, _T2>>::value>::type>
148 enable_if<__and_<is_convertible<_U1, _T1>,
149 is_convertible<_U2, _T2>>::value>::type>
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
stl_pair.h 122 enable_if<__and_<is_convertible<const _U1&, _T1>,
123 is_convertible<const _U2&, _T2>>::value>::type>
132 enable_if<is_convertible<_U1, _T1>::value>::type>
137 enable_if<is_convertible<_U2, _T2>::value>::type>
142 enable_if<__and_<is_convertible<_U1, _T1>,
143 is_convertible<_U2, _T2>>::value>::type>
148 enable_if<__and_<is_convertible<_U1, _T1>,
149 is_convertible<_U2, _T2>>::value>::type>
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_pair.h 114 enable_if<__and_<is_convertible<const _U1&, _T1>,
115 is_convertible<const _U2&, _T2>>::value>::type>
124 enable_if<is_convertible<_U1, _T1>::value>::type>
129 enable_if<is_convertible<_U2, _T2>::value>::type>
134 enable_if<__and_<is_convertible<_U1, _T1>,
135 is_convertible<_U2, _T2>>::value>::type>
140 enable_if<__and_<is_convertible<_U1, _T1>,
141 is_convertible<_U2, _T2>>::value>::type>
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_pair.h 114 enable_if<__and_<is_convertible<const _U1&, _T1>,
115 is_convertible<const _U2&, _T2>>::value>::type>
124 enable_if<is_convertible<_U1, _T1>::value>::type>
129 enable_if<is_convertible<_U2, _T2>::value>::type>
134 enable_if<__and_<is_convertible<_U1, _T1>,
135 is_convertible<_U2, _T2>>::value>::type>
140 enable_if<__and_<is_convertible<_U1, _T1>,
141 is_convertible<_U2, _T2>>::value>::type>
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
stl_pair.h 122 enable_if<__and_<is_convertible<const _U1&, _T1>,
123 is_convertible<const _U2&, _T2>>::value>::type>
132 enable_if<is_convertible<_U1, _T1>::value>::type>
137 enable_if<is_convertible<_U2, _T2>::value>::type>
142 enable_if<__and_<is_convertible<_U1, _T1>,
143 is_convertible<_U2, _T2>>::value>::type>
148 enable_if<__and_<is_convertible<_U1, _T1>,
149 is_convertible<_U2, _T2>>::value>::type>
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stl_pair.h 122 enable_if<__and_<is_convertible<const _U1&, _T1>,
123 is_convertible<const _U2&, _T2>>::value>::type>
132 enable_if<is_convertible<_U1, _T1>::value>::type>
137 enable_if<is_convertible<_U2, _T2>::value>::type>
142 enable_if<__and_<is_convertible<_U1, _T1>,
143 is_convertible<_U2, _T2>>::value>::type>
148 enable_if<__and_<is_convertible<_U1, _T1>,
149 is_convertible<_U2, _T2>>::value>::type>
  /external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/
shared_ptr_Y.pass.cpp 56 static_assert(( std::is_convertible<std::shared_ptr<A>, std::shared_ptr<B> >::value), "");
57 static_assert((!std::is_convertible<std::shared_ptr<B>, std::shared_ptr<A> >::value), "");
58 static_assert((!std::is_convertible<std::shared_ptr<A>, std::shared_ptr<C> >::value), "");
shared_ptr_Y_rv.pass.cpp 56 static_assert(( std::is_convertible<std::shared_ptr<A>, std::shared_ptr<B> >::value), "");
57 static_assert((!std::is_convertible<std::shared_ptr<B>, std::shared_ptr<A> >::value), "");
58 static_assert((!std::is_convertible<std::shared_ptr<A>, std::shared_ptr<C> >::value), "");
  /external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.const/
weak_ptr_Y.pass.cpp 60 static_assert(( std::is_convertible<std::weak_ptr<A>, std::weak_ptr<B> >::value), "");
61 static_assert((!std::is_convertible<std::weak_ptr<B>, std::weak_ptr<A> >::value), "");
62 static_assert((!std::is_convertible<std::weak_ptr<A>, std::weak_ptr<C> >::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/
shared_ptr_Y.pass.cpp 56 static_assert(( std::is_convertible<std::shared_ptr<A>, std::shared_ptr<B> >::value), "");
57 static_assert((!std::is_convertible<std::shared_ptr<B>, std::shared_ptr<A> >::value), "");
58 static_assert((!std::is_convertible<std::shared_ptr<A>, std::shared_ptr<C> >::value), "");
shared_ptr_Y_rv.pass.cpp 56 static_assert(( std::is_convertible<std::shared_ptr<A>, std::shared_ptr<B> >::value), "");
57 static_assert((!std::is_convertible<std::shared_ptr<B>, std::shared_ptr<A> >::value), "");
58 static_assert((!std::is_convertible<std::shared_ptr<A>, std::shared_ptr<C> >::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.const/
weak_ptr_Y.pass.cpp 63 static_assert(( std::is_convertible<std::weak_ptr<A>, std::weak_ptr<B> >::value), "");
64 static_assert((!std::is_convertible<std::weak_ptr<B>, std::weak_ptr<A> >::value), "");
65 static_assert((!std::is_convertible<std::weak_ptr<A>, std::weak_ptr<C> >::value), "");
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/
is_convertible.hpp 45 // there are multiple versions of the is_convertible
61 // of the is_convertible typename.
395 TT_AUX_BOOL_CV_VOID_TRAIT_SPEC2(is_convertible,void,void,true)
401 BOOST_TT_AUX_BOOL_TRAIT_IMPL_SPEC2(is_convertible,void,void,true)
405 BOOST_TT_AUX_BOOL_TRAIT_IMPL_PARTIAL_SPEC2_1(typename To,is_convertible,void,To,false)
406 BOOST_TT_AUX_BOOL_TRAIT_IMPL_PARTIAL_SPEC2_1(typename From,is_convertible,From,void,false)
408 BOOST_TT_AUX_BOOL_TRAIT_IMPL_PARTIAL_SPEC2_1(typename To,is_convertible,void const,To,false)
409 BOOST_TT_AUX_BOOL_TRAIT_IMPL_PARTIAL_SPEC2_1(typename To,is_convertible,void volatile,To,false)
410 BOOST_TT_AUX_BOOL_TRAIT_IMPL_PARTIAL_SPEC2_1(typename To,is_convertible,void const volatile,To,false)
411 BOOST_TT_AUX_BOOL_TRAIT_IMPL_PARTIAL_SPEC2_1(typename From,is_convertible,From,void const,false
    [all...]
  /external/libcxx/test/std/localization/locales/locale.convenience/conversions/conversions.string/
ctor_err_string.pass.cpp 26 static_assert(!std::is_convertible<std::string, Myconv>::value, "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale.convenience/conversions/conversions.string/
ctor_err_string.pass.cpp 26 static_assert(!std::is_convertible<std::string, Myconv>::value, "");
  /external/libcxx/test/std/experimental/utilities/meta/meta.type.synop/
meta.rel.pass.cpp 54 static_assert(ex::is_convertible_v<T, U> == std::is_convertible<T, U>::value, "");
60 static_assert(ex::is_convertible_v<T, U> == std::is_convertible<T, U>::value, "");
  /external/libcxx/test/std/re/re.submatch/
types.pass.cpp 38 static_assert((std::is_convertible<SM*, std::pair<char*, char*>*>::value), "");
51 static_assert((std::is_convertible<SM*, std::pair<wchar_t*, wchar_t*>*>::value), "");
  /external/llvm/unittests/Support/
ErrorOrTest.cpp 72 !std::is_convertible<const ErrorOr<int *> &,
79 !std::is_convertible<ErrorOr<int *> &&,
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.submatch/
types.pass.cpp 38 static_assert((std::is_convertible<SM*, std::pair<char*, char*>*>::value), "");
51 static_assert((std::is_convertible<SM*, std::pair<wchar_t*, wchar_t*>*>::value), "");
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/iterator/
iterator_adaptor.hpp 23 #include <boost/type_traits/is_convertible.hpp>
43 // is_convertible (naturally). This workaround is fortunately not
46 struct is_convertible<use_default,To> struct in namespace:boost
90 // meta functions like boost::is_convertible do not return false positives,
95 // always enabled for compilers that don't support enable_if or is_convertible.
98 // The operators implementation relies on boost::is_convertible not returning
110 , is_convertible<From, To>
128 // of is_convertible in a few cases.
134 , is_convertible<From, To>
145 is_convertible<From, To
    [all...]
iterator_facade.hpp 25 #include <boost/type_traits/is_convertible.hpp>
72 is_convertible<Facade1, Facade2>
73 , is_convertible<Facade2, Facade1>
82 is_convertible<Facade1, Facade2>
83 , is_convertible<Facade2, Facade1>
227 is_convertible<
247 : is_convertible<
275 is_convertible<Reference,Value const&>
280 is_convertible<
413 is_convertible<I2,I1
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/tools/
promotion.hpp 29 #include <boost/type_traits/is_convertible.hpp> // for boost::is_convertible
97 typename mpl::if_< typename mpl::and_<mpl::not_<is_floating_point<T2P> >, ::boost::is_convertible<T1P, T2P> >, T2P, T1P>::type>::type type;

Completed in 1690 milliseconds

12 3 4 5 6