OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:get_allocator
(Results
101 - 125
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/associative/multiset/multiset.cons/
copy_assign.pass.cpp
43
assert(m.
get_allocator
() == A(7));
57
assert(mo.
get_allocator
() == A(2));
90
assert(m.
get_allocator
() == A(2));
104
assert(mo.
get_allocator
() == A(2));
initializer_list_compare_alloc.pass.cpp
39
assert(m.
get_allocator
() == A(4));
copy_alloc.pass.cpp
41
assert(m.
get_allocator
() == A(3));
55
assert(mo.
get_allocator
() == A(7));
/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/
initializer_list_compare_alloc.pass.cpp
39
assert(m.
get_allocator
() == A(4));
iter_iter_alloc.pass.cpp
46
assert(m.
get_allocator
() == A(7));
/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/
copy_alloc.pass.cpp
26
assert(c.
get_allocator
() == a);
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/vector/vector.cons/
construct_size.pass.cpp
27
assert(c.
get_allocator
() == typename C::allocator_type());
construct_size_value_alloc.pass.cpp
25
assert(a == c.
get_allocator
());
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector.bool/
construct_size_value_alloc.pass.cpp
27
assert(a == c.
get_allocator
());
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.set/unord.set.cnstr/
size.fail.cpp
38
assert(c.
get_allocator
() == (test_allocator<NotConstructible>()));
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.cons/
copy_alloc.pass.cpp
28
assert(s2.
get_allocator
() == a);
move_alloc.pass.cpp
33
assert(s2.
get_allocator
() == a);
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/strings/basic.string/string.ops/string.accessors/
get_allocator.pass.cpp
12
// allocator_type
get_allocator
() const;
24
assert(s.
get_allocator
() == a);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/map/map.cons/
iter_iter_comp_alloc.pass.cpp
44
assert(m.
get_allocator
() == A(7));
70
assert(m.
get_allocator
() == A());
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multimap/multimap.cons/
initializer_list_compare_alloc.pass.cpp
57
assert(m.
get_allocator
() == A(5));
93
assert(m.
get_allocator
() == A());
/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
() ==
default.pass.cpp
40
assert(c.
get_allocator
() ==
60
assert(c.
get_allocator
() ==
size.fail.cpp
40
assert(c.
get_allocator
() ==
60
assert(c.
get_allocator
() ==
size.pass.cpp
40
assert(c.
get_allocator
() ==
60
assert(c.
get_allocator
() ==
size_hash.pass.cpp
42
assert(c.
get_allocator
() ==
64
assert(c.
get_allocator
() ==
Completed in 124 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>