HomeSort by relevance Sort by last modified time
    Searched defs:get_allocator (Results 26 - 50 of 224) sorted by null

12 3 4 5 6 7 8 9

  /ndk/sources/cxx-stl/stlport/stlport/stl/
_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
  /ndk/sources/cxx-stl/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
  /ndk/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/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_map.h 145 // (get_allocator() is normally listed in this section, but seems to have
296 get_allocator() const function in class:map
297 { return _M_t.get_allocator(); }
stl_multimap.h 144 // (get_allocator() is also listed in this section)
293 get_allocator() const function in class:multimap
294 { return _M_t.get_allocator(); }
stl_multiset.h 275 get_allocator() const function in class:multiset
276 { return _M_t.get_allocator(); }
stl_set.h 282 get_allocator() const function in class:set
283 { return _M_t.get_allocator(); }
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/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(); }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/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(); }

Completed in 768 milliseconds

12 3 4 5 6 7 8 9