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

<<11121314151617181920>>

  /prebuilts/ndk/7/sources/cxx-stl/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
_list.h 89 allocator_type get_allocator() const function in class:list
90 { return _STLP_CONVERT_ALLOCATOR(_M_impl.get_allocator(), value_type); }
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/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(); }
  /prebuilts/ndk/8/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(); }
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_map.h 149 // (get_allocator() is normally listed in this section, but seems to have
304 get_allocator() const _GLIBCXX_NOEXCEPT
305 { return allocator_type(_M_t.get_allocator()); }
    [all...]
stl_multimap.h 148 // (get_allocator() is also listed in this section)
299 get_allocator() const _GLIBCXX_NOEXCEPT
300 { return allocator_type(_M_t.get_allocator()); }
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/debug/
_deque.h 87 allocator_type get_allocator() const { return _M_non_dbg_impl.get_allocator(); } function in class:deque
_hashtable.h 132 allocator_type get_allocator() const { return _M_non_dbg_impl.get_allocator(); } function in class:hashtable
_tree.h 153 allocator_type get_allocator() const { return _M_non_dbg_impl.get_allocator(); } function in class:_Rb_tree
_vector.h 144 allocator_type get_allocator() const { return _M_non_dbg_impl.get_allocator(); } function in class:vector
  /prebuilts/ndk/8/sources/cxx-stl/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
_list.h 89 allocator_type get_allocator() const function in class:list
90 { return _STLP_CONVERT_ALLOCATOR(_M_impl.get_allocator(), value_type); }
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/debug/
_deque.h 87 allocator_type get_allocator() const { return _M_non_dbg_impl.get_allocator(); } function in class:deque
_hashtable.h 132 allocator_type get_allocator() const { return _M_non_dbg_impl.get_allocator(); } function in class:hashtable
_tree.h 153 allocator_type get_allocator() const { return _M_non_dbg_impl.get_allocator(); } function in class:_Rb_tree
_vector.h 144 allocator_type get_allocator() const { return _M_non_dbg_impl.get_allocator(); } function in class:vector
  /prebuilts/ndk/9/sources/cxx-stl/EH/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
_list.h 89 allocator_type get_allocator() const function in class:list
90 { 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(); }
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_map.h 149 // (get_allocator() is normally listed in this section, but seems to have
304 get_allocator() const _GLIBCXX_NOEXCEPT
305 { return allocator_type(_M_t.get_allocator()); }
    [all...]
stl_multimap.h 148 // (get_allocator() is also listed in this section)
299 get_allocator() const _GLIBCXX_NOEXCEPT
300 { return allocator_type(_M_t.get_allocator()); }
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
stl_multimap.h 153 // (get_allocator() is also listed in this section)
304 get_allocator() const _GLIBCXX_NOEXCEPT
305 { return allocator_type(_M_t.get_allocator()); }
    [all...]

Completed in 3017 milliseconds

<<11121314151617181920>>