OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:get_allocator
(Results
251 - 275
of
1352
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/libcxx/test/containers/associative/set/set.cons/
move_assign.pass.cpp
62
assert(m3.
get_allocator
() == A(7));
101
assert(m3.
get_allocator
() == A(5));
140
assert(m3.
get_allocator
() == A(7));
180
assert(m3.
get_allocator
() == A());
/external/libcxx/test/containers/associative/set/set.special/
non_member_swap.pass.cpp
139
assert(m1.
get_allocator
() == A(1));
141
assert(m2.
get_allocator
() == A(2));
173
assert(m1.
get_allocator
() == A(2));
175
assert(m2.
get_allocator
() == A(1));
/external/libcxx/test/containers/sequences/deque/deque.cons/
move_alloc.pass.cpp
36
assert(c3.
get_allocator
() == A(3));
51
assert(c3.
get_allocator
() == A(1));
66
assert(c3.
get_allocator
() == A(3));
82
assert(c3.
get_allocator
() == A());
move_assign.pass.cpp
38
assert(c3.
get_allocator
() == A(5));
54
assert(c3.
get_allocator
() == A(6));
70
assert(c3.
get_allocator
() == A(5));
87
assert(c3.
get_allocator
() == A());
/external/libcxx/test/containers/sequences/forwardlist/forwardlist.cons/
alloc.fail.cpp
27
assert(c.
get_allocator
() == A(12));
/external/libcxx/test/containers/unord/unord.map/unord.map.cnstr/
allocator.pass.cpp
40
assert(c.
get_allocator
() ==
60
assert(c.
get_allocator
() ==
81
assert(c.
get_allocator
() == a);
102
assert(c.
get_allocator
() == a);
/external/libcxx/test/containers/unord/unord.multimap/unord.multimap.cnstr/
allocator.pass.cpp
40
assert(c.
get_allocator
() ==
60
assert(c.
get_allocator
() ==
81
assert(c.
get_allocator
() == a);
102
assert(c.
get_allocator
() == a);
/external/libcxx/test/re/re.results/re.results.const/
default.pass.cpp
26
assert(m.
get_allocator
() == std::allocator<std::sub_match<const CharT*> >());
/external/libcxx/test/strings/basic.string/string.cons/
size_char_alloc.pass.cpp
34
assert(s2.
get_allocator
() == A());
49
assert(s2.
get_allocator
() == a);
66
assert(s2.
get_allocator
() == A());
82
assert(s2.
get_allocator
() == a);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/map/map.cons/
move_alloc.pass.cpp
62
assert(m3.
get_allocator
() == A(7));
101
assert(m3.
get_allocator
() == A(5));
140
assert(m3.
get_allocator
() == A(5));
180
assert(m3.
get_allocator
() == A());
move_assign.pass.cpp
63
assert(m3.
get_allocator
() == A(7));
103
assert(m3.
get_allocator
() == A(5));
143
assert(m3.
get_allocator
() == A(7));
184
assert(m3.
get_allocator
() == A());
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multimap/multimap.cons/
move_alloc.pass.cpp
62
assert(m3.
get_allocator
() == A(7));
101
assert(m3.
get_allocator
() == A(5));
140
assert(m3.
get_allocator
() == A(5));
180
assert(m3.
get_allocator
() == A());
move_assign.pass.cpp
63
assert(m3.
get_allocator
() == A(7));
103
assert(m3.
get_allocator
() == A(5));
143
assert(m3.
get_allocator
() == A(7));
184
assert(m3.
get_allocator
() == A());
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multiset/multiset.cons/
alloc.pass.cpp
28
assert(m.
get_allocator
() == A(5));
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));
copy_assign.pass.cpp
43
assert(m.
get_allocator
() == A(7));
57
assert(mo.
get_allocator
() == A(2));
110
assert(m.
get_allocator
() == A(2));
124
assert(mo.
get_allocator
() == A(2));
move_assign.pass.cpp
62
assert(m3.
get_allocator
() == A(7));
101
assert(m3.
get_allocator
() == A(5));
140
assert(m3.
get_allocator
() == A(7));
181
assert(m3.
get_allocator
() == A());
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multiset/multiset.special/
non_member_swap.pass.cpp
139
assert(m1.
get_allocator
() == A(1));
141
assert(m2.
get_allocator
() == A(2));
173
assert(m1.
get_allocator
() == A(2));
175
assert(m2.
get_allocator
() == A(1));
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/set/set.cons/
alloc.pass.cpp
28
assert(m.
get_allocator
() == A(5));
move_assign.pass.cpp
62
assert(m3.
get_allocator
() == A(7));
101
assert(m3.
get_allocator
() == A(5));
140
assert(m3.
get_allocator
() == A(7));
180
assert(m3.
get_allocator
() == A());
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/set/set.special/
non_member_swap.pass.cpp
139
assert(m1.
get_allocator
() == A(1));
141
assert(m2.
get_allocator
() == A(2));
173
assert(m1.
get_allocator
() == A(2));
175
assert(m2.
get_allocator
() == A(1));
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/deque/deque.cons/
move_alloc.pass.cpp
36
assert(c3.
get_allocator
() == A(3));
51
assert(c3.
get_allocator
() == A(1));
66
assert(c3.
get_allocator
() == A(3));
82
assert(c3.
get_allocator
() == A());
move_assign.pass.cpp
38
assert(c3.
get_allocator
() == A(5));
54
assert(c3.
get_allocator
() == A(6));
70
assert(c3.
get_allocator
() == A(5));
87
assert(c3.
get_allocator
() == A());
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/forwardlist.cons/
alloc.fail.cpp
27
assert(c.
get_allocator
() == A(12));
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/unord.map.cnstr/
allocator.pass.cpp
40
assert(c.
get_allocator
() ==
60
assert(c.
get_allocator
() ==
81
assert(c.
get_allocator
() == a);
102
assert(c.
get_allocator
() == a);
Completed in 120 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>