Searched defs:allocator_type (Results 1 - 25 of 49) sorted by relevance

12

/external/libcxx/test/utilities/memory/allocator.uses/allocator.uses.trait/
H A Duses_allocator.pass.cpp23 typedef int allocator_type; typedef in struct:B
/external/clang/test/SemaTemplate/
H A Dexception-spec-crash.cpp16 typedef _Allocator allocator_type; typedef in class:basic_string
18 noexcept(is_nothrow_move_constructible<allocator_type>::value);
/external/clang/test/CXX/except/except.spec/
H A Dcanonical.cpp22 typedef _Allocator allocator_type; typedef in class:std::basic_string
25 noexcept(_is_nothrow_constructible<allocator_type>::value);
48 basic_string<T, _Traits, _Allocator>::basic_string() noexcept(_is_nothrow_constructible<allocator_type>::value) {}
/external/clang/test/SemaCXX/
H A DPR9908.cpp13 typedef Alloc allocator_type; typedef in struct:allocator_traits
15 __allocator_traits_rebind<allocator_type, T>::type;
/external/libcxx/test/containers/container.adaptors/queue/queue.cons.alloc/
H A Dctor_queue_alloc.pass.cpp37 typedef test_allocator<int> allocator_type; typedef in struct:test
40 explicit test(const allocator_type& a) : base(a) {}
41 test(const container_type& c, const allocator_type& a) : base(c, a) {}
42 test(const test& q, const allocator_type& a) : base(q, a) {}
43 allocator_type get_allocator() {return this->c.get_allocator();}
H A Dctor_rcontainer_alloc.pass.cpp40 typedef test_allocator<MoveOnly> allocator_type; typedef in struct:test
43 explicit test(const allocator_type& a) : base(a) {}
44 test(const container_type& c, const allocator_type& a) : base(c, a) {}
45 test(container_type&& c, const allocator_type& a) : base(std::move(c), a) {}
46 test(test&& q, const allocator_type& a) : base(std::move(q), a) {}
47 allocator_type get_allocator() {return this->c.get_allocator();}
H A Dctor_rqueue_alloc.pass.cpp40 typedef test_allocator<MoveOnly> allocator_type; typedef in struct:test
43 explicit test(const allocator_type& a) : base(a) {}
44 test(const container_type& c, const allocator_type& a) : base(c, a) {}
45 test(container_type&& c, const allocator_type& a) : base(std::move(c), a) {}
46 test(test&& q, const allocator_type& a) : base(std::move(q), a) {}
47 allocator_type get_allocator() {return this->c.get_allocator();}
/external/libcxx/test/containers/container.adaptors/stack/stack.cons.alloc/
H A Dctor_copy_alloc.pass.cpp37 typedef test_allocator<int> allocator_type; typedef in struct:test
40 explicit test(const allocator_type& a) : base(a) {}
41 test(const container_type& c, const allocator_type& a) : base(c, a) {}
42 test(const test& q, const allocator_type& a) : base(q, a) {}
43 allocator_type get_allocator() {return this->c.get_allocator();}
H A Dctor_rcontainer_alloc.pass.cpp40 typedef test_allocator<MoveOnly> allocator_type; typedef in struct:test
43 explicit test(const allocator_type& a) : base(a) {}
44 test(const container_type& c, const allocator_type& a) : base(c, a) {}
45 test(container_type&& c, const allocator_type& a) : base(std::move(c), a) {}
46 test(test&& q, const allocator_type& a) : base(std::move(q), a) {}
47 allocator_type get_allocator() {return this->c.get_allocator();}
H A Dctor_rqueue_alloc.pass.cpp40 typedef test_allocator<MoveOnly> allocator_type; typedef in struct:test
43 explicit test(const allocator_type& a) : base(a) {}
44 test(const container_type& c, const allocator_type& a) : base(c, a) {}
45 test(container_type&& c, const allocator_type& a) : base(std::move(c), a) {}
46 test(test&& q, const allocator_type& a) : base(std::move(q), a) {}
47 allocator_type get_allocator() {return this->c.get_allocator();}
/external/libcxx/test/utilities/allocator.adaptor/allocator.adaptor.members/
H A Dconstruct.pass.cpp29 typedef A1<B> allocator_type; typedef in struct:B
31 explicit B(std::allocator_arg_t, const allocator_type& a, int i)
45 typedef std::scoped_allocator_adaptor<A2<C>> allocator_type; typedef in struct:C
47 explicit C(std::allocator_arg_t, const allocator_type& a, int i)
61 typedef std::scoped_allocator_adaptor<A2<D>> allocator_type; typedef in struct:D
63 explicit D(int i, int j, const allocator_type& a)
78 typedef std::scoped_allocator_adaptor<A1<E>> allocator_type; typedef in struct:E
80 explicit E(int i, int j, const allocator_type& a)
95 typedef std::scoped_allocator_adaptor<A2<F>> allocator_type; typedef in struct:F
103 explicit F(int i, int j, const allocator_type
[all...]
/external/libcxx/test/utilities/tuple/tuple.tuple/
H A Dalloc_first.h21 typedef A1<int> allocator_type; typedef in struct:alloc_first
H A Dalloc_last.h21 typedef A1<int> allocator_type; typedef in struct:alloc_last
/external/stlport/stlport/stl/debug/
H A D_string_sum_methods.h31 const allocator_type& __a = allocator_type())
29 basic_string(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s, size_type __pos, size_type __n = npos, const allocator_type& __a = allocator_type()) argument
H A D_list.h91 explicit list(const allocator_type& __a = allocator_type()) : argument
99 const allocator_type& __a = allocator_type())
122 const allocator_type& __a _STLP_ALLOCATOR_TYPE_DFL)
136 const allocator_type& __a = allocator_type())
141 const allocator_type& __a = allocator_type())
161 allocator_type get_allocato
95 list(size_type __n, const _Tp& __x = _Tp(), const allocator_type& __a = allocator_type()) argument
135 list(const value_type* __first, const value_type* __last, const allocator_type& __a = allocator_type()) argument
140 list(const_iterator __first, const_iterator __last, const allocator_type& __a = allocator_type()) argument
[all...]
/external/chromium_org/tools/deep_memory_profiler/lib/
H A Dbucket.py17 def __init__(self, stacktrace, allocator_type, typeinfo, typeinfo_name):
19 self._allocator_type = allocator_type
78 def allocator_type(self): member in class:Bucket
H A Dpolicy.py38 allocator_type,
46 self._allocator_type = allocator_type
80 def allocator_type(self): member in class:Rule
144 assert not bucket or bucket.allocator_type == 'malloc'
158 if (rule.allocator_type == 'malloc' and
192 assert not bucket or bucket.allocator_type == 'mmap'
202 if (rule.allocator_type == 'mmap' and
240 if (rule.allocator_type == 'unhooked' and
313 rule['allocator'], # allocator_type
/external/clang/test/CodeGenCXX/
H A Dlpad-linetable.cpp30 typedef _Alloc allocator_type; typedef in struct:std::_Vector_base
31 _Vector_base(const allocator_type& __a)
45 typedef _Alloc allocator_type; typedef in class:std::vector
46 vector(const allocator_type& __a = allocator_type()) argument
/external/stlport/stlport/stl/
H A D_string_sum_methods.h31 const allocator_type& __a = allocator_type())
29 basic_string(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s, size_type __pos, size_type __n = npos, const allocator_type& __a = allocator_type()) argument
H A D_string_base.h49 typedef _Alloc allocator_type; typedef in class:_String_base
50 typedef _STLP_alloc_proxy<_Tp*, _Tp, allocator_type> _AllocProxy;
106 typename allocator_type::size_type __alloc_max_size = _M_start_of_storage.max_size();
110 _String_base(const allocator_type& __a)
118 _String_base(const allocator_type& __a, size_t __n)
H A D_map.h91 typedef typename _Rep_type::allocator_type allocator_type; typedef in class:map
99 map() : _M_t(_Compare(), allocator_type()) {}
102 const allocator_type& __a = allocator_type())
105 : _M_t(__comp, allocator_type()) {}
106 explicit map(const _Compare& __comp, const allocator_type& __a)
113 : _M_t(_Compare(), allocator_type())
118 const allocator_type& __a _STLP_ALLOCATOR_TYPE_DFL)
124 : _M_t(__comp, allocator_type()) { _M_
101 map(const _Compare& __comp, const allocator_type& __a = allocator_type()) argument
132 map(const value_type* __first, const value_type* __last, const _Compare& __comp, const allocator_type& __a = allocator_type()) argument
141 map(const_iterator __first, const_iterator __last, const _Compare& __comp, const allocator_type& __a = allocator_type()) argument
284 typedef typename _Rep_type::allocator_type allocator_type; typedef in class:multimap
293 multimap(const _Compare& __comp, const allocator_type& __a = allocator_type()) argument
317 multimap(const value_type* __first, const value_type* __last, const _Compare& __comp, const allocator_type& __a = allocator_type()) argument
325 multimap(const_iterator __first, const_iterator __last, const _Compare& __comp, const allocator_type& __a = allocator_type()) argument
[all...]
H A D_pthread_alloc.h221 { typedef pthread_allocator<_Tp> allocator_type; }; typedef in struct:_Alloc_traits
404 { typedef per_thread_allocator<_Tp> allocator_type; }; typedef in struct:_Alloc_traits
H A D_set.h79 typedef typename _Rep_type::allocator_type allocator_type; typedef in class:set
90 const allocator_type& __a = allocator_type())
93 : _M_t(_Compare(), allocator_type()) {}
95 : _M_t(__comp, allocator_type()) {}
96 set(const _Compare& __comp, const allocator_type& __a)
103 : _M_t(_Compare(), allocator_type())
109 : _M_t(__comp, allocator_type()) { _M_t.insert_unique(__first, __last); }
113 const allocator_type
89 set(const _Compare& __comp = _Compare(), const allocator_type& __a = allocator_type()) argument
120 set(const value_type* __first, const value_type* __last, const _Compare& __comp, const allocator_type& __a = allocator_type()) argument
129 set(const_iterator __first, const_iterator __last, const _Compare& __comp, const allocator_type& __a = allocator_type()) argument
250 typedef typename _Rep_type::allocator_type allocator_type; typedef in class:multiset
258 multiset(const _Compare& __comp = _Compare(), const allocator_type& __a = allocator_type()) argument
291 multiset(const value_type* __first, const value_type* __last, const _Compare& __comp, const allocator_type& __a = allocator_type()) argument
300 multiset(const_iterator __first, const_iterator __last, const _Compare& __comp, const allocator_type& __a = allocator_type()) argument
[all...]
/external/chromium_org/base/memory/
H A Dscoped_vector.h22 typedef typename std::vector<T*>::allocator_type allocator_type; typedef in class:ScopedVector
/external/chromium_org/third_party/webrtc/system_wrappers/interface/
H A Dscoped_vector.h32 typedef typename std::vector<T*>::allocator_type allocator_type; typedef in class:webrtc::ScopedVector

Completed in 7440 milliseconds

12