Searched defs:rebind (Results 1 - 18 of 18) sorted by relevance

/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_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/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/stlport/stlport/stl/
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
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 !!!
/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/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
H A Dvector_test.cpp512 template <class _Tp1> struct rebind { struct in struct:NotSTLportAllocator
/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/llvm-libc++abi/libcxxabi/src/
H A Dcxa_demangle.cpp4770 template <class _Up> struct rebind {typedef short_alloc<_Up, N> other;}; struct in class:__cxxabiv1::__anon129::short_alloc

Completed in 308 milliseconds