HomeSort by relevance Sort by last modified time
    Searched full:get_allocator (Results 426 - 450 of 1352) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_slist.c 152 if (__that.get_allocator() == __x.get_allocator()) {
188 slist<_Tp, _Alloc> __carry(__that.get_allocator());
_rope.c 387 __result = _S_new_RopeLeaf(__new_data, __old_len + __len, __r->get_allocator());
390 __r->get_allocator()))
445 _S_new_RopeConcatenation(__left, __right, __left->get_allocator());
448 _STLP_ASSERT(__left->get_allocator() == __right->get_allocator())
482 return _S_RopeLeaf_from_unowned_char_ptr(__s, __slen, __r->get_allocator());
505 _S_RopeLeaf_from_unowned_char_ptr(__s, __slen, __r->get_allocator());
522 __r->get_allocator());
565 _S_RopeLeaf_from_unowned_char_ptr(__s, __slen, __r->get_allocator());
672 __base->get_allocator());
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_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.c 152 if (__that.get_allocator() == __x.get_allocator()) {
188 slist<_Tp, _Alloc> __carry(__that.get_allocator());
_rope.c 387 __result = _S_new_RopeLeaf(__new_data, __old_len + __len, __r->get_allocator());
390 __r->get_allocator()))
445 _S_new_RopeConcatenation(__left, __right, __left->get_allocator());
448 _STLP_ASSERT(__left->get_allocator() == __right->get_allocator())
482 return _S_RopeLeaf_from_unowned_char_ptr(__s, __slen, __r->get_allocator());
505 _S_RopeLeaf_from_unowned_char_ptr(__s, __slen, __r->get_allocator());
522 __r->get_allocator());
565 _S_RopeLeaf_from_unowned_char_ptr(__s, __slen, __r->get_allocator());
672 __base->get_allocator());
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_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.c 152 if (__that.get_allocator() == __x.get_allocator()) {
188 slist<_Tp, _Alloc> __carry(__that.get_allocator());
_rope.c 387 __result = _S_new_RopeLeaf(__new_data, __old_len + __len, __r->get_allocator());
390 __r->get_allocator()))
445 _S_new_RopeConcatenation(__left, __right, __left->get_allocator());
448 _STLP_ASSERT(__left->get_allocator() == __right->get_allocator())
482 return _S_RopeLeaf_from_unowned_char_ptr(__s, __slen, __r->get_allocator());
505 _S_RopeLeaf_from_unowned_char_ptr(__s, __slen, __r->get_allocator());
522 __r->get_allocator());
565 _S_RopeLeaf_from_unowned_char_ptr(__s, __slen, __r->get_allocator());
672 __base->get_allocator());
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_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.c 151 if (__that.get_allocator() == __x.get_allocator()) {
187 slist<_Tp, _Alloc> __carry(__that.get_allocator());
_rope.c 387 __result = _S_new_RopeLeaf(__new_data, __old_len + __len, __r->get_allocator());
390 __r->get_allocator()))
445 _S_new_RopeConcatenation(__left, __right, __left->get_allocator());
448 _STLP_ASSERT(__left->get_allocator() == __right->get_allocator())
482 return _S_RopeLeaf_from_unowned_char_ptr(__s, __slen, __r->get_allocator());
505 _S_RopeLeaf_from_unowned_char_ptr(__s, __slen, __r->get_allocator());
522 __r->get_allocator());
565 _S_RopeLeaf_from_unowned_char_ptr(__s, __slen, __r->get_allocator());
672 __base->get_allocator());
    [all...]
  /external/libcxx/test/containers/unord/unord.multiset/unord.multiset.cnstr/
