HomeSort by relevance Sort by last modified time
    Searched full:get_allocator (Results 676 - 700 of 841) sorted by null

<<21222324252627282930>>

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/debug/
deque 181 using _Base::get_allocator;
multimap.h 138 using _Base::get_allocator;
multiset.h 137 using _Base::get_allocator;
set.h 137 using _Base::get_allocator;
string 82 : _Base(__str, 0, _Base::npos, __str.get_allocator())
731 using _Base::get_allocator;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/profile/
deque 163 using _Base::get_allocator;
multimap.h 129 using _Base::get_allocator;
multiset.h 129 using _Base::get_allocator;
set.h 129 using _Base::get_allocator;
vector 200 using _Base::get_allocator;
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
unordered_map.h 251 get_allocator() const noexcept
252 { return _M_h.get_allocator(); }
    [all...]
unordered_set.h 244 get_allocator() const noexcept
245 { return _M_h.get_allocator(); }
879 get_allocator() const noexcept
880 { return _M_h.get_allocator(); }
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/profile/
deque 167 using _Base::get_allocator;
multimap.h 150 using _Base::get_allocator;
multiset.h 150 using _Base::get_allocator;
set.h 150 using _Base::get_allocator;
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_bvector.h 275 allocator_type get_allocator() const function in class:_Bvector_base
524 : _STLP_PRIV _Bvector_base<_Alloc >(__x.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()),
_vector.h 135 allocator_type get_allocator() const function in class:vector
247 : _STLP_PRIV _Vector_base<_Tp, _Alloc>(__x.size(), __x.get_allocator()) {
  /ndk/sources/cxx-stl/stlport/stlport/stl/debug/
_string.h 88 allocator_type get_allocator() const { return _M_non_dbg_impl.get_allocator(); } function in class:basic_string
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/debug/
string 82 : _Base(__str, 0, _Base::npos, __str.get_allocator())
731 using _Base::get_allocator;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/debug/
string 82 : _Base(__str, 0, _Base::npos, __str.get_allocator())
731 using _Base::get_allocator;
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/debug/
string 83 : _Base(__str, 0, _Base::npos, __str.get_allocator())
732 using _Base::get_allocator;
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_bvector.h 275 allocator_type get_allocator() const function in class:_Bvector_base
524 : _STLP_PRIV _Bvector_base<_Alloc >(__x.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()),

Completed in 1433 milliseconds

<<21222324252627282930>>