/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/pointers/ |
_set.h | 208 allocator_type get_allocator() const function in class:set 209 { return _STLP_CONVERT_ALLOCATOR(_M_t.get_allocator(), value_type); } 461 allocator_type get_allocator() const function in class:multiset 462 { return _STLP_CONVERT_ALLOCATOR(_M_t.get_allocator(), value_type); }
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
stl_vector.h | 122 get_allocator() const _GLIBCXX_NOEXCEPT 150 if (__x.get_allocator() == __a) 242 // (assign() and get_allocator() are also listed in this section) 340 if (__rv.get_allocator() != __m) 509 using _Base::get_allocator; [all...] |
/prebuilts/ndk/8/sources/cxx-stl/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
|
_string_sum_methods.h | 25 : _STLP_STRING_SUM_BASE(_Reserve_t(), __s.size(), __s.get_allocator())
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/debug/ |
_string_sum_methods.h | 24 : _M_non_dbg_impl(_Reserve_t(), __s.size(), __s.get_allocator()),
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/pointers/ |
_set.h | 208 allocator_type get_allocator() const function in class:set 209 { return _STLP_CONVERT_ALLOCATOR(_M_t.get_allocator(), value_type); } 461 allocator_type get_allocator() const function in class:multiset 462 { return _STLP_CONVERT_ALLOCATOR(_M_t.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
|
_string_sum_methods.h | 25 : _STLP_STRING_SUM_BASE(_Reserve_t(), __s.size(), __s.get_allocator())
|
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/debug/ |
_string_sum_methods.h | 24 : _M_non_dbg_impl(_Reserve_t(), __s.size(), __s.get_allocator()),
|
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/pointers/ |
_set.h | 208 allocator_type get_allocator() const function in class:set 209 { return _STLP_CONVERT_ALLOCATOR(_M_t.get_allocator(), value_type); } 461 allocator_type get_allocator() const function in class:multiset 462 { return _STLP_CONVERT_ALLOCATOR(_M_t.get_allocator(), value_type); }
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
stl_vector.h | 122 get_allocator() const _GLIBCXX_NOEXCEPT 150 if (__x.get_allocator() == __a) 242 // (assign() and get_allocator() are also listed in this section) 340 if (__rv.get_allocator() != __m) 509 using _Base::get_allocator; [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/ |
stl_vector.h | 121 get_allocator() const _GLIBCXX_NOEXCEPT 149 if (__x.get_allocator() == __a) 244 // (assign() and get_allocator() are also listed in this section) 343 if (__rv.get_allocator() != __m) 529 using _Base::get_allocator; [all...] |
unordered_map.h | 221 get_allocator() const noexcept 222 { return _M_h.get_allocator(); } 902 get_allocator() const noexcept 903 { return _M_h.get_allocator(); } [all...] |
/external/stlport/stlport/stl/ |
_hashtable.c | 458 _ElemsCont __tmp_elems(_M_elems.get_allocator()); 459 _BucketVector __tmp(__num_buckets + 1, __STATIC_CAST(_BucketType*, 0), _M_buckets.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()),
|
/external/stlport/stlport/stl/pointers/ |
_slist.h | 84 allocator_type get_allocator() const function in class:slist 85 { return _STLP_CONVERT_ALLOCATOR(_M_impl.get_allocator(), value_type); }
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_hashtable.c | 458 _ElemsCont __tmp_elems(_M_elems.get_allocator()); 459 _BucketVector __tmp(__num_buckets + 1, __STATIC_CAST(_BucketType*, 0), _M_buckets.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()),
|
/ndk/sources/cxx-stl/stlport/stlport/stl/pointers/ |
_slist.h | 84 allocator_type get_allocator() const function in class:slist 85 { 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_vector.h | 101 get_allocator() const function in struct:_Vector_base 203 // (assign() and get_allocator() are also listed in this section) 416 using _Base::get_allocator; [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
stl_vector.h | 103 get_allocator() const function in struct:_Vector_base 223 // (assign() and get_allocator() are also listed in this section) 464 using _Base::get_allocator; [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/ |
stl_vector.h | 103 get_allocator() const function in struct:_Vector_base 223 // (assign() and get_allocator() are also listed in this section) 464 using _Base::get_allocator; [all...] |
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_vector.h | 101 get_allocator() const function in struct:_Vector_base 203 // (assign() and get_allocator() are also listed in this section) 416 using _Base::get_allocator; [all...] |