OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:get_allocator
(Results
76 - 100
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/vector/vector.cons/
move_alloc.pass.cpp
34
assert(l2.
get_allocator
() == test_allocator<MoveOnly>(6));
47
assert(l2.
get_allocator
() == test_allocator<MoveOnly>(5));
60
assert(l2.
get_allocator
() == other_allocator<MoveOnly>(4));
74
assert(l2.
get_allocator
() == min_allocator<MoveOnly>());
construct_default.pass.cpp
29
assert(c.
get_allocator
() == typename C::allocator_type());
39
assert(c.
get_allocator
() == a);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector.bool/
construct_size.pass.cpp
27
assert(c.
get_allocator
() == typename C::allocator_type());
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/map/map.cons/
copy_assign.pass.cpp
44
assert(m.
get_allocator
() == A(7));
52
assert(mo.
get_allocator
() == A(2));
79
assert(m.
get_allocator
() == A(2));
87
assert(mo.
get_allocator
() == A(2));
115
assert(m.
get_allocator
() == A());
123
assert(mo.
get_allocator
() == A());
150
assert(m.
get_allocator
() == A());
158
assert(mo.
get_allocator
() == A());
initializer_list_compare_alloc.pass.cpp
46
assert(m.
get_allocator
() == A(6));
70
assert(m.
get_allocator
() == A());
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multimap/multimap.cons/
move.pass.cpp
32
assert(m.
get_allocator
() == A(7));
37
assert(mo.
get_allocator
() == A(7));
59
assert(m.
get_allocator
() == A(7));
73
assert(mo.
get_allocator
() == A(7));
84
assert(m.
get_allocator
() == A());
89
assert(mo.
get_allocator
() == A());
111
assert(m.
get_allocator
() == A());
125
assert(mo.
get_allocator
() == A());
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/set/set.cons/
copy_alloc.pass.cpp
41
assert(m.
get_allocator
() == A(3));
49
assert(mo.
get_allocator
() == A(7));
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/forwardlist.cons/
range_alloc.pass.cpp
37
assert(c.
get_allocator
() == A(13));
51
assert(c.
get_allocator
() == A());
size_value_alloc.pass.cpp
33
assert(c.
get_allocator
() == A(12));
47
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/unord/unord.multiset/unord.multiset.cnstr/
allocator.pass.cpp
39
assert(c.
get_allocator
() == test_allocator<NotConstructible>(10));
57
assert(c.
get_allocator
() == min_allocator<NotConstructible>());
default.pass.cpp
39
assert(c.
get_allocator
() == (test_allocator<NotConstructible>()));
57
assert(c.
get_allocator
() == (min_allocator<NotConstructible>()));
size.fail.cpp
39
assert(c.
get_allocator
() == (test_allocator<NotConstructible>()));
57
assert(c.
get_allocator
() == (min_allocator<NotConstructible>()));
size.pass.cpp
39
assert(c.
get_allocator
() == (test_allocator<NotConstructible>()));
57
assert(c.
get_allocator
() == (min_allocator<NotConstructible>()));
size_hash.pass.cpp
41
assert(c.
get_allocator
() == (test_allocator<NotConstructible>()));
61
assert(c.
get_allocator
() == (min_allocator<NotConstructible>()));
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.set/unord.set.cnstr/
allocator.pass.cpp
39
assert(c.
get_allocator
() == test_allocator<NotConstructible>(10));
57
assert(c.
get_allocator
() == min_allocator<NotConstructible>());
default.pass.cpp
39
assert(c.
get_allocator
() == (test_allocator<NotConstructible>()));
57
assert(c.
get_allocator
() == (min_allocator<NotConstructible>()));
size.pass.cpp
39
assert(c.
get_allocator
() == (test_allocator<NotConstructible>()));
57
assert(c.
get_allocator
() == (min_allocator<NotConstructible>()));
size_hash.pass.cpp
41
assert(c.
get_allocator
() == (test_allocator<NotConstructible>()));
61
assert(c.
get_allocator
() == (min_allocator<NotConstructible>()));
/external/stlport/test/unit/
list_test.cpp
291
CPPUNIT_ASSERT( lint1.
get_allocator
().swaped() );
292
CPPUNIT_ASSERT( lint2.
get_allocator
().swaped() );
296
CPPUNIT_ASSERT( lint1.
get_allocator
() == stack2 );
297
CPPUNIT_ASSERT( lint2.
get_allocator
() == stack1 );
313
CPPUNIT_ASSERT( lint1.
get_allocator
().swaped() );
314
CPPUNIT_ASSERT( lint2.
get_allocator
().swaped() );
318
CPPUNIT_ASSERT( lint1.
get_allocator
() == stack2 );
319
CPPUNIT_ASSERT( lint2.
get_allocator
() == stack1 );
335
CPPUNIT_ASSERT( lint1.
get_allocator
().swaped() );
336
CPPUNIT_ASSERT( lint2.
get_allocator
().swaped() )
[
all
...]
/ndk/tests/device/test-gnustl-full/unit/
list_test.cpp
291
CPPUNIT_ASSERT( lint1.
get_allocator
().swaped() );
292
CPPUNIT_ASSERT( lint2.
get_allocator
().swaped() );
296
CPPUNIT_ASSERT( lint1.
get_allocator
() == stack2 );
297
CPPUNIT_ASSERT( lint2.
get_allocator
() == stack1 );
313
CPPUNIT_ASSERT( lint1.
get_allocator
().swaped() );
314
CPPUNIT_ASSERT( lint2.
get_allocator
().swaped() );
318
CPPUNIT_ASSERT( lint1.
get_allocator
() == stack2 );
319
CPPUNIT_ASSERT( lint2.
get_allocator
() == stack1 );
335
CPPUNIT_ASSERT( lint1.
get_allocator
().swaped() );
336
CPPUNIT_ASSERT( lint2.
get_allocator
().swaped() )
[
all
...]
/ndk/tests/device/test-stlport/unit/
list_test.cpp
291
CPPUNIT_ASSERT( lint1.
get_allocator
().swaped() );
292
CPPUNIT_ASSERT( lint2.
get_allocator
().swaped() );
296
CPPUNIT_ASSERT( lint1.
get_allocator
() == stack2 );
297
CPPUNIT_ASSERT( lint2.
get_allocator
() == stack1 );
313
CPPUNIT_ASSERT( lint1.
get_allocator
().swaped() );
314
CPPUNIT_ASSERT( lint2.
get_allocator
().swaped() );
318
CPPUNIT_ASSERT( lint1.
get_allocator
() == stack2 );
319
CPPUNIT_ASSERT( lint2.
get_allocator
() == stack1 );
335
CPPUNIT_ASSERT( lint1.
get_allocator
().swaped() );
336
CPPUNIT_ASSERT( lint2.
get_allocator
().swaped() )
[
all
...]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multiset/multiset.cons/
copy.pass.cpp
42
assert(m.
get_allocator
() == A(7));
56
assert(mo.
get_allocator
() == A(7));
89
assert(m.
get_allocator
() == A(-2));
103
assert(mo.
get_allocator
() == A(7));
Completed in 281 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>