| /external/libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.types/ | 
| D | rebind_alloc.pass.cpp | 32     template <class U> struct rebind {typedef ReboundA<U> other;};  argument43     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;
 
 | 
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/memory/allocator.traits/allocator.traits.types/ | 
| D | rebind_alloc.pass.cpp | 31     template <class U> struct rebind {typedef ReboundA<U> other;};  argument42     template <class V> struct rebind {typedef ReboundB<V, U> other;};  argument
 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;
 
 | 
| /external/libcxx/test/std/utilities/memory/allocator.traits/ | 
| D | rebind_traits.pass.cpp | 32     template <class U> struct rebind {typedef ReboundA<U> other;};  argument43     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/ | 
| D | rebind.pass.cpp | 35     template <class U> using rebind = B1<U>;  typedef52     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/ | 
| D | rebind_traits.pass.cpp | 31     template <class U> struct rebind {typedef ReboundA<U> other;};  struct42     template <class V> struct rebind {typedef ReboundB<V, U> other;};  struct
 62     template <class U> struct rebind {typedef ReboundA<U> otter;};  struct
 
 | 
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/memory/pointer.traits/pointer.traits.types/ | 
| D | rebind.pass.cpp | 34     template <class U> using rebind = B1<U>;  typedef51     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/ | 
| D | allocator.h | 46     template <class _Up> struct _LIBCPP_DEPRECATED_IN_CXX17 rebind {typedef allocator<_Up> other;};  struct59     template <class _Up> struct _LIBCPP_DEPRECATED_IN_CXX17 rebind {typedef allocator<_Up> other;};  struct
 
 | 
| /external/XNNPACK/src/xnnpack/ | 
| D | aligned-allocator.h | 33   struct rebind {  struct54   struct rebind {  struct
 55     typedef AlignedAllocator<U, Alignment> other;
 
 | 
| /external/google-fruit/include/fruit/impl/data_structures/ | 
| D | arena_allocator.h | 48   struct rebind {  struct49     using other = ArenaAllocator<U>;
 
 | 
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/containers/container.adaptors/queue/queue.cons/ | 
| D | ctor_iterators.pass.cpp | 32   struct rebind {  struct33     using other = alloc<U>;
 
 | 
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/containers/container.adaptors/stack/stack.cons/ | 
| D | ctor_iterators.pass.cpp | 29   struct rebind {  struct30     using other = alloc<U>;
 
 | 
| /external/libcxx/test/std/input.output/string.streams/stringstream.cons/ | 
| D | string.pass.cpp | 24   template<typename U> struct rebind { using other = NoDefaultAllocator<U>; };  argument
 | 
| /external/clang/test/SemaCXX/ | 
| D | PR9908.cpp | 27     template <class U> struct rebind {typedef ReboundA<U> other;};  argument
 | 
| /external/libcxx/test/support/ | 
| D | test_allocator.h | 88     template <class U> struct rebind {typedef test_allocator<U> other;};  struct178     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; };  struct
 
 | 
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/input.output/string.streams/stringstream.cons/ | 
| D | string.pass.cpp | 25   template<typename U> struct rebind { using other = NoDefaultAllocator<U>; };  argument
 | 
| /external/cronet/buildtools/third_party/libc++/trunk/src/include/ | 
| D | sso_allocator.h | 45     struct rebind {  struct46         using other = __sso_allocator<U, _Np>;
 
 | 
| /external/jsoncpp/include/json/ | 
| D | allocator.h | 71   template <typename U> struct rebind { using other = SecureAllocator<U>; };  argument
 | 
| /external/eigen/Eigen/src/StlSupport/ | 
| D | details.h | 34     struct rebind  struct36       typedef aligned_allocator_indirection<U> other;
 
 | 
| /external/clang/test/CodeGenCXX/ | 
| D | thunk-use-after-free.cpp | 8   template < typename > struct rebind {  struct9     typedef new_allocator other;
 
 | 
| D | lpad-linetable.cpp | 18     struct rebind  struct in std::allocator19     { typedef allocator<_Tp1> other; };
 
 | 
| /external/libbrillo/brillo/ | 
| D | secure_allocator.h | 70   template <typename U> struct rebind {  struct71     typedef SecureAllocator<U> other;
 
 | 
| /external/mesa3d/src/gallium/winsys/svga/drm/ | 
| D | vmw_surface.c | 106                             boolean *rebind)  in vmw_svga_winsys_surface_map()231                               boolean *rebind)  in vmw_svga_winsys_surface_unmap()
 
 | 
| /external/grpc-grpc/src/core/lib/gprpp/ | 
| D | memory.h | 94   struct rebind {  struct95     typedef Allocator<U> other;
 
 | 
| /external/pdfium/core/fxcrt/ | 
| D | fx_memory_wrappers.h | 51   struct rebind {  struct52     using other = FxPartitionAllocAllocator<U, F>;
 
 | 
| /external/angle/src/compiler/translator/ | 
| D | PoolAlloc.h | 52     struct rebind  struct54         typedef pool_allocator<Other> other;
 
 |