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

<<21222324252627282930>>

  /ndk/sources/cxx-stl/stlport/stlport/stl/pointers/
_slist.h 84 allocator_type get_allocator() const function in class:slist
85 { return _STLP_CONVERT_ALLOCATOR(_M_impl.get_allocator(), value_type); }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
forward_list.tcc 276 forward_list __tmp(__n, __val, get_allocator());
290 forward_list __tmp(__first, __last, get_allocator());
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/debug/
macros.h 336 _GLIBCXX_DEBUG_VERIFY(this->get_allocator() == _Other.get_allocator(), \
map.h 138 // 133. map missing get_allocator()
139 using _Base::get_allocator;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/profile/
map.h 135 // 133. map missing get_allocator()
136 using _Base::get_allocator;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
forward_list.tcc 276 forward_list __tmp(__n, __val, get_allocator());
290 forward_list __tmp(__first, __last, get_allocator());
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/debug/
macros.h 340 _GLIBCXX_DEBUG_VERIFY(this->get_allocator() == _Other.get_allocator(), \
map.h 138 // 133. map missing get_allocator()
139 using _Base::get_allocator;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/profile/
map.h 135 // 133. map missing get_allocator()
136 using _Base::get_allocator;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
forward_list.tcc 276 forward_list __tmp(__n, __val, get_allocator());
290 forward_list __tmp(__first, __last, get_allocator());
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/debug/
macros.h 340 _GLIBCXX_DEBUG_VERIFY(this->get_allocator() == _Other.get_allocator(), \
map.h 138 // 133. map missing get_allocator()
139 using _Base::get_allocator;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/profile/
map.h 135 // 133. map missing get_allocator()
136 using _Base::get_allocator;
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
forward_list.tcc 276 forward_list __tmp(__n, __val, get_allocator());
290 forward_list __tmp(__first, __last, get_allocator());
list.tcc 118 list __tmp(__n, __x, get_allocator());
133 list __tmp(__first, __last, get_allocator());
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/debug/
macros.h 351 _GLIBCXX_DEBUG_VERIFY(this->get_allocator() == _Other.get_allocator(), \
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/profile/
map.h 165 // 133. map missing get_allocator()
166 using _Base::get_allocator;
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_hashtable.c 458 _ElemsCont __tmp_elems(_M_elems.get_allocator());
459 _BucketVector __tmp(__num_buckets + 1, __STATIC_CAST(_BucketType*, 0), _M_buckets.get_allocator());
_string_sum.h 102 allocator_type get_allocator() const { return _M_get_storage(false).get_allocator(); } function in class:__bstr_sum
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/pointers/
_slist.h 84 allocator_type get_allocator() const function in class:slist
85 { return _STLP_CONVERT_ALLOCATOR(_M_impl.get_allocator(), value_type); }
  /art/runtime/base/
dchecked_vector.h 193 using Base::get_allocator;
  /external/libcxx/include/ext/
hash_map 55 allocator_type get_allocator() const;
145 allocator_type get_allocator() const;
539 allocator_type get_allocator() const
811 allocator_type get_allocator() const
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ext/
hash_map 55 allocator_type get_allocator() const;
145 allocator_type get_allocator() const;
546 allocator_type get_allocator() const
824 allocator_type get_allocator() cons
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_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...]
_vector.c 212 vector<_Tp, _Alloc> __tmp(__n, __val, get_allocator());

Completed in 1913 milliseconds

<<21222324252627282930>>