/aosp_15_r20/external/libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.types/ |
H A D | rebind_alloc.pass.cpp | 32 template <class U> struct rebind {typedef ReboundA<U> other;}; struct 43 template <class V> struct rebind {typedef ReboundB<V, U> other;}; argument 63 template <class U> struct rebind {typedef ReboundA<U> otter;}; argument 71 struct rebind { typedef void other; }; struct 78 struct rebind { struct 80 typedef void other;
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/memory/allocator.traits/allocator.traits.types/ |
H A D | rebind_alloc.pass.cpp | 31 template <class U> struct rebind {typedef ReboundA<U> other;}; argument 42 template <class V> struct rebind {typedef ReboundB<V, U> other;}; struct 62 template <class U> struct rebind {typedef ReboundA<U> otter;}; argument 70 struct rebind { typedef void other; }; struct 77 struct rebind { struct 79 typedef void other;
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/type_traits/include/boost/type_traits/ |
D | is_convertible.hpp | 373 struct rebind struct 375 typedef is_convertible_impl<From, To> type; 383 struct rebind struct 385 typedef true_type type; 393 struct rebind struct 395 typedef false_type type; 403 struct rebind struct 405 typedef false_type type;
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/iterator/include/boost/iterator/ |
D | is_readable_iterator.hpp | 36 struct rebind struct 38 static It& x; 60 struct rebind : boost::mpl::false_ struct 69 struct rebind : boost::mpl::false_ struct 77 struct rebind : boost::mpl::false_ struct 85 struct rebind : boost::mpl::false_ struct
|
D | is_lvalue_iterator.hpp | 64 struct rebind struct 66 static It& x; 90 struct rebind : boost::mpl::false_ struct 99 struct rebind : boost::mpl::false_ struct 107 struct rebind : boost::mpl::false_ struct 115 struct rebind : boost::mpl::false_ struct
|
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/container/internal/ |
H A D | test_allocator.h | 135 struct rebind { struct 136 using other = CopyAssignPropagatingCountingAlloc<U>; 153 struct rebind { struct 154 using other = MoveAssignPropagatingCountingAlloc<U>; 171 struct rebind { struct 172 using other = SwapPropagatingCountingAlloc<U>; 186 struct rebind { struct 187 using other = MinimumAlignmentAlloc<U>;
|
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/container/internal/ |
H A D | test_allocator.h | 135 struct rebind { struct 136 using other = CopyAssignPropagatingCountingAlloc<U>; 153 struct rebind { struct 154 using other = MoveAssignPropagatingCountingAlloc<U>; 171 struct rebind { struct 172 using other = SwapPropagatingCountingAlloc<U>; 186 struct rebind { struct 187 using other = MinimumAlignmentAlloc<U>;
|
/aosp_15_r20/external/abseil-cpp/absl/container/internal/ |
H A D | test_allocator.h | 135 struct rebind { struct 136 using other = CopyAssignPropagatingCountingAlloc<U>; 153 struct rebind { struct 154 using other = MoveAssignPropagatingCountingAlloc<U>; 171 struct rebind { struct 172 using other = SwapPropagatingCountingAlloc<U>; 186 struct rebind { struct 187 using other = MinimumAlignmentAlloc<U>;
|
/aosp_15_r20/external/libcxx/test/std/utilities/memory/allocator.traits/ |
H A D | rebind_traits.pass.cpp | 32 template <class U> struct rebind {typedef ReboundA<U> other;}; argument 43 template <class V> struct rebind {typedef ReboundB<V, U> other;}; argument 63 template <class U> struct rebind {typedef ReboundA<U> otter;}; argument
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/utility/include/boost/detail/ |
D | ob_compressed_pair.hpp | 346 struct rebind struct 348 typedef compressed_pair_0<T1, T2> type; 356 struct rebind struct 358 typedef compressed_pair_1<T1, T2> type; 366 struct rebind struct 368 typedef compressed_pair_2<T1, T2> type; 376 struct rebind struct 378 typedef compressed_pair_3<T1, T2> type; 386 struct rebind struct 388 typedef compressed_pair_4<T1, T2> type; [all …]
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/memory/allocator.traits/ |
H A D | rebind_traits.pass.cpp | 31 template <class U> struct rebind {typedef ReboundA<U> other;}; argument 42 template <class V> struct rebind {typedef ReboundB<V, U> other;}; struct 62 template <class U> struct rebind {typedef ReboundA<U> otter;}; struct
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/pool/include/boost/pool/ |
D | pool_alloc.hpp | 174 struct rebind struct in boost::pool_allocator 176 typedef pool_allocator<U, UserAllocator, Mutex, NextSize, MaxSize> other; 298 struct rebind struct in boost::pool_allocator 300 typedef pool_allocator<U, UserAllocator, Mutex, NextSize, MaxSize> other; 371 struct rebind struct in boost::fast_pool_allocator 373 typedef fast_pool_allocator<U, UserAllocator, Mutex, NextSize, MaxSize> other; 504 template <class U> struct rebind struct in boost::fast_pool_allocator 506 typedef fast_pool_allocator<U, UserAllocator, Mutex, NextSize, MaxSize> other;
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/memory/pointer.traits/pointer.traits.types/ |
H A D | rebind.compile.pass.cpp | 34 template <class U> using rebind = B1<U>; typedef 51 template <class V> using rebind = D1<V, U>; typedef 61 void rebind() {} in rebind() function 70 using rebind = void; typedef 79 static constexpr int rebind = 42; member
|
H A D | rebind.pass.cpp | 34 template <class U> using rebind = B1<U>; typedef 51 template <class V> using rebind = D1<V, U>; typedef 61 void rebind() {} in rebind() function 70 using rebind = void; typedef 79 static constexpr int rebind = 42; member
|
/aosp_15_r20/external/libcxx/test/std/utilities/memory/pointer.traits/pointer.traits.types/ |
H A D | rebind.pass.cpp | 35 template <class U> using rebind = B1<U>; typedef 52 template <class V> using rebind = D1<V, U>; typedef 62 void rebind() {} in rebind() function 71 using rebind = void; typedef 80 static constexpr int rebind = 42; member
|
/aosp_15_r20/frameworks/compile/mclinker/include/mcld/Support/ |
D | Allocators.h | 276 struct rebind { struct 291 struct rebind { struct 292 typedef LinearAllocator<NewDataType, 0> other; 316 struct rebind { struct 317 typedef MallocAllocator<OtherDataType> other; 361 struct rebind { struct 362 typedef MallocAllocator<OtherDataType> other;
|
/aosp_15_r20/external/libcxx/test/support/ |
H A D | test_allocator.h | 88 template <class U> struct rebind {typedef test_allocator<U> other;}; argument 178 template <class U> struct rebind {typedef non_default_test_allocator<U> other;}; struct 238 template <class U> struct rebind {typedef test_allocator<U> other;}; struct 413 template <class U> struct rebind { typedef limited_allocator<U, N> other; }; argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/c++/v1/__memory/ |
D | allocator.h | 53 struct _LIBCPP_DEPRECATED_IN_CXX17 rebind { struct 69 struct _LIBCPP_DEPRECATED_IN_CXX17 rebind { struct 70 typedef allocator<_Up> other;
|
/aosp_15_r20/external/cronet/third_party/libc++/src/include/__memory/ |
H A D | allocator.h | 47 struct _LIBCPP_DEPRECATED_IN_CXX17 rebind { struct 63 struct _LIBCPP_DEPRECATED_IN_CXX17 rebind { struct 64 typedef allocator<_Up> other;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__memory/ |
D | allocator.h | 46 struct _LIBCPP_DEPRECATED_IN_CXX17 rebind { struct 61 struct _LIBCPP_DEPRECATED_IN_CXX17 rebind { struct 62 typedef allocator<_Up> other;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/c++/v1/__memory/ |
D | allocator.h | 47 struct _LIBCPP_DEPRECATED_IN_CXX17 rebind { struct 63 struct _LIBCPP_DEPRECATED_IN_CXX17 rebind { argument 64 typedef allocator<_Up> other;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/c++/v1/__memory/ |
D | allocator.h | 53 struct _LIBCPP_DEPRECATED_IN_CXX17 rebind { struct 71 struct _LIBCPP_DEPRECATED_IN_CXX17 rebind { struct 72 typedef allocator<_Up> other;
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/core/test/ |
D | pointer_traits_rebind_test.cpp | 25 using rebind = E1<bool>; typedef 31 using rebind = E2<bool, T2>; typedef 37 using rebind = E3<bool, T2, T3>; typedef 49 using rebind = E<bool, U...>; typedef
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/x86_64-linux/include/c++/4.8.3/ext/ |
D | extptr_allocator.h | 72 struct rebind in _GLIBCXX_VISIBILITY() struct 73 { typedef _ExtPtr_allocator<_Up> other; }; in _GLIBCXX_VISIBILITY() 178 struct rebind in _GLIBCXX_VISIBILITY() struct 179 { typedef _ExtPtr_allocator<_Up> other; }; in _GLIBCXX_VISIBILITY()
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/ |
D | extptr_allocator.h | 72 struct rebind in _GLIBCXX_VISIBILITY() struct 73 { typedef _ExtPtr_allocator<_Up> other; }; in _GLIBCXX_VISIBILITY() 178 struct rebind in _GLIBCXX_VISIBILITY() struct 179 { typedef _ExtPtr_allocator<_Up> other; }; in _GLIBCXX_VISIBILITY()
|