HomeSort by relevance Sort by last modified time
    Searched full:get_allocator (Results 551 - 575 of 841) sorted by null

<<21222324252627282930>>

  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/pointers/
_vector.h 76 allocator_type get_allocator() const function in class:vector
77 { return _STLP_CONVERT_ALLOCATOR(_M_impl.get_allocator(), value_type); }
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_rope.h 358 allocator_type get_allocator() const { return allocator_type(_M_size); } function in struct:_Rope_RopeRep
489 _RopeRep::_S_free_string(_M_data, this->_M_size._M_data, this->get_allocator());
1133 allocator_type get_allocator() const { return allocator_type(_M_tree_ptr); } function in class:rope
    [all...]
_string_workaround.h 436 const _Self __self(__first, __last, this->get_allocator());
571 const _Self __self(__f, __l, this->get_allocator());
583 { return _Self(*this, __pos, __n, this->get_allocator()); }
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_rope.h 358 allocator_type get_allocator() const { return allocator_type(_M_size); } function in struct:_Rope_RopeRep
489 _RopeRep::_S_free_string(_M_data, this->_M_size._M_data, this->get_allocator());
1133 allocator_type get_allocator() const { return allocator_type(_M_tree_ptr); } function in class:rope
    [all...]
_string_workaround.h 436 const _Self __self(__first, __last, this->get_allocator());
571 const _Self __self(__f, __l, this->get_allocator());
583 { return _Self(*this, __pos, __n, this->get_allocator()); }
  /external/libcxxabi/src/
cxa_demangle.cpp 970 db.subs.push_back(typename C::sub_type(1, db.names.back(), db.names.get_allocator()));
986 db.subs.push_back(typename C::sub_type(1, db.names.back(), db.names.get_allocator()));
1004 db.subs.push_back(typename C::sub_type(1, db.names.back(), db.names.get_allocator()));
    [all...]
  /frameworks/compile/mclinker/include/mcld/Support/
CXADemangle.tcc 965 db.subs.push_back(typename C::sub_type(1, db.names.back(), db.names.get_allocator()));
981 db.subs.push_back(typename C::sub_type(1, db.names.back(), db.names.get_allocator()));
999 db.subs.push_back(typename C::sub_type(1, db.names.back(), db.names.get_allocator()));
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
cxa_demangle.cpp 968 db.subs.push_back(typename C::sub_type(1, db.names.back(), db.names.get_allocator()));
984 db.subs.push_back(typename C::sub_type(1, db.names.back(), db.names.get_allocator()));
1002 db.subs.push_back(typename C::sub_type(1, db.names.back(), db.names.get_allocator()));
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/debug/
multimap.h 154 || __x.get_allocator() == this->get_allocator();
173 using _Base::get_allocator;
multiset.h 153 || __x.get_allocator() == this->get_allocator();
172 using _Base::get_allocator;
set.h 152 || __x.get_allocator() == this->get_allocator();
171 using _Base::get_allocator;
  /external/libcxx/include/
set 131 allocator_type get_allocator() const noexcept;
313 allocator_type get_allocator() const noexcept;
643 allocator_type get_allocator() const _NOEXCEPT {return __tree_.__alloc();}
733 if (__a != __s.get_allocator())
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
set 130 allocator_type get_allocator() const noexcept;
311 allocator_type get_allocator() const noexcept;
641 allocator_type get_allocator() const _NOEXCEPT {return __tree_.__alloc();}
725 if (__a != __s.get_allocator())
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/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/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/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/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/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/current/sources/cxx-stl/gnu-libstdc++/4.9/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/current/sources/cxx-stl/llvm-libc++/libcxx/include/
set 130 allocator_type get_allocator() const noexcept;
311 allocator_type get_allocator() const noexcept;
641 allocator_type get_allocator() const _NOEXCEPT {return __tree_.__alloc();}
725 if (__a != __s.get_allocator())
    [all...]
  /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/ndk/current/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

Completed in 1419 milliseconds

<<21222324252627282930>>