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

<<11121314151617181920>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/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/5/sources/cxx-stl/gnu-libstdc++/include/backward/
hashtable.h 280 get_allocator() const function in class:hashtable
336 : _M_node_allocator(__ht.get_allocator()), _M_hash(__ht._M_hash),
338 _M_buckets(__ht.get_allocator()), _M_num_elements(0)
604 this->get_allocator().construct(&__n->_M_val, __obj);
617 this->get_allocator().destroy(&__n->_M_val);
1011 _Vector_type __tmp(__n, (_Node*)(0), _M_buckets.get_allocator());
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/backward/
hashtable.h 280 get_allocator() const function in class:hashtable
336 : _M_node_allocator(__ht.get_allocator()), _M_hash(__ht._M_hash),
338 _M_buckets(__ht.get_allocator()), _M_num_elements(0)
604 this->get_allocator().construct(&__n->_M_val, __obj);
617 this->get_allocator().destroy(&__n->_M_val);
1011 _Vector_type __tmp(__n, (_Node*)(0), _M_buckets.get_allocator());
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/backward/
hashtable.h 280 get_allocator() const function in class:hashtable
336 : _M_node_allocator(__ht.get_allocator()), _M_hash(__ht._M_hash),
338 _M_buckets(__ht.get_allocator()), _M_num_elements(0)
604 this->get_allocator().construct(&__n->_M_val, __obj);
617 this->get_allocator().destroy(&__n->_M_val);
1011 _Vector_type __tmp(__n, (_Node*)(0), _M_buckets.get_allocator());
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/backward/
hashtable.h 280 get_allocator() const function in class:hashtable
336 : _M_node_allocator(__ht.get_allocator()), _M_hash(__ht._M_hash),
338 _M_buckets(__ht.get_allocator()), _M_num_elements(0)
604 this->get_allocator().construct(&__n->_M_val, __obj);
617 this->get_allocator().destroy(&__n->_M_val);
1011 _Vector_type __tmp(__n, (_Node*)(0), _M_buckets.get_allocator());
    [all...]
  /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
_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
  /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
_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
  /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/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/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...]

Completed in 1438 milliseconds

<<11121314151617181920>>