/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/allocator.traits/ |
D | rebind_traits.pass.cpp | 30 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/ |
D | rebind_alloc.pass.cpp | 30 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/ |
D | is_convertible.hpp | 314 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;
|
D | is_unsigned.hpp | 52 struct rebind struct 54 typedef is_ununsigned_helper<T> type; 62 struct rebind struct 64 typedef false_type type;
|
D | is_signed.hpp | 53 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/ |
D | rebind.pass.cpp | 33 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.h | 109 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.h | 54 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.h | 285 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/ |
D | stack_allocator.h | 30 template <class U> struct rebind {typedef stack_allocator<U, N> other;}; struct
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/support/ |
D | test_allocator.h | 52 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/ |
D | test_allocator.h | 47 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/ |
D | mvctor_declaration_test.cpp | 93 template <class _Tp1> struct rebind { struct in std::allocator 94 typedef allocator<_Tp1> other;
|
D | stack_allocator.h | 83 struct rebind { struct 84 typedef StackAllocator<_Other> other;
|
D | vector_test.cpp | 512 template <class _Tp1> struct rebind { struct 513 typedef NotSTLportAllocator<_Tp1> other;
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | mvctor_declaration_test.cpp | 93 template <class _Tp1> struct rebind { struct in std::allocator 94 typedef allocator<_Tp1> other;
|
D | stack_allocator.h | 83 struct rebind { struct 84 typedef StackAllocator<_Other> other;
|
D | vector_test.cpp | 512 template <class _Tp1> struct rebind { struct 513 typedef NotSTLportAllocator<_Tp1> other;
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/ |
D | cxa_demangle.cpp | 4770 template <class _Up> struct rebind {typedef short_alloc<_Up, N> other;}; argument
|