Searched defs:get_allocator (Results 1 - 25 of 379) sorted by relevance

1234567891011>>

/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/debug/
H A D_deque.h87 allocator_type get_allocator() const { return _M_non_dbg_impl.get_allocator(); } function in class:deque
H A D_list.h161 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...]
H A D_tree.h153 allocator_type get_allocator() const { return _M_non_dbg_impl.get_allocator(); } function in class:_Rb_tree
H A D_vector.h144 allocator_type get_allocator() const { return _M_non_dbg_impl.get_allocator(); } function in class:vector
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/debug/
H A D_deque.h87 allocator_type get_allocator() const { return _M_non_dbg_impl.get_allocator(); } function in class:deque
H A D_list.h161 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...]
H A D_tree.h153 allocator_type get_allocator() const { return _M_non_dbg_impl.get_allocator(); } function in class:_Rb_tree
H A D_vector.h144 allocator_type get_allocator() const { return _M_non_dbg_impl.get_allocator(); } function in class:vector
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/debug/
H A D_deque.h87 allocator_type get_allocator() const { return _M_non_dbg_impl.get_allocator(); } function in class:deque
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/debug/
H A D_deque.h87 allocator_type get_allocator() const { return _M_non_dbg_impl.get_allocator(); } function in class:deque
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/debug/
H A D_deque.h87 allocator_type get_allocator() const { return _M_non_dbg_impl.get_allocator(); } function in class:deque
/prebuilts/ndk/9/sources/cxx-stl/stlport/stlport/stl/debug/
H A D_deque.h87 allocator_type get_allocator() const { return _M_non_dbg_impl.get_allocator(); } function in class:deque
/prebuilts/ndk/current/sources/cxx-stl/EH/stlport/stlport/stl/debug/
H A D_deque.h87 allocator_type get_allocator() const { return _M_non_dbg_impl.get_allocator(); } function in class:deque
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/debug/
H A D_deque.h87 allocator_type get_allocator() const { return _M_non_dbg_impl.get_allocator(); } function in class:deque
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
H A Dstl_multimap.h144 // (get_allocator() is also listed in this section)
293 get_allocator() const function in class:multimap
294 { return _M_t.get_allocator(); }
H A Dstl_multiset.h275 get_allocator() const function in class:multiset
276 { return _M_t.get_allocator(); }
H A Dstl_set.h282 get_allocator() const function in class:set
283 { return _M_t.get_allocator(); }
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
H A D_map.h161 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
H A D_set.h149 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
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/pointers/
H A D_vector.h76 allocator_type get_allocator() const function in class:vector
77 { return _STLP_CONVERT_ALLOCATOR(_M_impl.get_allocator(), value_type); }
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
H A Dstl_multimap.h144 // (get_allocator() is also listed in this section)
293 get_allocator() const function in class:multimap
294 { return _M_t.get_allocator(); }
H A Dstl_multiset.h275 get_allocator() const function in class:multiset
276 { return _M_t.get_allocator(); }
H A Dstl_set.h282 get_allocator() const function in class:set
283 { return _M_t.get_allocator(); }
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
H A D_map.h161 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
H A D_set.h149 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

Completed in 224 milliseconds

1234567891011>>