Searched defs:rebind (Results 1 - 25 of 34) sorted by relevance

12

/external/clang/test/SemaCXX/
H A DPR9908.cpp7 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/
H A Drebind_alloc.pass.cpp15 // 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/
H A Drebind_traits.pass.cpp30 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/
H A Dstl_allocator.h69 template <class T1> struct rebind { struct in class:STL_Allocator
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Dstl_allocator.h69 template <class T1> struct rebind { struct in class:STL_Allocator
/external/clang/test/CodeGenCXX/
H A Dlpad-linetable.cpp18 struct rebind struct in class:std::allocator
25 typedef typename _Alloc::template rebind<_Tp>::other _Tp_alloc_type;
H A Dthunk-use-after-free.cpp8 template < typename > struct rebind { struct in struct:new_allocator
15 typedef typename _Alloc::template rebind < _Tp >::other _Tp_alloc_type;
H A Ddebug-info-use-after-free.cpp95 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/
H A Ddetails.h34 struct rebind struct in class:Eigen::aligned_allocator_indirection
/external/libcxx/test/containers/
H A Dstack_allocator.h30 template <class U> struct rebind {typedef stack_allocator<U, N> other;}; struct in class:stack_allocator
/external/stlport/stlport/stl/
H A D_iostream_string.h54 template <class _Tp1> struct rebind { struct in class:__iostring_allocator
H A D_pthread_alloc.h109 template <class _NewType> struct rebind { struct in class:pthread_allocator
198 template <class _NewType> struct rebind { struct in class:pthread_allocator
290 template <class _NewType> struct rebind { struct in class:per_thread_allocator
381 template <class _NewType> struct rebind { struct in class:per_thread_allocator
H A D_alloc.h200 typedef typename _Allocator::_STLP_TEMPLATE rebind<_Tp> _Rebind_type;
285 template <class _Tp1> struct rebind { struct in class:allocator
374 template <class _Tp1> struct rebind { struct in class:allocator
454 typedef typename _Alloc::_STLP_TEMPLATE rebind<_Tp>::other _Rebound_type;
459 // user (on purpose) is forced to define rebind/get operations !!!
/external/chromium_org/base/containers/
H A Dstack_container.h70 struct rebind { struct in class:base::StackAllocator
/external/chromium_org/v8/src/
H A Dzone-allocator.h25 template<class O> struct rebind { struct in class:v8::internal::zone_allocator
/external/libcxx/test/thread/futures/
H A Dtest_allocator.h47 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/stlport/test/unit/
H A Dmvctor_declaration_test.cpp93 template <class _Tp1> struct rebind { struct in class:std::allocator
H A Dstack_allocator.h83 struct rebind { struct in struct:StackAllocator
H A Dvector_test.cpp512 template <class _Tp1> struct rebind { struct in struct:NotSTLportAllocator
/external/chromium_org/courgette/
H A Dmemory_allocator.h149 struct rebind { struct in class:courgette::MemoryAllocator
245 struct rebind {
/external/libcxx/test/support/
H A Dtest_allocator.h52 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/stlport/test/eh/
H A DPrefix.h132 template <class _Tp1> struct rebind { struct in class:EH_allocator
165 // user (on purpose) is forced to define rebind/get operations !!!
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/background/keymaps/
H A Dkey_map.js272 * 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/chromium_org/third_party/angle/src/compiler/translator/
H A DPoolAlloc.h244 struct rebind { struct in class:pool_allocator
/external/clang/test/SemaTemplate/
H A Dinstantiate-member-template.cpp232 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

Completed in 6432 milliseconds

12