OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:get_allocator
(Results
176 - 200
of
1352
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/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
...]
/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/map/map.cons/
initializer_list_compare_alloc.pass.cpp
46
assert(m.
get_allocator
() == A(6));
70
assert(m.
get_allocator
() == A());
95
assert(m.
get_allocator
() == a);
iter_iter_comp_alloc.pass.cpp
44
assert(m.
get_allocator
() == A(7));
70
assert(m.
get_allocator
() == A());
104
assert(m.
get_allocator
() == a);
/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/sequences/forwardlist/forwardlist.cons/
copy.pass.cpp
35
assert(c.
get_allocator
() == A(10));
50
assert(c.
get_allocator
() == A(-2));
66
assert(c.
get_allocator
() == A());
copy_alloc.pass.cpp
35
assert(c.
get_allocator
() == A(9));
49
assert(c.
get_allocator
() == A(9));
64
assert(c.
get_allocator
() == A());
move.pass.cpp
38
assert(c.
get_allocator
() == A(10));
53
assert(c.
get_allocator
() == A(10));
69
assert(c.
get_allocator
() == A());
move_alloc.pass.cpp
38
assert(c.
get_allocator
() == A(10));
53
assert(c.
get_allocator
() == A(9));
69
assert(c.
get_allocator
() == A());
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/vector.cons/
copy_alloc.pass.cpp
43
assert(l2.
get_allocator
() == test_allocator<int>(3));
49
assert(l2.
get_allocator
() == other_allocator<int>(3));
61
assert(l2.
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
...]
/external/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());
/external/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/libcxx/test/containers/sequences/list/list.special/
swap.pass.cpp
72
assert(c1.
get_allocator
() == A(1));
74
assert(c2.
get_allocator
() == A(2));
85
assert(c1.
get_allocator
() == A(2));
87
assert(c2.
get_allocator
() == A(1));
140
assert(c1.
get_allocator
() == A());
142
assert(c2.
get_allocator
() == A());
Completed in 381 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>