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

12 3 4 5 6 7 8 91011

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.const/
shared_ptr_Y.pass.cpp 56 static_assert(( std::is_convertible<std::shared_ptr<A>, std::weak_ptr<B> >::value), "");
57 static_assert((!std::is_convertible<std::weak_ptr<B>, std::shared_ptr<A> >::value), "");
58 static_assert((!std::is_convertible<std::shared_ptr<A>, std::weak_ptr<C> >::value), "");
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/iterator/detail/
config_def.hpp 88 # define BOOST_NO_IS_CONVERTIBLE // "is_convertible doesn't work for simple types"
97 #include <boost/type_traits/is_convertible.hpp>
109 bool x = boost::is_convertible<foo<int const*>, foo<int*> >::value;
  /external/libcxx/test/iterators/stream.iterators/istream.iterator/
types.pass.cpp 29 static_assert((std::is_convertible<I1,
36 static_assert((std::is_convertible<I2,
  /external/libcxx/test/iterators/stream.iterators/ostream.iterator/
types.pass.cpp 29 static_assert((std::is_convertible<I1,
35 static_assert((std::is_convertible<I2,
  /external/libcxx/test/iterators/stream.iterators/ostreambuf.iterator/
types.pass.cpp 30 static_assert((std::is_convertible<I1,
38 static_assert((std::is_convertible<I2,
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/stream.iterators/istream.iterator/
types.pass.cpp 29 static_assert((std::is_convertible<I1,
36 static_assert((std::is_convertible<I2,
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/stream.iterators/ostream.iterator/
types.pass.cpp 29 static_assert((std::is_convertible<I1,
35 static_assert((std::is_convertible<I2,
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/stream.iterators/ostreambuf.iterator/
types.pass.cpp 30 static_assert((std::is_convertible<I1,
38 static_assert((std::is_convertible<I2,
  /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>
unique_ptr.h 59 enable_if<is_convertible<_Up*, _Tp*>::value>::type>
164 is_convertible<typename unique_ptr<_Up, _Ep>::pointer, pointer>,
168 is_convertible<_Ep, _Dp>>::type>>
175 is_convertible<_Up*, _Tp*>, is_same<_Dp, default_delete<_Tp>>>>
199 is_convertible<typename unique_ptr<_Up, _Ep>::pointer, pointer>,
315 is_convertible<_Up_pointer, _Tp_pointer>,
341 is_convertible<_Up*, pointer>, __is_derived_Tp<_Up>>>
366 is_convertible<_Ep, _Dp>>::type
453 is_convertible<_Up*, pointer>, __is_derived_Tp<_Up>>>
469 is_convertible<_Up*, pointer>, __is_derived_Tp<_Up>>
    [all...]
  /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>
unique_ptr.h 59 enable_if<is_convertible<_Up*, _Tp*>::value>::type>
164 is_convertible<typename unique_ptr<_Up, _Ep>::pointer, pointer>,
168 is_convertible<_Ep, _Dp>>::type>>
175 is_convertible<_Up*, _Tp*>, is_same<_Dp, default_delete<_Tp>>>>
199 is_convertible<typename unique_ptr<_Up, _Ep>::pointer, pointer>,
315 is_convertible<_Up_pointer, _Tp_pointer>,
341 is_convertible<_Up*, pointer>, __is_derived_Tp<_Up>>>
366 is_convertible<_Ep, _Dp>>::type
453 is_convertible<_Up*, pointer>, __is_derived_Tp<_Up>>>
469 is_convertible<_Up*, pointer>, __is_derived_Tp<_Up>>
    [all...]
  /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>
unique_ptr.h 59 enable_if<is_convertible<_Up*, _Tp*>::value>::type>
164 is_convertible<typename unique_ptr<_Up, _Ep>::pointer, pointer>,
168 is_convertible<_Ep, _Dp>>::type>>
175 is_convertible<_Up*, _Tp*>, is_same<_Dp, default_delete<_Tp>>>>
199 is_convertible<typename unique_ptr<_Up, _Ep>::pointer, pointer>,
315 is_convertible<_Up_pointer, _Tp_pointer>,
341 is_convertible<_Up*, pointer>, __is_derived_Tp<_Up>>>
366 is_convertible<_Ep, _Dp>>::type
453 is_convertible<_Up*, pointer>, __is_derived_Tp<_Up>>>
469 is_convertible<_Up*, pointer>, __is_derived_Tp<_Up>>
    [all...]
  /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/thread/futures/futures.future_error/
types.pass.cpp 19 static_assert((std::is_convertible<std::future_error*,
  /external/libcxx/test/utilities/optional/optional.bad_optional_access/
derive.pass.cpp 23 static_assert(std::is_convertible<bad_optional_access*, std::logic_error*>::value, "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.future_error/
types.pass.cpp 19 static_assert((std::is_convertible<std::future_error*,
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/optional/optional.bad_optional_access/
derive.pass.cpp 23 static_assert(std::is_convertible<bad_optional_access*, std::logic_error*>::value, "");
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/iterator/
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...]
  /external/chromium_org/base/memory/
raw_scoped_refptr_mismatch_checker.h 38 (is_convertible<T, subtle::RefCountedBase*>::value ||
39 is_convertible<T, subtle::RefCountedThreadSafeBase*>::value))
  /external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
type_traits.h 55 // is_convertible
74 // is_enum uses is_convertible, which is not available on MSVC.
91 template <class From, class To> struct is_convertible;
155 // is_convertible chokes if the first argument is an array. That's why
158 : is_convertible<typename add_reference<T>::type, int> { };
305 // This class is an implementation detail for is_convertible, and you
306 // don't need to know how it works to use is_convertible. For those
324 struct is_convertible struct in namespace:google::protobuf::internal

Completed in 1365 milliseconds

12 3 4 5 6 7 8 91011