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

<<11121314

  /prebuilts/ndk/7/sources/cxx-stl/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/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.4.3/include/bits/
forward_list.h 504 : _Base(__list.get_allocator())
638 get_allocator() const function in class:forward_list
877 forward_list __tmp(__n, __val, this->get_allocator());
899 forward_list __tmp(__first, __last, this->get_allocator());
919 forward_list __tmp(__il, this->get_allocator());
    [all...]
stl_bvector.h 407 get_allocator() const function in struct:_Bvector_base
492 allocator_type get_allocator() const function in class:vector
493 { return _Base::get_allocator(); }
stl_list.h 290 // get_allocator, where we use conversions between
338 get_allocator() const function in class:_List_base
495 // (assign() and get_allocator() are also listed in this section)
680 get_allocator() const function in class:list
681 { return _Base::get_allocator(); }
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
vstring.h 1485 get_allocator() const function in class:__versa_string
    [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.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/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
vstring.h 1519 get_allocator() const function in class:__versa_string
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
hashtable.h 252 get_allocator() const function in class:tr1::_Hashtable
    [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/8/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
hashtable.h 252 get_allocator() const function in class:tr1::_Hashtable
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/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()) {

Completed in 645 milliseconds

<<11121314