HomeSort by relevance Sort by last modified time
    Searched defs:get_allocator (Results 176 - 200 of 224) sorted by null

1 2 3 4 5 6 78 9

  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_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/android-ndk-r7/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/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/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/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/ext/
vstring.h 1489 get_allocator() const function in class:__versa_string
    [all...]
  /prebuilts/ndk/android-ndk-r7/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()) {
  /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...]
stl_bvector.h 409 get_allocator() const function in struct:_Bvector_base
501 allocator_type get_allocator() const function in class:vector
502 { return _Base::get_allocator(); }
stl_deque.h 444 get_allocator() const function in class:_Deque_base
767 // (assign() and get_allocator() are also listed in this section)
1000 get_allocator() const function in class:deque
    [all...]
stl_tree.h 363 get_allocator() const function in class:_Rb_tree
381 { get_allocator().construct
394 get_allocator().destroy(std::__addressof(__p->_M_value_field));
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-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...]

Completed in 3282 milliseconds

1 2 3 4 5 6 78 9