HomeSort by relevance Sort by last modified time
    Searched defs:rebind (Results 1 - 25 of 27) sorted by null

1 2

  /external/clang/test/SemaCXX/
PR9908.cpp 7 typedef typename _Tp::template rebind<_Up>::other type;
27 template <class U> struct rebind {typedef ReboundA<U> other;}; struct in struct:A
  /external/libcxx/test/utilities/memory/allocator.traits/allocator.traits.types/
rebind_alloc.pass.cpp 15 // template <class T> using rebind_alloc = Alloc::rebind<U>::other | Alloc<T, Args...>;
30 template <class U> struct rebind {typedef ReboundA<U> other;}; struct in struct:A
41 template <class V> struct rebind {typedef ReboundB<V, U> other;}; struct in struct:B
61 template <class U> struct rebind {typedef ReboundA<U> otter;}; struct in struct:E
  /external/libcxx/test/utilities/memory/allocator.traits/
rebind_traits.pass.cpp 30 template <class U> struct rebind {typedef ReboundA<U> other;}; struct in struct:A
41 template <class V> struct rebind {typedef ReboundB<V, U> other;}; struct in struct:B
61 template <class U> struct rebind {typedef ReboundA<U> otter;}; struct in struct:E
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
stl_allocator.h 69 template <class T1> struct rebind { struct in class:STL_Allocator
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
stl_allocator.h 69 template <class T1> struct rebind { struct in class:STL_Allocator
  /external/libcxx/test/containers/
stack_allocator.h 30 template <class U> struct rebind {typedef stack_allocator<U, N> other;}; struct in class:stack_allocator
  /art/compiler/utils/
arena_containers.h 96 struct rebind { struct in class:art::ArenaAllocatorAdapter
135 struct rebind { struct in class:art::ArenaAllocatorAdapter
scoped_arena_containers.h 70 struct rebind { struct in class:art::ScopedArenaAllocatorAdapter
113 struct rebind { struct in class:art::ScopedArenaAllocatorAdapter
swap_space.h 112 struct rebind { struct in class:art::SwapAllocator
144 struct rebind { struct in class:art::SwapAllocator
  /external/chromium_org/v8/src/
zone-allocator.h 25 template<class O> struct rebind { struct in class:v8::internal::zone_allocator
  /external/clang/test/CodeGenCXX/
lpad-linetable.cpp 18 struct rebind struct in class:std::allocator
25 typedef typename _Alloc::template rebind<_Tp>::other _Tp_alloc_type;
thunk-use-after-free.cpp 8 template < typename > struct rebind { struct in struct:new_allocator
15 typedef typename _Alloc::template rebind < _Tp >::other _Tp_alloc_type;
debug-info-use-after-free.cpp 95 template < typename > struct rebind { struct in struct:new_allocator
102 typedef typename _Alloc::template rebind < _Tp >::other _Tp_alloc_type;
  /external/eigen/Eigen/src/StlSupport/
details.h 34 struct rebind struct in class:Eigen::aligned_allocator_indirection
  /external/chromium_org/base/containers/
stack_container.h 70 struct rebind { struct in class:base::StackAllocator
  /external/libcxx/test/support/
test_allocator.h 52 template <class U> struct rebind {typedef test_allocator<U> other;}; struct in class:test_allocator
110 template <class U> struct rebind {typedef test_allocator<U> other;}; struct in class:test_allocator
  /external/libcxx/test/thread/futures/
test_allocator.h 47 template <class U> struct rebind {typedef test_allocator<U> other;}; struct in class:test_allocator
103 template <class U> struct rebind {typedef test_allocator<U> other;}; struct in class:test_allocator
  /external/chromium_org/courgette/
memory_allocator.h 149 struct rebind { struct in class:courgette::MemoryAllocator
245 struct rebind {
  /external/chromium_org/third_party/angle/src/compiler/translator/
PoolAlloc.h 244 struct rebind { struct in class:pool_allocator
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/background/keymaps/
key_map.js 272 * a command, the rebind will fail.
277 cvox.KeyMap.prototype.rebind = function(command, newKey) {
288 * deleted. Use this.rebind to have non-overwrite behavior.
  /external/clang/test/SemaTemplate/
instantiate-member-template.cpp 232 template <class _Xp> static char __test(typename _Xp::template rebind<_Up>* = 0);
244 template <class U> struct rebind {typedef B1<U> other;}; struct in struct:rdar8986308::B
252 template <class V> struct rebind {typedef D1<V, U> other;}; struct in struct:rdar8986308::D
  /external/eigen/Eigen/src/Core/util/
Memory.h 685 struct rebind struct in class:Eigen::aligned_allocator
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_context.h 362 } rebind; member in struct:svga_context
  /external/libcxxabi/src/
cxa_demangle.cpp 4770 template <class _Up> struct rebind {typedef short_alloc<_Up, N> other;}; struct in class:__cxxabiv1::__anon3182::short_alloc
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/
svga_context.h 362 } rebind; member in struct:svga_context

Completed in 1666 milliseconds

1 2