HomeSort by relevance Sort by last modified time
    Searched defs:get_allocator (Results 176 - 200 of 350) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/pointers/
_deque.h 157 allocator_type get_allocator() const { return _STLP_CONVERT_ALLOCATOR(_M_impl.get_allocator(), value_type); } function in class:deque
_set.h 208 allocator_type get_allocator() const function in class:set
209 { return _STLP_CONVERT_ALLOCATOR(_M_t.get_allocator(), value_type); }
461 allocator_type get_allocator() const function in class:multiset
462 { return _STLP_CONVERT_ALLOCATOR(_M_t.get_allocator(), value_type); }
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_vector.h 101 get_allocator() const function in struct:_Vector_base
203 // (assign() and get_allocator() are also listed in this section)
416 using _Base::get_allocator;
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_string_sum.h 102 allocator_type get_allocator() const { return _M_get_storage(false).get_allocator(); } function in class:__bstr_sum
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/pointers/
_deque.h 157 allocator_type get_allocator() const { return _STLP_CONVERT_ALLOCATOR(_M_impl.get_allocator(), value_type); } function in class:deque
_set.h 208 allocator_type get_allocator() const function in class:set
209 { return _STLP_CONVERT_ALLOCATOR(_M_t.get_allocator(), value_type); }
461 allocator_type get_allocator() const function in class:multiset
462 { return _STLP_CONVERT_ALLOCATOR(_M_t.get_allocator(), value_type); }
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_vector.h 101 get_allocator() const function in struct:_Vector_base
203 // (assign() and get_allocator() are also listed in this section)
416 using _Base::get_allocator;
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_string_sum.h 102 allocator_type get_allocator() const { return _M_get_storage(false).get_allocator(); } function in class:__bstr_sum
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/pointers/
_deque.h 157 allocator_type get_allocator() const { return _STLP_CONVERT_ALLOCATOR(_M_impl.get_allocator(), value_type); } function in class:deque
_set.h 208 allocator_type get_allocator() const function in class:set
209 { return _STLP_CONVERT_ALLOCATOR(_M_t.get_allocator(), value_type); }
461 allocator_type get_allocator() const function in class:multiset
462 { return _STLP_CONVERT_ALLOCATOR(_M_t.get_allocator(), value_type); }
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
stl_vector.h 101 get_allocator() const function in struct:_Vector_base
203 // (assign() and get_allocator() are also listed in this section)
416 using _Base::get_allocator;
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_vector.h 103 get_allocator() const function in struct:_Vector_base
223 // (assign() and get_allocator() are also listed in this section)
464 using _Base::get_allocator;
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_string_sum.h 102 allocator_type get_allocator() const { return _M_get_storage(false).get_allocator(); } function in class:__bstr_sum
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/pointers/
_deque.h 157 allocator_type get_allocator() const { return _STLP_CONVERT_ALLOCATOR(_M_impl.get_allocator(), value_type); } function in class:deque
_set.h 208 allocator_type get_allocator() const function in class:set
209 { return _STLP_CONVERT_ALLOCATOR(_M_t.get_allocator(), value_type); }
461 allocator_type get_allocator() const function in class:multiset
462 { return _STLP_CONVERT_ALLOCATOR(_M_t.get_allocator(), value_type); }
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_string_sum.h 102 allocator_type get_allocator() const { return _M_get_storage(false).get_allocator(); } function in class:__bstr_sum
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/pointers/
_deque.h 157 allocator_type get_allocator() const { return _STLP_CONVERT_ALLOCATOR(_M_impl.get_allocator(), value_type); } function in class:deque
_set.h 208 allocator_type get_allocator() const function in class:set
209 { return _STLP_CONVERT_ALLOCATOR(_M_t.get_allocator(), value_type); }
461 allocator_type get_allocator() const function in class:multiset
462 { return _STLP_CONVERT_ALLOCATOR(_M_t.get_allocator(), value_type); }
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_vector.h 103 get_allocator() const function in struct:_Vector_base
223 // (assign() and get_allocator() are also listed in this section)
464 using _Base::get_allocator;
    [all...]
  /external/stlport/stlport/stl/
_hashtable.h 300 allocator_type get_allocator() const { return _M_elems.get_allocator(); } function in class:hashtable
335 _M_elems(__ht.get_allocator()),
336 _M_buckets(_STLP_CONVERT_ALLOCATOR(__ht.get_allocator(), _BucketType*)),
_list.h 185 allocator_type get_allocator() const function in class:_List_base
355 list(const _Self& __x) : _STLP_PRIV _List_base<_Tp, _Alloc>(__x.get_allocator())
486 _Self __tmp(__first, __last, this->get_allocator());
487 _STLP_ASSERT(__tmp.get_allocator() == this->get_allocator())
493 _Self __tmp(__first, __last, this->get_allocator());
601 if (this->get_allocator() == __x.get_allocator()) {
614 if (this->get_allocator() == __x.get_allocator()) {
    [all...]
_slist.h 184 allocator_type get_allocator() const function in class:_Slist_base
277 allocator_type get_allocator() const { return _Base::get_allocator(); } function in class:slist
330 : _STLP_PRIV _Slist_base<_Tp,_Alloc>(__x.get_allocator())
557 _Self __tmp(__first, __last, this->get_allocator());
594 _Self __tmp(__first, __last, this->get_allocator());
700 if (this->get_allocator() == __x.get_allocator()) {
714 if (this->get_allocator() == __x.get_allocator()) {
    [all...]
_string.h 154 allocator_type get_allocator() const function in class:basic_string
750 const _Self __self(__first, __last, get_allocator());
905 const _Self __self(__f, __l, get_allocator());
    [all...]
_tree.h 244 allocator_type get_allocator() const { function in class:_Rb_tree_base
395 : _Rb_tree_base<_Value, _Alloc>(__x.get_allocator()),
_vector.h 135 allocator_type get_allocator() const function in class:vector
247 : _STLP_PRIV _Vector_base<_Tp, _Alloc>(__x.size(), __x.get_allocator()) {

Completed in 477 milliseconds

1 2 3 4 5 6 78 91011>>