HomeSort by relevance Sort by last modified time
    Searched defs:get_allocator (Results 276 - 300 of 350) sorted by null

<<11121314

  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_hashtable.h 300 allocator_type get_allocator() const { return _M_elems.get_allocator(); } function in class:hashtable
335 _M_elems(__ht.get_allocator()),
336 _M_buckets(_STLP_CONVERT_ALLOCATOR(__ht.get_allocator(), _BucketType*)),
_list.h 185 allocator_type get_allocator() const function in class:_List_base
355 list(const _Self& __x) : _STLP_PRIV _List_base<_Tp, _Alloc>(__x.get_allocator())
486 _Self __tmp(__first, __last, this->get_allocator());
487 _STLP_ASSERT(__tmp.get_allocator() == this->get_allocator())
493 _Self __tmp(__first, __last, this->get_allocator());
601 if (this->get_allocator() == __x.get_allocator()) {
614 if (this->get_allocator() == __x.get_allocator()) {
    [all...]
_slist.h 184 allocator_type get_allocator() const function in class:_Slist_base
277 allocator_type get_allocator() const { return _Base::get_allocator(); } function in class:slist
330 : _STLP_PRIV _Slist_base<_Tp,_Alloc>(__x.get_allocator())
557 _Self __tmp(__first, __last, this->get_allocator());
594 _Self __tmp(__first, __last, this->get_allocator());
700 if (this->get_allocator() == __x.get_allocator()) {
714 if (this->get_allocator() == __x.get_allocator()) {
    [all...]
_string.h 154 allocator_type get_allocator() const function in class:basic_string
750 const _Self __self(__first, __last, get_allocator());
905 const _Self __self(__f, __l, get_allocator());
    [all...]
_tree.h 244 allocator_type get_allocator() const { function in class:_Rb_tree_base
395 : _Rb_tree_base<_Value, _Alloc>(__x.get_allocator()),
_vector.h 135 allocator_type get_allocator() const function in class:vector
247 : _STLP_PRIV _Vector_base<_Tp, _Alloc>(__x.size(), __x.get_allocator()) {
  /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.6/include/bits/
forward_list.h 647 get_allocator() const function in class:forward_list
    [all...]
hashtable.h 274 get_allocator() const function in class:_Hashtable
    [all...]
stl_list.h 301 // get_allocator, where we use conversions between
349 get_allocator() const function in class:_List_base
508 // (assign() and get_allocator() are also listed in this section)
721 get_allocator() const function in class:list
722 { return _Base::get_allocator(); }
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
vstring.h 1519 get_allocator() const function in class:__versa_string
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
hashtable.h 252 get_allocator() const function in class:tr1::_Hashtable
    [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.7/include/tr1/
hashtable.h 252 get_allocator() const function in class:tr1::_Hashtable
    [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...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/
hashtable.h 252 get_allocator() const function in class:tr1::_Hashtable
    [all...]
  /external/stlport/stlport/stl/
_bvector.h 275 allocator_type get_allocator() const function in class:_Bvector_base
524 : _STLP_PRIV _Bvector_base<_Alloc >(__x.get_allocator()) {
_deque.h 474 allocator_type get_allocator() const { return this->_M_map_size; } function in class:deque
487 : _STLP_PRIV _Deque_base<_Tp, _Alloc>(__x.get_allocator(), __x.size())
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_bvector.h 275 allocator_type get_allocator() const function in class:_Bvector_base
524 : _STLP_PRIV _Bvector_base<_Alloc >(__x.get_allocator()) {
_deque.h 474 allocator_type get_allocator() const { return this->_M_map_size; } function in class:deque
487 : _STLP_PRIV _Deque_base<_Tp, _Alloc>(__x.get_allocator(), __x.size())
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
basic_string.h 498 { _M_rep()->_M_dispose(this->get_allocator()); }
1632 get_allocator() const function in class:basic_string
    [all...]
stl_deque.h 367 get_allocator() const function in class:_Deque_base
686 // (assign() and get_allocator() are also listed in this section)
891 get_allocator() const function in class:deque
892 { return _Base::get_allocator(); }
    [all...]
stl_tree.h 353 get_allocator() const function in class:_Rb_tree
371 { get_allocator().construct(&__tmp->_M_value_field, __x); }
383 get_allocator().destroy(&__p->_M_value_field);
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
basic_string.h 508 __str._M_data(_S_construct(size_type(), _CharT(), get_allocator()));
534 { _M_rep()->_M_dispose(this->get_allocator()); }
1783 get_allocator() const function in class:basic_string
    [all...]
regex.h 1807 get_allocator() const function in class:match_results
    [all...]

Completed in 567 milliseconds

<<11121314