Home
last modified time | relevance | path

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

123456

/external/libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.types/
Drebind_alloc.pass.cpp32 template <class U> struct rebind {typedef ReboundA<U> other;}; argument
43 template <class V> struct rebind {typedef ReboundB<V, U> other;}; struct
63 template <class U> struct rebind {typedef ReboundA<U> otter;}; struct
71 struct rebind { typedef void other; }; struct
78 struct rebind { struct
80 typedef void other;
/external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/memory/allocator.traits/allocator.traits.types/
Drebind_alloc.pass.cpp31 template <class U> struct rebind {typedef ReboundA<U> other;}; struct
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; }; argument
77 struct rebind { struct
79 typedef void other;
/external/libcxx/test/std/utilities/memory/allocator.traits/
Drebind_traits.pass.cpp32 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
/external/libcxx/test/std/utilities/memory/pointer.traits/pointer.traits.types/
Drebind.pass.cpp35 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
/external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/memory/allocator.traits/
Drebind_traits.pass.cpp31 template <class U> struct rebind {typedef ReboundA<U> other;}; struct
42 template <class V> struct rebind {typedef ReboundB<V, U> other;}; argument
62 template <class U> struct rebind {typedef ReboundA<U> otter;}; argument
/external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/memory/pointer.traits/pointer.traits.types/
Drebind.pass.cpp34 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
/external/cronet/buildtools/third_party/libc++/trunk/include/__memory/
Dallocator.h46 template <class _Up> struct _LIBCPP_DEPRECATED_IN_CXX17 rebind {typedef allocator<_Up> other;}; argument
59 template <class _Up> struct _LIBCPP_DEPRECATED_IN_CXX17 rebind {typedef allocator<_Up> other;}; struct
/external/XNNPACK/src/xnnpack/
Daligned-allocator.h33 struct rebind { struct
54 struct rebind { struct
55 typedef AlignedAllocator<U, Alignment> other;
/external/google-fruit/include/fruit/impl/data_structures/
Darena_allocator.h48 struct rebind { struct
49 using other = ArenaAllocator<U>;
/external/cronet/buildtools/third_party/libc++/trunk/test/std/containers/container.adaptors/queue/queue.cons/
Dctor_iterators.pass.cpp32 struct rebind { struct
33 using other = alloc<U>;
/external/cronet/buildtools/third_party/libc++/trunk/test/std/containers/container.adaptors/stack/stack.cons/
Dctor_iterators.pass.cpp29 struct rebind { struct
30 using other = alloc<U>;
/external/libcxx/test/std/input.output/string.streams/stringstream.cons/
Dstring.pass.cpp24 template<typename U> struct rebind { using other = NoDefaultAllocator<U>; }; argument
/external/clang/test/SemaCXX/
DPR9908.cpp27 template <class U> struct rebind {typedef ReboundA<U> other;}; struct
/external/libcxx/test/support/
Dtest_allocator.h88 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;}; argument
413 template <class U> struct rebind { typedef limited_allocator<U, N> other; }; argument
/external/cronet/buildtools/third_party/libc++/trunk/test/std/input.output/string.streams/stringstream.cons/
Dstring.pass.cpp25 template<typename U> struct rebind { using other = NoDefaultAllocator<U>; }; struct
/external/cronet/buildtools/third_party/libc++/trunk/src/include/
Dsso_allocator.h45 struct rebind { struct
46 using other = __sso_allocator<U, _Np>;
/external/jsoncpp/include/json/
Dallocator.h71 template <typename U> struct rebind { using other = SecureAllocator<U>; }; struct
/external/eigen/Eigen/src/StlSupport/
Ddetails.h34 struct rebind struct
36 typedef aligned_allocator_indirection<U> other;
/external/clang/test/CodeGenCXX/
Dthunk-use-after-free.cpp8 template < typename > struct rebind { struct
9 typedef new_allocator other;
Dlpad-linetable.cpp18 struct rebind struct in std::allocator
19 { typedef allocator<_Tp1> other; };
/external/libbrillo/brillo/
Dsecure_allocator.h70 template <typename U> struct rebind { struct
71 typedef SecureAllocator<U> other;
/external/mesa3d/src/gallium/winsys/svga/drm/
Dvmw_surface.c106 boolean *rebind) in vmw_svga_winsys_surface_map()
231 boolean *rebind) in vmw_svga_winsys_surface_unmap()
/external/grpc-grpc/src/core/lib/gprpp/
Dmemory.h94 struct rebind { struct
95 typedef Allocator<U> other;
/external/pdfium/core/fxcrt/
Dfx_memory_wrappers.h51 struct rebind { struct
52 using other = FxPartitionAllocAllocator<U, F>;
/external/angle/src/compiler/translator/
DPoolAlloc.h52 struct rebind struct
54 typedef pool_allocator<Other> other;

123456