HomeSort by relevance Sort by last modified time
    Searched refs:get_allocator (Results 526 - 550 of 778) sorted by null

<<21222324252627282930>>

  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_hashtable.c 458 _ElemsCont __tmp_elems(_M_elems.get_allocator());
459 _BucketVector __tmp(__num_buckets + 1, __STATIC_CAST(_BucketType*, 0), _M_buckets.get_allocator());
_tree.h 244 allocator_type get_allocator() const { function in class:_Rb_tree_base
395 : _Rb_tree_base<_Value, _Alloc>(__x.get_allocator()),
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/pointers/
_slist.h 84 allocator_type get_allocator() const function in class:slist
85 { return _STLP_CONVERT_ALLOCATOR(_M_impl.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/
_hashtable.c 458 _ElemsCont __tmp_elems(_M_elems.get_allocator());
459 _BucketVector __tmp(__num_buckets + 1, __STATIC_CAST(_BucketType*, 0), _M_buckets.get_allocator());
_tree.h 244 allocator_type get_allocator() const { function in class:_Rb_tree_base
395 : _Rb_tree_base<_Value, _Alloc>(__x.get_allocator()),
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/pointers/
_slist.h 84 allocator_type get_allocator() const function in class:slist
85 { return _STLP_CONVERT_ALLOCATOR(_M_impl.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/
_hashtable.c 458 _ElemsCont __tmp_elems(_M_elems.get_allocator());
459 _BucketVector __tmp(__num_buckets + 1, __STATIC_CAST(_BucketType*, 0), _M_buckets.get_allocator());
_tree.h 244 allocator_type get_allocator() const { function in class:_Rb_tree_base
395 : _Rb_tree_base<_Value, _Alloc>(__x.get_allocator()),
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/pointers/
_slist.h 84 allocator_type get_allocator() const function in class:slist
85 { return _STLP_CONVERT_ALLOCATOR(_M_impl.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/
_hashtable.c 458 _ElemsCont __tmp_elems(_M_elems.get_allocator());
459 _BucketVector __tmp(__num_buckets + 1, __STATIC_CAST(_BucketType*, 0), _M_buckets.get_allocator());
_tree.h 244 allocator_type get_allocator() const { function in class:_Rb_tree_base
395 : _Rb_tree_base<_Value, _Alloc>(__x.get_allocator()),
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/pointers/
_slist.h 84 allocator_type get_allocator() const function in class:slist
85 { return _STLP_CONVERT_ALLOCATOR(_M_impl.get_allocator(), value_type); }
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_hashtable.c 458 _ElemsCont __tmp_elems(_M_elems.get_allocator());
459 _BucketVector __tmp(__num_buckets + 1, __STATIC_CAST(_BucketType*, 0), _M_buckets.get_allocator());
_tree.h 244 allocator_type get_allocator() const { function in class:_Rb_tree_base
395 : _Rb_tree_base<_Value, _Alloc>(__x.get_allocator()),
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/pointers/
_slist.h 84 allocator_type get_allocator() const function in class:slist
85 { return _STLP_CONVERT_ALLOCATOR(_M_impl.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...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
stl_map.h 155 // (get_allocator() is normally listed in this section, but seems to have
310 get_allocator() const _GLIBCXX_NOEXCEPT
311 { return allocator_type(_M_t.get_allocator()); }
    [all...]
  /external/stlport/stlport/stl/
_vector.c 212 vector<_Tp, _Alloc> __tmp(__n, __val, get_allocator());
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_vector.c 212 vector<_Tp, _Alloc> __tmp(__n, __val, get_allocator());
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/profile/
multiset.h 123 using _Base::get_allocator;
set.h 123 using _Base::get_allocator;

Completed in 2263 milliseconds

<<21222324252627282930>>