/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/backward/ |
hashtable.h | 298 get_allocator() const function in class:hashtable 354 : _M_node_allocator(__ht.get_allocator()), _M_hash(__ht._M_hash), 356 _M_buckets(__ht.get_allocator()), _M_num_elements(0) 624 this->get_allocator().construct(&__n->_M_val, __obj); 637 this->get_allocator().destroy(&__n->_M_val); 1031 _Vector_type __tmp(__n, (_Node*)(0), _M_buckets.get_allocator()); [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/backward/ |
hashtable.h | 297 get_allocator() const function in class:hashtable 353 : _M_node_allocator(__ht.get_allocator()), _M_hash(__ht._M_hash), 355 _M_buckets(__ht.get_allocator()), _M_num_elements(0) 623 this->get_allocator().construct(&__n->_M_val, __obj); 636 this->get_allocator().destroy(&__n->_M_val); 1031 _Vector_type __tmp(__n, (_Node*)(0), _M_buckets.get_allocator()); [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/backward/ |
hashtable.h | 298 get_allocator() const function in class:hashtable 354 : _M_node_allocator(__ht.get_allocator()), _M_hash(__ht._M_hash), 356 _M_buckets(__ht.get_allocator()), _M_num_elements(0) 624 this->get_allocator().construct(&__n->_M_val, __obj); 637 this->get_allocator().destroy(&__n->_M_val); 1031 _Vector_type __tmp(__n, (_Node*)(0), _M_buckets.get_allocator()); [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/backward/ |
hashtable.h | 297 get_allocator() const function in class:hashtable 353 : _M_node_allocator(__ht.get_allocator()), _M_hash(__ht._M_hash), 355 _M_buckets(__ht.get_allocator()), _M_num_elements(0) 623 this->get_allocator().construct(&__n->_M_val, __obj); 636 this->get_allocator().destroy(&__n->_M_val); 1031 _Vector_type __tmp(__n, (_Node*)(0), _M_buckets.get_allocator()); [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/backward/ |
hashtable.h | 296 get_allocator() const function in class:hashtable 352 : _M_node_allocator(__ht.get_allocator()), _M_hash(__ht._M_hash), 354 _M_buckets(__ht.get_allocator()), _M_num_elements(0) 622 this->get_allocator().construct(&__n->_M_val, __obj); 635 this->get_allocator().destroy(&__n->_M_val); 1030 _Vector_type __tmp(__n, (_Node*)(0), _M_buckets.get_allocator()); [all...] |
/external/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
|
_vector.h | 144 allocator_type get_allocator() const { return _M_non_dbg_impl.get_allocator(); } function in class:vector
|
/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
|
_list.h | 89 allocator_type get_allocator() const function in class:list 90 { return _STLP_CONVERT_ALLOCATOR(_M_impl.get_allocator(), value_type); }
|
/ndk/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
|
_vector.h | 144 allocator_type get_allocator() const { return _M_non_dbg_impl.get_allocator(); } function in class:vector
|
/ndk/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/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/debug/ |
map.h | 133 // 133. map missing get_allocator() 134 using _Base::get_allocator;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/debug/ |
map.h | 138 // 133. map missing get_allocator() 139 using _Base::get_allocator;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/profile/ |
map.h | 135 // 133. map missing get_allocator() 136 using _Base::get_allocator;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/debug/ |
map.h | 138 // 133. map missing get_allocator() 139 using _Base::get_allocator;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/profile/ |
map.h | 135 // 133. map missing get_allocator() 136 using _Base::get_allocator;
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/debug/ |
map.h | 133 // 133. map missing get_allocator() 134 using _Base::get_allocator;
|
/prebuilts/ndk/5/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
|
_vector.h | 144 allocator_type get_allocator() const { return _M_non_dbg_impl.get_allocator(); } function in class:vector
|
/prebuilts/ndk/5/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
|