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

<<21222324252627282930>>

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
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/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/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...]
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...]
forward_list.h 647 get_allocator() const function in class:forward_list
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
basic_string.h 510 __str._M_data(_S_construct(size_type(), _CharT(), get_allocator()));
536 { _M_rep()->_M_dispose(this->get_allocator()); }
    [all...]
stl_tree.h 363 get_allocator() const _GLIBCXX_NOEXCEPT
381 { get_allocator().construct
394 get_allocator().destroy(std::__addressof(__p->_M_value_field));
    [all...]
forward_list.h 645 get_allocator() const noexcept
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/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...]
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...]
forward_list.h 647 get_allocator() const function in class:forward_list
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
basic_string.h 510 __str._M_data(_S_construct(size_type(), _CharT(), get_allocator()));
536 { _M_rep()->_M_dispose(this->get_allocator()); }
    [all...]
stl_tree.h 363 get_allocator() const _GLIBCXX_NOEXCEPT
381 { get_allocator().construct
394 get_allocator().destroy(std::__addressof(__p->_M_value_field));
    [all...]
forward_list.h 645 get_allocator() const noexcept
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
basic_string.h 513 __str._M_data(_S_construct(size_type(), _CharT(), get_allocator()));
539 { _M_rep()->_M_dispose(this->get_allocator()); }
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
forward_list.h 647 get_allocator() const function in class:forward_list
    [all...]
regex.h 1807 get_allocator() const function in class:match_results
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
forward_list.h 647 get_allocator() const function in class:forward_list
    [all...]
regex.h 1807 get_allocator() const function in class:match_results
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/profile/
map.h 135 // 133. map missing get_allocator()
136 using _Base::get_allocator;
  /external/stlport/stlport/stl/
_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...]
  /external/stlport/stlport/stl/debug/
_string.h 88 allocator_type get_allocator() const { return _M_non_dbg_impl.get_allocator(); } function in class:basic_string
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_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/debug/
_string.h 88 allocator_type get_allocator() const { return _M_non_dbg_impl.get_allocator(); } function in class:basic_string
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_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/ndk/5/sources/cxx-stl/stlport/stlport/stl/debug/
_string.h 88 allocator_type get_allocator() const { return _M_non_dbg_impl.get_allocator(); } function in class:basic_string

Completed in 1076 milliseconds

<<21222324252627282930>>