OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:get_allocator
(Results
151 - 175
of
778
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/forwardlist.cons/
assign_move.pass.cpp
39
assert(c1.
get_allocator
() == A(10));
56
assert(c1.
get_allocator
() == A(11));
73
assert(c1.
get_allocator
() == A(10));
90
assert(c1.
get_allocator
() == A(11));
108
assert(c1.
get_allocator
() == A(10));
125
assert(c1.
get_allocator
() == A(10));
142
assert(c1.
get_allocator
() == A(10));
159
assert(c1.
get_allocator
() == A(10));
177
assert(c1.
get_allocator
() == A());
194
assert(c1.
get_allocator
() == A())
[
all
...]
/external/stlport/stlport/stl/debug/
_list.h
161
allocator_type
get_allocator
() const { return _M_non_dbg_impl.
get_allocator
(); }
function in class:list
362
if (
get_allocator
() == __x.
get_allocator
())
377
if (
get_allocator
() == __x.
get_allocator
())
390
if (this->
get_allocator
() == __x.
get_allocator
())
405
if (this->
get_allocator
() == __x.
get_allocator
()) {
[
all
...]
_slist.h
94
allocator_type
get_allocator
() const { return _M_non_dbg_impl.
get_allocator
(); }
function in class:slist
407
if (
get_allocator
() == __x.
get_allocator
()) {
424
if (
get_allocator
() == __x.
get_allocator
()) {
444
if (
get_allocator
() == __x.
get_allocator
()) {
459
if (
get_allocator
() == __x.
get_allocator
()) {
[
all
...]
/external/stlport/test/unit/
set_test.cpp
301
CPPUNIT_ASSERT( sint1.
get_allocator
().swaped() );
302
CPPUNIT_ASSERT( sint2.
get_allocator
().swaped() );
306
CPPUNIT_ASSERT( sint1.
get_allocator
() == stack2 );
307
CPPUNIT_ASSERT( sint2.
get_allocator
() == stack1 );
324
CPPUNIT_ASSERT( sint1.
get_allocator
().swaped() );
325
CPPUNIT_ASSERT( sint2.
get_allocator
().swaped() );
329
CPPUNIT_ASSERT( sint1.
get_allocator
() == stack2 );
330
CPPUNIT_ASSERT( sint2.
get_allocator
() == stack1 );
347
CPPUNIT_ASSERT( sint1.
get_allocator
().swaped() );
348
CPPUNIT_ASSERT( sint2.
get_allocator
().swaped() )
[
all
...]
slist_test.cpp
349
CPPUNIT_ASSERT( slint1.
get_allocator
().swaped() );
350
CPPUNIT_ASSERT( slint2.
get_allocator
().swaped() );
354
CPPUNIT_ASSERT( slint1.
get_allocator
() == stack2 );
355
CPPUNIT_ASSERT( slint2.
get_allocator
() == stack1 );
370
CPPUNIT_ASSERT( slint1.
get_allocator
().swaped() );
371
CPPUNIT_ASSERT( slint2.
get_allocator
().swaped() );
375
CPPUNIT_ASSERT( slint1.
get_allocator
() == stack2 );
376
CPPUNIT_ASSERT( slint2.
get_allocator
() == stack1 );
391
CPPUNIT_ASSERT( slint1.
get_allocator
().swaped() );
392
CPPUNIT_ASSERT( slint2.
get_allocator
().swaped() )
[
all
...]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multiset/multiset.cons/
move_alloc.pass.cpp
60
assert(m3.
get_allocator
() == A(7));
98
assert(m3.
get_allocator
() == A(5));
136
assert(m3.
get_allocator
() == A(5));
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/set/set.cons/
move_alloc.pass.cpp
60
assert(m3.
get_allocator
() == A(7));
98
assert(m3.
get_allocator
() == A(5));
136
assert(m3.
get_allocator
() == A(5));
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.set/unord.set.cnstr/
copy.pass.cpp
60
assert(c.
get_allocator
() == test_allocator<int>(10));
99
assert(c.
get_allocator
() == other_allocator<int>(-2));
139
assert(c.
get_allocator
() == min_allocator<int>());
/ndk/sources/cxx-stl/stlport/stlport/stl/debug/
_list.h
161
allocator_type
get_allocator
() const { return _M_non_dbg_impl.
get_allocator
(); }
function in class:list
362
if (
get_allocator
() == __x.
get_allocator
())
377
if (
get_allocator
() == __x.
get_allocator
())
390
if (this->
get_allocator
() == __x.
get_allocator
())
405
if (this->
get_allocator
() == __x.
get_allocator
()) {
[
all
...]
/ndk/tests/device/test-gnustl-full/unit/
set_test.cpp
301
CPPUNIT_ASSERT( sint1.
get_allocator
().swaped() );
302
CPPUNIT_ASSERT( sint2.
get_allocator
().swaped() );
306
CPPUNIT_ASSERT( sint1.
get_allocator
() == stack2 );
307
CPPUNIT_ASSERT( sint2.
get_allocator
() == stack1 );
324
CPPUNIT_ASSERT( sint1.
get_allocator
().swaped() );
325
CPPUNIT_ASSERT( sint2.
get_allocator
().swaped() );
329
CPPUNIT_ASSERT( sint1.
get_allocator
() == stack2 );
330
CPPUNIT_ASSERT( sint2.
get_allocator
() == stack1 );
347
CPPUNIT_ASSERT( sint1.
get_allocator
().swaped() );
348
CPPUNIT_ASSERT( sint2.
get_allocator
().swaped() )
[
all
...]
slist_test.cpp
349
CPPUNIT_ASSERT( slint1.
get_allocator
().swaped() );
350
CPPUNIT_ASSERT( slint2.
get_allocator
().swaped() );
354
CPPUNIT_ASSERT( slint1.
get_allocator
() == stack2 );
355
CPPUNIT_ASSERT( slint2.
get_allocator
() == stack1 );
370
CPPUNIT_ASSERT( slint1.
get_allocator
().swaped() );
371
CPPUNIT_ASSERT( slint2.
get_allocator
().swaped() );
375
CPPUNIT_ASSERT( slint1.
get_allocator
() == stack2 );
376
CPPUNIT_ASSERT( slint2.
get_allocator
() == stack1 );
391
CPPUNIT_ASSERT( slint1.
get_allocator
().swaped() );
392
CPPUNIT_ASSERT( slint2.
get_allocator
().swaped() )
[
all
...]
/ndk/tests/device/test-stlport/unit/
set_test.cpp
301
CPPUNIT_ASSERT( sint1.
get_allocator
().swaped() );
302
CPPUNIT_ASSERT( sint2.
get_allocator
().swaped() );
306
CPPUNIT_ASSERT( sint1.
get_allocator
() == stack2 );
307
CPPUNIT_ASSERT( sint2.
get_allocator
() == stack1 );
324
CPPUNIT_ASSERT( sint1.
get_allocator
().swaped() );
325
CPPUNIT_ASSERT( sint2.
get_allocator
().swaped() );
329
CPPUNIT_ASSERT( sint1.
get_allocator
() == stack2 );
330
CPPUNIT_ASSERT( sint2.
get_allocator
() == stack1 );
347
CPPUNIT_ASSERT( sint1.
get_allocator
().swaped() );
348
CPPUNIT_ASSERT( sint2.
get_allocator
().swaped() )
[
all
...]
slist_test.cpp
349
CPPUNIT_ASSERT( slint1.
get_allocator
().swaped() );
350
CPPUNIT_ASSERT( slint2.
get_allocator
().swaped() );
354
CPPUNIT_ASSERT( slint1.
get_allocator
() == stack2 );
355
CPPUNIT_ASSERT( slint2.
get_allocator
() == stack1 );
370
CPPUNIT_ASSERT( slint1.
get_allocator
().swaped() );
371
CPPUNIT_ASSERT( slint2.
get_allocator
().swaped() );
375
CPPUNIT_ASSERT( slint1.
get_allocator
() == stack2 );
376
CPPUNIT_ASSERT( slint2.
get_allocator
() == stack1 );
391
CPPUNIT_ASSERT( slint1.
get_allocator
().swaped() );
392
CPPUNIT_ASSERT( slint2.
get_allocator
().swaped() )
[
all
...]
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/debug/
_list.h
161
allocator_type
get_allocator
() const { return _M_non_dbg_impl.
get_allocator
(); }
function in class:list
362
if (
get_allocator
() == __x.
get_allocator
())
377
if (
get_allocator
() == __x.
get_allocator
())
390
if (this->
get_allocator
() == __x.
get_allocator
())
405
if (this->
get_allocator
() == __x.
get_allocator
()) {
[
all
...]
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/debug/
_list.h
161
allocator_type
get_allocator
() const { return _M_non_dbg_impl.
get_allocator
(); }
function in class:list
362
if (
get_allocator
() == __x.
get_allocator
())
377
if (
get_allocator
() == __x.
get_allocator
())
390
if (this->
get_allocator
() == __x.
get_allocator
())
405
if (this->
get_allocator
() == __x.
get_allocator
()) {
[
all
...]
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/debug/
_list.h
161
allocator_type
get_allocator
() const { return _M_non_dbg_impl.
get_allocator
(); }
function in class:list
362
if (
get_allocator
() == __x.
get_allocator
())
377
if (
get_allocator
() == __x.
get_allocator
())
390
if (this->
get_allocator
() == __x.
get_allocator
())
405
if (this->
get_allocator
() == __x.
get_allocator
()) {
[
all
...]
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/debug/
_list.h
161
allocator_type
get_allocator
() const { return _M_non_dbg_impl.
get_allocator
(); }
function in class:list
362
if (
get_allocator
() == __x.
get_allocator
())
377
if (
get_allocator
() == __x.
get_allocator
())
390
if (this->
get_allocator
() == __x.
get_allocator
())
405
if (this->
get_allocator
() == __x.
get_allocator
()) {
[
all
...]
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/debug/
_list.h
161
allocator_type
get_allocator
() const { return _M_non_dbg_impl.
get_allocator
(); }
function in class:list
362
if (
get_allocator
() == __x.
get_allocator
())
377
if (
get_allocator
() == __x.
get_allocator
())
390
if (this->
get_allocator
() == __x.
get_allocator
())
405
if (this->
get_allocator
() == __x.
get_allocator
()) {
[
all
...]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/map/map.special/
non_member_swap.pass.cpp
143
assert(m1.
get_allocator
() == A(1));
145
assert(m2.
get_allocator
() == A(2));
177
assert(m1.
get_allocator
() == A(2));
179
assert(m2.
get_allocator
() == A(1));
300
assert(m1.
get_allocator
() == A());
302
assert(m2.
get_allocator
() == A());
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multimap/multimap.special/
non_member_swap.pass.cpp
143
assert(m1.
get_allocator
() == A(1));
145
assert(m2.
get_allocator
() == A(2));
177
assert(m1.
get_allocator
() == A(2));
179
assert(m2.
get_allocator
() == A(1));
299
assert(m1.
get_allocator
() == A());
301
assert(m2.
get_allocator
() == A());
/external/stlport/stlport/stl/
_slist.h
184
allocator_type
get_allocator
() const
function in class:_Slist_base
277
allocator_type
get_allocator
() const { return _Base::
get_allocator
(); }
function in class:slist
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
()) {
[
all
...]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multimap/multimap.cons/
iter_iter_comp_alloc.pass.cpp
44
assert(m.
get_allocator
() == A(7));
76
assert(m.
get_allocator
() == A());
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/unord.map.cnstr/
init.pass.cpp
54
assert(c.
get_allocator
() ==
86
assert(c.
get_allocator
() ==
init_size.pass.cpp
56
assert(c.
get_allocator
() ==
90
assert(c.
get_allocator
() ==
init_size_hash.pass.cpp
57
assert(c.
get_allocator
() ==
92
assert(c.
get_allocator
() ==
Completed in 723 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>