Home
last modified time | relevance | path

Searched defs:rebind (Results 1 – 19 of 19) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/allocator.traits/
Drebind_traits.pass.cpp30 template <class U> struct rebind {typedef ReboundA<U> other;}; struct
41 template <class V> struct rebind {typedef ReboundB<V, U> other;}; argument
61 template <class U> struct rebind {typedef ReboundA<U> otter;}; struct
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/allocator.traits/allocator.traits.types/
Drebind_alloc.pass.cpp30 template <class U> struct rebind {typedef ReboundA<U> other;}; struct
41 template <class V> struct rebind {typedef ReboundB<V, U> other;}; struct
61 template <class U> struct rebind {typedef ReboundA<U> otter;}; struct
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/
Dis_convertible.hpp314 struct rebind struct
316 typedef is_convertible_impl<From, To> type;
324 struct rebind struct
326 typedef true_type type;
334 struct rebind struct
336 typedef false_type type;
344 struct rebind struct
346 typedef false_type type;
Dis_unsigned.hpp52 struct rebind struct
54 typedef is_ununsigned_helper<T> type;
62 struct rebind struct
64 typedef false_type type;
Dis_signed.hpp53 struct rebind struct
55 typedef is_signed_helper<T> type;
63 struct rebind struct
65 typedef false_type type;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/pointer.traits/pointer.traits.types/
Drebind.pass.cpp33 template <class U> using rebind = B1<U>; typedef
50 template <class V> using rebind = D1<V, U>; typedef
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_pthread_alloc.h109 template <class _NewType> struct rebind { struct
110 typedef pthread_allocator<_NewType> other;
198 template <class _NewType> struct rebind { struct
199 typedef pthread_allocator<_NewType> other;
D_iostream_string.h54 template <class _Tp1> struct rebind { struct
78 * the basic_string. This is why the associated __stl_alloc_rebind has only one template argument
D_alloc.h285 template <class _Tp1> struct rebind { struct
286 typedef allocator<_Tp1> other;
374 template <class _Tp1> struct rebind { struct
375 typedef allocator<_Tp1> other;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/
Dstack_allocator.h30 template <class U> struct rebind {typedef stack_allocator<U, N> other;}; struct
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/support/
Dtest_allocator.h52 template <class U> struct rebind {typedef test_allocator<U> other;}; struct
112 template <class U> struct rebind {typedef non_default_test_allocator<U> other;}; struct
170 template <class U> struct rebind {typedef test_allocator<U> other;}; argument
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/
Dtest_allocator.h47 template <class U> struct rebind {typedef test_allocator<U> other;}; argument
103 template <class U> struct rebind {typedef test_allocator<U> other;}; argument
/ndk/tests/device/test-stlport/unit/
Dmvctor_declaration_test.cpp93 template <class _Tp1> struct rebind { struct in std::allocator
94 typedef allocator<_Tp1> other;
Dstack_allocator.h83 struct rebind { struct
84 typedef StackAllocator<_Other> other;
Dvector_test.cpp512 template <class _Tp1> struct rebind { struct
513 typedef NotSTLportAllocator<_Tp1> other;
/ndk/tests/device/test-gnustl-full/unit/
Dmvctor_declaration_test.cpp93 template <class _Tp1> struct rebind { struct in std::allocator
94 typedef allocator<_Tp1> other;
Dstack_allocator.h83 struct rebind { struct
84 typedef StackAllocator<_Other> other;
Dvector_test.cpp512 template <class _Tp1> struct rebind { struct
513 typedef NotSTLportAllocator<_Tp1> other;
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
Dcxa_demangle.cpp4770 template <class _Up> struct rebind {typedef short_alloc<_Up, N> other;}; argument