Searched refs:rebind (Results 1 - 25 of 29) sorted by relevance

12

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/pointer.traits/
H A Drebind.pass.cpp15 // template <class U> using rebind = U*;
25 static_assert((std::is_same<std::pointer_traits<int*>::rebind<double>, double*>::value), "");
27 static_assert((std::is_same<std::pointer_traits<int*>::rebind<double>::other, double*>::value), "");
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/pointer.traits/pointer.traits.types/
H A Drebind.pass.cpp15 // template <class U> using rebind = <details>;
33 template <class U> using rebind = B1<U>;
35 template <class U> struct rebind {typedef B1<U> other;};
50 template <class V> using rebind = D1<V, U>;
52 template <class V> struct rebind {typedef D1<V, U> other;};
59 static_assert((std::is_same<std::pointer_traits<A<int*> >::rebind<double*>, A<double*> >::value), "");
60 static_assert((std::is_same<std::pointer_traits<B<int> >::rebind<double>, B1<double> >::value), "");
61 static_assert((std::is_same<std::pointer_traits<C<char, int> >::rebind<double>, C<double, int> >::value), "");
62 static_assert((std::is_same<std::pointer_traits<D<char, int> >::rebind<double>, D1<double, int> >::value), "");
64 static_assert((std::is_same<std::pointer_traits<A<int*> >::rebind<doubl
[all...]
/ndk/sources/cxx-stl/stlport/stlport/stl/config/
H A D_hpacc.h45 typedef typename _STLP_dummy_type1:: _STLP_TEMPLATE rebind<t>::other _STLP_dummy_type2;
65 typedef typename _STLP_dummy_type1:: _STLP_TEMPLATE rebind<t>::other _STLP_dummy_type2;
121 typedef typename _STLP_dummy_type1:: _STLP_TEMPLATE rebind<t>::other _STLP_dummy_type2;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/allocator.traits/allocator.traits.types/
H A Drebind_alloc.pass.cpp15 // template <class T> using rebind_alloc = Alloc::rebind<U>::other | Alloc<T, Args...>;
30 template <class U> struct rebind {typedef ReboundA<U> other;}; struct in struct:A
41 template <class V> struct rebind {typedef ReboundB<V, U> other;}; struct in struct:B
61 template <class U> struct rebind {typedef ReboundA<U> otter;}; struct in struct:E
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/allocator.traits/
H A Drebind_traits.pass.cpp30 template <class U> struct rebind {typedef ReboundA<U> other;}; struct in struct:A
41 template <class V> struct rebind {typedef ReboundB<V, U> other;}; struct in struct:B
61 template <class U> struct rebind {typedef ReboundA<U> otter;}; struct in struct:E
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/
H A Dis_abstract.hpp115 struct rebind
124 struct rebind
134 typedef typename selector::template rebind<T> binder;
H A Dis_signed.hpp53 struct rebind struct in struct:boost::detail::is_signed_select_helper
63 struct rebind struct in struct:boost::detail::is_signed_select_helper
77 typedef typename selector::template rebind<T> binder;
H A Dis_unsigned.hpp52 struct rebind struct in struct:boost::detail::is_ununsigned_select_helper
62 struct rebind struct in struct:boost::detail::is_ununsigned_select_helper
76 typedef typename selector::template rebind<T> binder;
H A Dis_convertible.hpp314 struct rebind struct in struct:boost::detail::is_convertible_impl_select
324 struct rebind struct in struct:boost::detail::is_convertible_impl_select
334 struct rebind struct in struct:boost::detail::is_convertible_impl_select
344 struct rebind struct in struct:boost::detail::is_convertible_impl_select
366 typedef typename selector::template rebind<From, To> isc_binder;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/default.allocator/
H A Dallocator_void.pass.cpp20 // template <class _Up> struct rebind {typedef allocator<_Up> other;};
31 static_assert((std::is_same<std::allocator<void>::rebind<int>::other,
H A Dallocator_types.pass.cpp26 // template <class U> struct rebind {typedef allocator<U> other;};
43 static_assert((std::is_same<std::allocator<char>::rebind<int>::other,
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/
H A Dlambda_support.hpp54 struct rebind \
80 struct rebind; \
87 struct name<BOOST_MPL_PP_PARAMS(i,T)>::rebind \
110 typedef BOOST_PP_CAT(name,_rebind) rebind; \
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/
H A Dstack_allocator.h30 template <class U> struct rebind {typedef stack_allocator<U, N> other;}; struct in class:stack_allocator
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/support/
H A Dtest_allocator.h52 template <class U> struct rebind {typedef test_allocator<U> other;}; struct in class:test_allocator
112 template <class U> struct rebind {typedef non_default_test_allocator<U> other;}; struct in class:non_default_test_allocator
170 template <class U> struct rebind {typedef test_allocator<U> other;}; struct in class:test_allocator
/ndk/sources/cxx-stl/stlport/stlport/stl/
H A D_alloc.h200 typedef typename _Allocator::_STLP_TEMPLATE rebind<_Tp> _Rebind_type;
285 template <class _Tp1> struct rebind { struct in class:allocator
374 template <class _Tp1> struct rebind { struct in class:allocator
454 typedef typename _Alloc::_STLP_TEMPLATE rebind<_Tp>::other _Rebound_type;
459 // user (on purpose) is forced to define rebind/get operations !!!
H A D_iostream_string.h54 template <class _Tp1> struct rebind { struct in class:__iostring_allocator
H A D_pthread_alloc.h109 template <class _NewType> struct rebind { struct in class:pthread_allocator
198 template <class _NewType> struct rebind { struct in class:pthread_allocator
290 template <class _NewType> struct rebind { struct in class:per_thread_allocator
381 template <class _NewType> struct rebind { struct in class:per_thread_allocator
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/
H A Dtest_allocator.h47 template <class U> struct rebind {typedef test_allocator<U> other;}; struct in class:test_allocator
103 template <class U> struct rebind {typedef test_allocator<U> other;}; struct in class:test_allocator
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/detail/
H A Dsp_counted_impl.hpp217 typedef typename A::template rebind< this_type >::other A2;
H A Dshared_count.hpp189 typedef typename A::template rebind< impl_type >::other A2;
237 typedef typename A::template rebind< impl_type >::other A2;
/ndk/tests/device/test-gnustl-full/unit/
H A Dmvctor_declaration_test.cpp93 template <class _Tp1> struct rebind { struct in class:std::allocator
H A Dstack_allocator.h83 struct rebind { struct in struct:StackAllocator
H A Dvector_test.cpp512 template <class _Tp1> struct rebind { struct in struct:NotSTLportAllocator
/ndk/tests/device/test-stlport/unit/
H A Dmvctor_declaration_test.cpp93 template <class _Tp1> struct rebind { struct in class:std::allocator
H A Dstack_allocator.h83 struct rebind { struct in struct:StackAllocator

Completed in 191 milliseconds

12