OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:get_allocator
(Results
101 - 125
of
1352
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/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
...]
/external/libcxx/test/containers/associative/map/map.cons/
copy_alloc.pass.cpp
43
assert(m.
get_allocator
() == A(3));
51
assert(mo.
get_allocator
() == A(7));
78
assert(m.
get_allocator
() == A());
86
assert(mo.
get_allocator
() == A());
alloc.pass.cpp
30
assert(m.
get_allocator
() == A(5));
39
assert(m.
get_allocator
() == A());
copy_assign.pass.cpp
44
assert(m.
get_allocator
() == A(7));
52
assert(mo.
get_allocator
() == A(2));
94
assert(m.
get_allocator
() == A(2));
102
assert(mo.
get_allocator
() == A(2));
130
assert(m.
get_allocator
() == A());
138
assert(mo.
get_allocator
() == A());
165
assert(m.
get_allocator
() == A());
173
assert(mo.
get_allocator
() == A());
/external/libcxx/test/containers/associative/multimap/multimap.cons/
copy_alloc.pass.cpp
44
assert(m.
get_allocator
() == A(3));
47
assert(mo.
get_allocator
() == A(7));
70
assert(m.
get_allocator
() == A());
73
assert(mo.
get_allocator
() == A());
alloc.pass.cpp
30
assert(m.
get_allocator
() == A(5));
39
assert(m.
get_allocator
() == A());
/external/libcxx/test/containers/associative/set/set.cons/
copy.pass.cpp
42
assert(m.
get_allocator
() == A(7));
50
assert(mo.
get_allocator
() == A(7));
77
assert(m.
get_allocator
() == A(-2));
85
assert(mo.
get_allocator
() == A(7));
copy_assign.pass.cpp
43
assert(m.
get_allocator
() == A(7));
51
assert(mo.
get_allocator
() == A(2));
93
assert(m.
get_allocator
() == A(2));
101
assert(mo.
get_allocator
() == A(2));
/external/libcxx/test/containers/sequences/list/list.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>());
/external/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>());
initializer_list_alloc.pass.cpp
25
assert(d.
get_allocator
() == test_allocator<int>(3));
35
assert(d.
get_allocator
() == min_allocator<int>());
/external/libcxx/test/containers/sequences/vector.bool/
move_alloc.pass.cpp
33
assert(l2.
get_allocator
() == test_allocator<bool>(6));
46
assert(l2.
get_allocator
() == test_allocator<bool>(5));
59
assert(l2.
get_allocator
() == other_allocator<bool>(4));
73
assert(l2.
get_allocator
() == min_allocator<bool>());
initializer_list_alloc.pass.cpp
25
assert(d.
get_allocator
() == test_allocator<bool>(3));
35
assert(d.
get_allocator
() == min_allocator<bool>());
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/map/map.cons/
copy_alloc.pass.cpp
43
assert(m.
get_allocator
() == A(3));
51
assert(mo.
get_allocator
() == A(7));
78
assert(m.
get_allocator
() == A());
86
assert(mo.
get_allocator
() == A());
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multimap/multimap.cons/
copy_alloc.pass.cpp
44
assert(m.
get_allocator
() == A(3));
47
assert(mo.
get_allocator
() == A(7));
70
assert(m.
get_allocator
() == A());
73
assert(mo.
get_allocator
() == A());
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/set/set.cons/
copy.pass.cpp
42
assert(m.
get_allocator
() == A(7));
50
assert(mo.
get_allocator
() == A(7));
77
assert(m.
get_allocator
() == A(-2));
85
assert(mo.
get_allocator
() == A(7));
copy_assign.pass.cpp
43
assert(m.
get_allocator
() == A(7));
51
assert(mo.
get_allocator
() == A(2));
93
assert(m.
get_allocator
() == A(2));
101
assert(mo.
get_allocator
() == A(2));
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/list.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>());
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/vector.cons/
move_alloc.pass.cpp
39
assert(l2.
get_allocator
() == test_allocator<MoveOnly>(6));
57
assert(l2.
get_allocator
() == test_allocator<MoveOnly>(5));
75
assert(l2.
get_allocator
() == other_allocator<MoveOnly>(4));
94
assert(l2.
get_allocator
() == min_allocator<MoveOnly>());
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector.bool/
move_alloc.pass.cpp
33
assert(l2.
get_allocator
() == test_allocator<bool>(6));
46
assert(l2.
get_allocator
() == test_allocator<bool>(5));
59
assert(l2.
get_allocator
() == other_allocator<bool>(4));
73
assert(l2.
get_allocator
() == min_allocator<bool>());
/external/libcxx/test/containers/sequences/deque/deque.cons/
initializer_list_alloc.pass.cpp
25
assert(d.
get_allocator
() == test_allocator<int>(3));
35
assert(d.
get_allocator
() == min_allocator<int>());
/external/libcxx/test/containers/sequences/forwardlist/forwardlist.cons/
alloc.pass.cpp
28
assert(c.
get_allocator
() == A(12));
37
assert(c.
get_allocator
() == A());
/external/libcxx/test/re/re.results/re.results.all/
get_allocator.pass.cpp
14
// allocator_type
get_allocator
() const;
28
assert(m.
get_allocator
() == a);
/external/libcxx/test/strings/basic.string/string.cons/
copy.pass.cpp
28
assert(s2.
get_allocator
() == s1.
get_allocator
());
move.pass.cpp
32
assert(s2.
get_allocator
() == s1.
get_allocator
());
Completed in 239 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>