Home
last modified time | relevance | path

Searched refs:get_allocator (Results 1 – 25 of 47) sorted by relevance

12

/external/stlport/test/unit/
Dlist_test.cpp291 CPPUNIT_ASSERT( lint1.get_allocator().swaped() ); in allocator_with_state()
292 CPPUNIT_ASSERT( lint2.get_allocator().swaped() ); in allocator_with_state()
296 CPPUNIT_ASSERT( lint1.get_allocator() == stack2 ); in allocator_with_state()
297 CPPUNIT_ASSERT( lint2.get_allocator() == stack1 ); in allocator_with_state()
313 CPPUNIT_ASSERT( lint1.get_allocator().swaped() ); in allocator_with_state()
314 CPPUNIT_ASSERT( lint2.get_allocator().swaped() ); in allocator_with_state()
318 CPPUNIT_ASSERT( lint1.get_allocator() == stack2 ); in allocator_with_state()
319 CPPUNIT_ASSERT( lint2.get_allocator() == stack1 ); in allocator_with_state()
335 CPPUNIT_ASSERT( lint1.get_allocator().swaped() ); in allocator_with_state()
336 CPPUNIT_ASSERT( lint2.get_allocator().swaped() ); in allocator_with_state()
[all …]
Dslist_test.cpp349 CPPUNIT_ASSERT( slint1.get_allocator().swaped() ); in allocator_with_state()
350 CPPUNIT_ASSERT( slint2.get_allocator().swaped() ); in allocator_with_state()
354 CPPUNIT_ASSERT( slint1.get_allocator() == stack2 ); in allocator_with_state()
355 CPPUNIT_ASSERT( slint2.get_allocator() == stack1 ); in allocator_with_state()
370 CPPUNIT_ASSERT( slint1.get_allocator().swaped() ); in allocator_with_state()
371 CPPUNIT_ASSERT( slint2.get_allocator().swaped() ); in allocator_with_state()
375 CPPUNIT_ASSERT( slint1.get_allocator() == stack2 ); in allocator_with_state()
376 CPPUNIT_ASSERT( slint2.get_allocator() == stack1 ); in allocator_with_state()
391 CPPUNIT_ASSERT( slint1.get_allocator().swaped() ); in allocator_with_state()
392 CPPUNIT_ASSERT( slint2.get_allocator().swaped() ); in allocator_with_state()
[all …]
Dset_test.cpp301 CPPUNIT_ASSERT( sint1.get_allocator().swaped() ); in allocator_with_state()
302 CPPUNIT_ASSERT( sint2.get_allocator().swaped() ); in allocator_with_state()
306 CPPUNIT_ASSERT( sint1.get_allocator() == stack2 ); in allocator_with_state()
307 CPPUNIT_ASSERT( sint2.get_allocator() == stack1 ); in allocator_with_state()
324 CPPUNIT_ASSERT( sint1.get_allocator().swaped() ); in allocator_with_state()
325 CPPUNIT_ASSERT( sint2.get_allocator().swaped() ); in allocator_with_state()
329 CPPUNIT_ASSERT( sint1.get_allocator() == stack2 ); in allocator_with_state()
330 CPPUNIT_ASSERT( sint2.get_allocator() == stack1 ); in allocator_with_state()
347 CPPUNIT_ASSERT( sint1.get_allocator().swaped() ); in allocator_with_state()
348 CPPUNIT_ASSERT( sint2.get_allocator().swaped() ); in allocator_with_state()
[all …]
Dstring_test.cpp1320 CPPUNIT_ASSERT( str1.get_allocator().swaped() ); in allocator_with_state()
1321 CPPUNIT_ASSERT( str2.get_allocator().swaped() ); in allocator_with_state()
1325 CPPUNIT_ASSERT( str1.get_allocator() == stack2 ); in allocator_with_state()
1326 CPPUNIT_ASSERT( str2.get_allocator() == stack1 ); in allocator_with_state()
1341 CPPUNIT_ASSERT( str1.get_allocator().swaped() ); in allocator_with_state()
1342 CPPUNIT_ASSERT( str2.get_allocator().swaped() ); in allocator_with_state()
1346 CPPUNIT_ASSERT( str1.get_allocator() == stack2 ); in allocator_with_state()
1347 CPPUNIT_ASSERT( str2.get_allocator() == stack1 ); in allocator_with_state()
1363 CPPUNIT_ASSERT( str1.get_allocator().swaped() ); in allocator_with_state()
1364 CPPUNIT_ASSERT( str2.get_allocator().swaped() ); in allocator_with_state()
[all …]
Ddeque_test.cpp220 CPPUNIT_ASSERT( dint1.get_allocator().swaped() ); in allocator_with_state()
221 CPPUNIT_ASSERT( dint2.get_allocator().swaped() ); in allocator_with_state()
225 CPPUNIT_ASSERT( dint1.get_allocator() == stack2 ); in allocator_with_state()
226 CPPUNIT_ASSERT( dint2.get_allocator() == stack1 ); in allocator_with_state()
Dhash_test.cpp402 CPPUNIT_ASSERT( hint1.get_allocator().swaped() ); in allocator_with_state()
403 CPPUNIT_ASSERT( hint2.get_allocator().swaped() ); in allocator_with_state()
405 CPPUNIT_ASSERT( hint1.get_allocator() == stack2 ); in allocator_with_state()
406 CPPUNIT_ASSERT( hint2.get_allocator() == stack1 ); in allocator_with_state()
Dvector_test.cpp391 CPPUNIT_ASSERT( vint1.get_allocator().swaped() ); in allocator_with_state()
392 CPPUNIT_ASSERT( vint2.get_allocator().swaped() ); in allocator_with_state()
396 CPPUNIT_ASSERT( vint1.get_allocator() == stack2 ); in allocator_with_state()
397 CPPUNIT_ASSERT( vint2.get_allocator() == stack1 ); in allocator_with_state()
Dmap_test.cpp291 CPPUNIT_ASSERT( mint1.get_allocator().swaped() ); in allocator_with_state()
292 CPPUNIT_ASSERT( mint2.get_allocator().swaped() ); in allocator_with_state()
296 CPPUNIT_ASSERT( mint1.get_allocator() == stack2 ); in allocator_with_state()
297 CPPUNIT_ASSERT( mint2.get_allocator() == stack1 ); in allocator_with_state()
/external/stlport/stlport/stl/debug/
D_slist.h94 allocator_type get_allocator() const { return _M_non_dbg_impl.get_allocator(); } in get_allocator() function
407 if (get_allocator() == __x.get_allocator()) { in splice_after()
424 if (get_allocator() == __x.get_allocator()) { in splice_after()
444 if (get_allocator() == __x.get_allocator()) { in splice_after()
459 if (get_allocator() == __x.get_allocator()) { in splice()
475 if (get_allocator() == __x.get_allocator()) { in splice()
489 if (get_allocator() == __x.get_allocator()) { in splice()
538 if (get_allocator() == __x.get_allocator()) { in merge()
591 if (get_allocator() == __x.get_allocator()) { in merge()
D_list.h161 allocator_type get_allocator() const { return _M_non_dbg_impl.get_allocator(); } in get_allocator() function
362 if (get_allocator() == __x.get_allocator()) in splice()
377 if (get_allocator() == __x.get_allocator()) in splice()
390 if (this->get_allocator() == __x.get_allocator()) in splice()
405 if (this->get_allocator() == __x.get_allocator()) { in merge()
471 if (this->get_allocator() == __x.get_allocator()) { in merge()
/external/stlport/stlport/stl/
D_slist.h184 allocator_type get_allocator() const
277 allocator_type get_allocator() const { return _Base::get_allocator(); }
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()) {
728 if (this->get_allocator() == __x.get_allocator())
739 if (this->get_allocator() == __x.get_allocator()) {
753 if (this->get_allocator() == __x.get_allocator()) {
[all …]
D_list.h185 allocator_type get_allocator() const
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()) {
624 if (this->get_allocator() == __x.get_allocator()) {
D_string_operators.h35 _Str __result = _Str(_Reserve_t(), __s.size() + __y.size(), __s.get_allocator());
37 _Str __result(_Reserve_t(), __s.size() + __y.size(), __s.get_allocator());
53 _Str __result = _Str(_Reserve_t(), __n + __y.size(), __y.get_allocator());
55 _Str __result(_Reserve_t(), __n + __y.size(), __y.get_allocator());
69 _Str __result = _Str(_Reserve_t(), 1 + __y.size(), __y.get_allocator());
71 _Str __result(_Reserve_t(), 1 + __y.size(), __y.get_allocator());
87 _Str __result = _Str(_Reserve_t(), __x.size() + __n, __x.get_allocator());
89 _Str __result(_Reserve_t(), __x.size() + __n, __x.get_allocator());
103 _Str __result = _Str(_Reserve_t(), __x.size() + 1, __x.get_allocator());
105 _Str __result(_Reserve_t(), __x.size() + 1, __x.get_allocator());
[all …]
D_rope.c387 __result = _S_new_RopeLeaf(__new_data, __old_len + __len, __r->get_allocator()); in _S_leaf_concat_char_iter()
390 __r->get_allocator())) in _S_leaf_concat_char_iter()
445 _S_new_RopeConcatenation(__left, __right, __left->get_allocator()); in _S_tree_concat()
448 _STLP_ASSERT(__left->get_allocator() == __right->get_allocator()) in _S_tree_concat()
482 return _S_RopeLeaf_from_unowned_char_ptr(__s, __slen, __r->get_allocator()); in _S_concat_char_iter()
505 _S_RopeLeaf_from_unowned_char_ptr(__s, __slen, __r->get_allocator()); in _S_concat_char_iter()
522 __r->get_allocator()); in _S_destr_concat_char_iter()
565 _S_RopeLeaf_from_unowned_char_ptr(__s, __slen, __r->get_allocator()); in _S_destr_concat_char_iter()
672 __base->get_allocator()); in _S_substring()
686 __base->get_allocator()); in _S_substring()
[all …]
D_slist.c152 if (__that.get_allocator() == __x.get_allocator()) { in _Slist_merge()
188 slist<_Tp, _Alloc> __carry(__that.get_allocator()); in _Slist_sort()
D_list.c175 if (__that.get_allocator() == __x.get_allocator()) { in _S_merge()
212 list<_Tp, _Alloc> __carry(__that.get_allocator()); in _S_sort()
D_rope.h358 allocator_type get_allocator() const { return allocator_type(_M_size); }
489 _RopeRep::_S_free_string(_M_data, this->_M_size._M_data, this->get_allocator());
1131 allocator_type get_allocator() const { return allocator_type(_M_tree_ptr); }
1492 _STLP_ASSERT(get_allocator() == __x.get_allocator())
1677 _STLP_ASSERT(get_allocator() == __s._M_root->get_allocator())
1691 _STLP_ASSERT(__y.get_allocator() == get_allocator())
1721 _STLP_ASSERT(__old->get_allocator() == __r->get_allocator())
1732 _STLP_ASSERT(get_allocator() == __r.get_allocator())
2195 _STLP_ASSERT(__left.get_allocator() == __right.get_allocator())
D_set.h149 allocator_type get_allocator() const { return _M_t.get_allocator(); } in _STLP_CREATE_ITERATOR_TRAITS()
320 allocator_type get_allocator() const { return _M_t.get_allocator(); } in _STLP_CREATE_ITERATOR_TRAITS()
D_unordered_set.h70 allocator_type get_allocator() const { return _M_ht.get_allocator(); } in _STLP_CREATE_HASH_ITERATOR_TRAITS()
220 allocator_type get_allocator() const { return _M_ht.get_allocator(); } in _STLP_CREATE_HASH_ITERATOR_TRAITS()
D_map.h161 allocator_type get_allocator() const { return _M_t.get_allocator(); } in _STLP_CREATE_ITERATOR_TRAITS()
347 allocator_type get_allocator() const { return _M_t.get_allocator(); } in _STLP_CREATE_ITERATOR_TRAITS()
D_hashtable.h300 allocator_type get_allocator() const { return _M_elems.get_allocator(); }
335 _M_elems(__ht.get_allocator()),
336 _M_buckets(_STLP_CONVERT_ALLOCATOR(__ht.get_allocator(), _BucketType*)),
D_unordered_map.h76 allocator_type get_allocator() const { return _M_ht.get_allocator(); } in _STLP_CREATE_HASH_ITERATOR_TRAITS()
244 allocator_type get_allocator() const { return _M_ht.get_allocator(); } in _STLP_CREATE_HASH_ITERATOR_TRAITS()
D_hash_map.h82 allocator_type get_allocator() const { return _M_ht.get_allocator(); } in _STLP_CREATE_HASH_ITERATOR_TRAITS()
273 allocator_type get_allocator() const { return _M_ht.get_allocator(); } in _STLP_CREATE_HASH_ITERATOR_TRAITS()
D_hash_set.h76 allocator_type get_allocator() const { return _M_ht.get_allocator(); } in _STLP_CREATE_HASH_ITERATOR_TRAITS()
262 allocator_type get_allocator() const { return _M_ht.get_allocator(); } in _STLP_CREATE_HASH_ITERATOR_TRAITS()
/external/stlport/stlport/stl/pointers/
D_vector.h76 allocator_type get_allocator() const in get_allocator() function
77 { return _STLP_CONVERT_ALLOCATOR(_M_impl.get_allocator(), value_type); } in get_allocator()

12