HomeSort by relevance Sort by last modified time
    Searched defs:get_allocator (Results 151 - 175 of 347) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/ndk/8/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
_tree.h 153 allocator_type get_allocator() const { return _M_non_dbg_impl.get_allocator(); } function in class:_Rb_tree
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/pointers/
_list.h 89 allocator_type get_allocator() const function in class:list
90 { return _STLP_CONVERT_ALLOCATOR(_M_impl.get_allocator(), value_type); }
_slist.h 84 allocator_type get_allocator() const function in class:slist
85 { return _STLP_CONVERT_ALLOCATOR(_M_impl.get_allocator(), value_type); }
_vector.h 76 allocator_type get_allocator() const function in class:vector
77 { return _STLP_CONVERT_ALLOCATOR(_M_impl.get_allocator(), value_type); }
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_hash_map.h 82 allocator_type get_allocator() const { return _M_ht.get_allocator(); } function in class:hash_map
273 allocator_type get_allocator() const { return _M_ht.get_allocator(); } function in class:hash_multimap
_hash_set.h 76 allocator_type get_allocator() const { return _M_ht.get_allocator(); } function in class:hash_set
262 allocator_type get_allocator() const { return _M_ht.get_allocator(); } function in class:hash_multiset
_map.h 161 allocator_type get_allocator() const { return _M_t.get_allocator(); } function in class:map
347 allocator_type get_allocator() const { return _M_t.get_allocator(); } function in class:multimap
_set.h 149 allocator_type get_allocator() const { return _M_t.get_allocator(); } function in class:set
320 allocator_type get_allocator() const { return _M_t.get_allocator(); } function in class:multiset
_unordered_map.h 76 allocator_type get_allocator() const { return _M_ht.get_allocator(); } function in class:unordered_map
244 allocator_type get_allocator() const { return _M_ht.get_allocator(); } function in class:unordered_multimap
_unordered_set.h 70 allocator_type get_allocator() const { return _M_ht.get_allocator(); } function in class:unordered_set
220 allocator_type get_allocator() const { return _M_ht.get_allocator(); } function in class:unordered_multiset
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/debug/
_hashtable.h 132 allocator_type get_allocator() const { return _M_non_dbg_impl.get_allocator(); } function in class:hashtable
_list.h 161 allocator_type get_allocator() const { return _M_non_dbg_impl.get_allocator(); } function in class:list
362 if (get_allocator() == __x.get_allocator())
377 if (get_allocator() == __x.get_allocator())
390 if (this->get_allocator() == __x.get_allocator())
405 if (this->get_allocator() == __x.get_allocator()) {
    [all...]
_slist.h 94 allocator_type get_allocator() const { return _M_non_dbg_impl.get_allocator(); } function in class:slist
407 if (get_allocator() == __x.get_allocator()) {
424 if (get_allocator() == __x.get_allocator()) {
444 if (get_allocator() == __x.get_allocator()) {
459 if (get_allocator() == __x.get_allocator()) {
    [all...]
_string.h 88 allocator_type get_allocator() const { return _M_non_dbg_impl.get_allocator(); } function in class:basic_string
_tree.h 153 allocator_type get_allocator() const { return _M_non_dbg_impl.get_allocator(); } function in class:_Rb_tree
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/pointers/
_list.h 89 allocator_type get_allocator() const function in class:list
90 { return _STLP_CONVERT_ALLOCATOR(_M_impl.get_allocator(), value_type); }
_slist.h 84 allocator_type get_allocator() const function in class:slist
85 { return _STLP_CONVERT_ALLOCATOR(_M_impl.get_allocator(), value_type); }
_vector.h 76 allocator_type get_allocator() const function in class:vector
77 { return _STLP_CONVERT_ALLOCATOR(_M_impl.get_allocator(), value_type); }
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_map.h 147 // (get_allocator() is normally listed in this section, but seems to have
299 get_allocator() const function in class:map
300 { return _M_t.get_allocator(); }
    [all...]
stl_multimap.h 146 // (get_allocator() is also listed in this section)
296 get_allocator() const function in class:multimap
297 { return _M_t.get_allocator(); }
stl_multiset.h 278 get_allocator() const function in class:multiset
279 { return _M_t.get_allocator(); }
stl_set.h 285 get_allocator() const function in class:set
286 { return _M_t.get_allocator(); }
  /external/stlport/stlport/stl/
_string_sum.h 102 allocator_type get_allocator() const { return _M_get_storage(false).get_allocator(); } function in class:__bstr_sum
  /external/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

Completed in 569 milliseconds

1 2 3 4 5 67 8 91011>>