HomeSort by relevance Sort by last modified time
    Searched refs:allocator_type (Results 51 - 75 of 1035) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/
list_update_policy.hpp 65 typedef Allocator allocator_type; typedef in class:__gnu_pbds::move_to_front_lu_policy
71 typedef typename allocator_type::template rebind<metadata_type>::other metadata_rebind;
103 typedef Allocator allocator_type; typedef in class:__gnu_pbds::counter_lu_policy
110 typedef typename allocator_type::size_type size_type;
  /external/libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.members/
construct.pass.cpp 29 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& a
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/allocator.adaptor/allocator.adaptor.members/
construct.pass.cpp 29 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& a
    [all...]
  /art/runtime/native/
java_lang_StringFactory.cc 46 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); local
49 allocator_type);
58 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); local
61 allocator_type);
73 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); local
75 string, 0, allocator_type);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_set.h 79 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& __a _STLP_ALLOCATOR_TYPE_DFL
250 typedef typename _Rep_type::allocator_type allocator_type; typedef in class:multiset
    [all...]
_map.h 91 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_t.insert_unique(__first, __last);
284 typedef typename _Rep_type::allocator_type allocator_type; typedef in class:multimap
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_set.h 79 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& __a _STLP_ALLOCATOR_TYPE_DFL
250 typedef typename _Rep_type::allocator_type allocator_type; typedef in class:multiset
    [all...]
_map.h 91 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_t.insert_unique(__first, __last);
284 typedef typename _Rep_type::allocator_type allocator_type; typedef in class:multimap
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_set.h 79 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& __a _STLP_ALLOCATOR_TYPE_DFL
250 typedef typename _Rep_type::allocator_type allocator_type; typedef in class:multiset
    [all...]
_map.h 91 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_t.insert_unique(__first, __last);
284 typedef typename _Rep_type::allocator_type allocator_type; typedef in class:multimap
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_set.h 79 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& __a _STLP_ALLOCATOR_TYPE_DFL
250 typedef typename _Rep_type::allocator_type allocator_type; typedef in class:multiset
    [all...]
_map.h 91 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_t.insert_unique(__first, __last);
284 typedef typename _Rep_type::allocator_type allocator_type; typedef in class:multimap
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_set.h 79 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& __a _STLP_ALLOCATOR_TYPE_DFL
250 typedef typename _Rep_type::allocator_type allocator_type; typedef in class:multiset
    [all...]
_map.h 91 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_t.insert_unique(__first, __last);
284 typedef typename _Rep_type::allocator_type allocator_type; typedef in class:multimap
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_set.h 79 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& __a _STLP_ALLOCATOR_TYPE_DFL
250 typedef typename _Rep_type::allocator_type allocator_type; typedef in class:multiset
    [all...]
_map.h 91 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_t.insert_unique(__first, __last);
284 typedef typename _Rep_type::allocator_type allocator_type; typedef in class:multimap
    [all...]
  /external/libcxx/test/std/strings/basic.string/string.capacity/
capacity.pass.cpp 24 S::allocator_type::throw_after = 0;
35 S::allocator_type::throw_after = INT_MAX;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.capacity/
capacity.pass.cpp 24 S::allocator_type::throw_after = 0;
35 S::allocator_type::throw_after = INT_MAX;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
unordered_map.h 65 typedef typename _Base::allocator_type allocator_type; typedef in class:__unordered_map
71 const allocator_type& __a = allocator_type())
82 const allocator_type& __a = allocator_type())
92 const allocator_type& __a = allocator_type())
136 typedef typename _Base::allocator_type allocator_type; typedef in class:__unordered_multimap
266 typedef typename _Base::allocator_type allocator_type; typedef in class:unordered_map
334 typedef typename _Base::allocator_type allocator_type; typedef in class:unordered_multimap
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
unordered_map.h 68 typedef typename _Base::allocator_type allocator_type; typedef in class:__unordered_map
74 const allocator_type& __a = allocator_type())
85 const allocator_type& __a = allocator_type())
95 const allocator_type& __a = allocator_type())
142 typedef typename _Base::allocator_type allocator_type; typedef in class:__unordered_multimap
272 typedef typename _Base::allocator_type allocator_type; typedef in class:unordered_map
340 typedef typename _Base::allocator_type allocator_type; typedef in class:unordered_multimap
    [all...]
unordered_set.h 68 typedef typename _Base::allocator_type allocator_type; typedef in class:__unordered_set
76 const allocator_type& __a = allocator_type())
87 const allocator_type& __a = allocator_type())
97 const allocator_type& __a = allocator_type())
152 typedef typename _Base::allocator_type allocator_type; typedef in class:__unordered_multiset
289 typedef typename _Base::allocator_type allocator_type; typedef in class:unordered_set
354 typedef typename _Base::allocator_type allocator_type; typedef in class:unordered_multiset
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
unordered_map.h 65 typedef typename _Base::allocator_type allocator_type; typedef in class:__unordered_map
71 const allocator_type& __a = allocator_type())
82 const allocator_type& __a = allocator_type())
92 const allocator_type& __a = allocator_type())
136 typedef typename _Base::allocator_type allocator_type; typedef in class:__unordered_multimap
266 typedef typename _Base::allocator_type allocator_type; typedef in class:unordered_map
334 typedef typename _Base::allocator_type allocator_type; typedef in class:unordered_multimap
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
unordered_map.h 68 typedef typename _Base::allocator_type allocator_type; typedef in class:__unordered_map
74 const allocator_type& __a = allocator_type())
85 const allocator_type& __a = allocator_type())
95 const allocator_type& __a = allocator_type())
142 typedef typename _Base::allocator_type allocator_type; typedef in class:__unordered_multimap
272 typedef typename _Base::allocator_type allocator_type; typedef in class:unordered_map
340 typedef typename _Base::allocator_type allocator_type; typedef in class:unordered_multimap
    [all...]
unordered_set.h 68 typedef typename _Base::allocator_type allocator_type; typedef in class:__unordered_set
76 const allocator_type& __a = allocator_type())
87 const allocator_type& __a = allocator_type())
97 const allocator_type& __a = allocator_type())
152 typedef typename _Base::allocator_type allocator_type; typedef in class:__unordered_multiset
289 typedef typename _Base::allocator_type allocator_type; typedef in class:unordered_set
354 typedef typename _Base::allocator_type allocator_type; typedef in class:unordered_multiset
    [all...]
  /external/libcxx/test/std/utilities/memory/allocator.uses/allocator.uses.trait/
uses_allocator.pass.cpp 23 typedef int allocator_type; typedef in struct:B

Completed in 1048 milliseconds

1 23 4 5 6 7 8 91011>>