assign_move.pass.cpp 76 assert(c.get_allocator() == A(4));
121 assert(c.get_allocator() == A(10));
166 assert(c.get_allocator() == A(10));
220 assert(c.get_allocator() == A());
265 assert(c.get_allocator() == A());
assign_copy.pass.cpp 75 assert(c.get_allocator() == A(4));
147 assert(c.get_allocator() == A(10));
201 assert(c.get_allocator() == A());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multiset/unord.multiset.cnstr/
assign_move.pass.cpp 76 assert(c.get_allocator() == A(4));
121 assert(c.get_allocator() == A(10));
166 assert(c.get_allocator() == A(10));
220 assert(c.get_allocator() == A());
265 assert(c.get_allocator() == A());
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/debug/
forward_list 87 if (__list.get_allocator() == __al)
144 || __list.get_allocator() == this->get_allocator();
187 using _Base::get_allocator;
429 _GLIBCXX_DEBUG_VERIFY(__list.get_allocator() == this->get_allocator(),
457 _GLIBCXX_DEBUG_VERIFY(__list.get_allocator() == this->get_allocator(),
497 _GLIBCXX_DEBUG_VERIFY(__list.get_allocator() == this->get_allocator(),
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/debug/
forward_list 87 if (__list.get_allocator() == __al)
144 || __list.get_allocator() == this->get_allocator();
187 using _Base::get_allocator;
429 _GLIBCXX_DEBUG_VERIFY(__list.get_allocator() == this->get_allocator(),
457 _GLIBCXX_DEBUG_VERIFY(__list.get_allocator() == this->get_allocator(),
497 _GLIBCXX_DEBUG_VERIFY(__list.get_allocator() == this->get_allocator(),
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/debug/
forward_list 87 if (__list.get_allocator() == __al)
144 || __list.get_allocator() == this->get_allocator();
187 using _Base::get_allocator;
429 _GLIBCXX_DEBUG_VERIFY(__list.get_allocator() == this->get_allocator(),
457 _GLIBCXX_DEBUG_VERIFY(__list.get_allocator() == this->get_allocator(),
497 _GLIBCXX_DEBUG_VERIFY(__list.get_allocator() == this->get_allocator(),
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/debug/
forward_list 87 if (__list.get_allocator() == __al)
144 || __list.get_allocator() == this->get_allocator();
187 using _Base::get_allocator;
429 _GLIBCXX_DEBUG_VERIFY(__list.get_allocator() == this->get_allocator(),
457 _GLIBCXX_DEBUG_VERIFY(__list.get_allocator() == this->get_allocator(),
497 _GLIBCXX_DEBUG_VERIFY(__list.get_allocator() == this->get_allocator(),
    [all...]
  /external/stlport/stlport/stl/
_rope.c 387 __result = _S_new_RopeLeaf(__new_data, __old_len + __len, __r->get_allocator());
390 __r->get_allocator()))
445 _S_new_RopeConcatenation(__left, __right, __left->get_allocator());
448 _STLP_ASSERT(__left->get_allocator() == __right->get_allocator())
482 return _S_RopeLeaf_from_unowned_char_ptr(__s, __slen, __r->get_allocator());
505 _S_RopeLeaf_from_unowned_char_ptr(__s, __slen, __r->get_allocator());
522 __r->get_allocator());
565 _S_RopeLeaf_from_unowned_char_ptr(__s, __slen, __r->get_allocator());
672 __base->get_allocator());
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_rope.c 387 __result = _S_new_RopeLeaf(__new_data, __old_len + __len, __r->get_allocator());
390 __r->get_allocator()))
445 _S_new_RopeConcatenation(__left, __right, __left->get_allocator());
448 _STLP_ASSERT(__left->get_allocator() == __right->get_allocator())
482 return _S_RopeLeaf_from_unowned_char_ptr(__s, __slen, __r->get_allocator());
505 _S_RopeLeaf_from_unowned_char_ptr(__s, __slen, __r->get_allocator());
522 __r->get_allocator());
565 _S_RopeLeaf_from_unowned_char_ptr(__s, __slen, __r->get_allocator());
672 __base->get_allocator());
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_rope.c 387 __result = _S_new_RopeLeaf(__new_data, __old_len + __len, __r->get_allocator());
390 __r->get_allocator()))
445 _S_new_RopeConcatenation(__left, __right, __left->get_allocator());
448 _STLP_ASSERT(__left->get_allocator() == __right->get_allocator())
482 return _S_RopeLeaf_from_unowned_char_ptr(__s, __slen, __r->get_allocator());
505 _S_RopeLeaf_from_unowned_char_ptr(__s, __slen, __r->get_allocator());
522 __r->get_allocator());
565 _S_RopeLeaf_from_unowned_char_ptr(__s, __slen, __r->get_allocator());
672 __base->get_allocator());
    [all...]
  /external/libcxx/test/containers/unord/unord.multimap/unord.multimap.cnstr/
range.pass.cpp 86 assert((c.get_allocator() == test_allocator<std::pair<const int, std::string> >()));
142 assert((c.get_allocator() == min_allocator<std::pair<const int, std::string> >()));
199 assert(c.get_allocator() == a);
200 assert(!(c.get_allocator() == A()));
258 assert(c.get_allocator() == a);
259 assert(!(c.get_allocator() == A()));
copy.pass.cpp 75 assert(c.get_allocator() ==
129 assert(c.get_allocator() ==
184 assert(c.get_allocator() ==
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/unord.multimap.cnstr/
range.pass.cpp 86 assert((c.get_allocator() == test_allocator<std::pair<const int, std::string> >()));
142 assert((c.get_allocator() == min_allocator<std::pair<const int, std::string> >()));
199 assert(c.get_allocator() == a);
200 assert(!(c.get_allocator() == A()));
258 assert(c.get_allocator() == a);
259 assert(!(c.get_allocator() == A()));
  /external/libcxx/test/containers/unord/unord.map/unord.map.cnstr/
assign_copy.pass.cpp 68 assert(c.get_allocator() == A(4));
131 assert(c.get_allocator() == A(10));
177 assert(c.get_allocator() == A());

Completed in 554 milliseconds

<<11121314151617181920>>