OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:get_allocator
(Results
151 - 175
of
988
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multimap/multimap.cons/
iter_iter_comp_alloc.pass.cpp
44
assert(m.
get_allocator
() == A(7));
76
assert(m.
get_allocator
() == A());
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multiset/multiset.cons/
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/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
() ==
size_hash_equal.pass.cpp
43
assert(c.
get_allocator
() ==
66
assert(c.
get_allocator
() ==
size_hash_equal_allocator.pass.cpp
44
assert(c.
get_allocator
() ==
68
assert(c.
get_allocator
() ==
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/unord.multimap.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
() ==
size_hash_equal.pass.cpp
43
assert(c.
get_allocator
() ==
66
assert(c.
get_allocator
() ==
size_hash_equal_allocator.pass.cpp
44
assert(c.
get_allocator
() ==
68
assert(c.
get_allocator
() ==
/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>()));
init.pass.cpp
53
assert(c.
get_allocator
() == test_allocator<int>());
84
assert(c.
get_allocator
() == min_allocator<int>());
init_size.pass.cpp
55
assert(c.
get_allocator
() == test_allocator<int>());
88
assert(c.
get_allocator
() == min_allocator<int>());
init_size_hash.pass.cpp
57
assert(c.
get_allocator
() == test_allocator<int>());
91
assert(c.
get_allocator
() == min_allocator<int>());
init_size_hash_equal.pass.cpp
58
assert(c.
get_allocator
() == test_allocator<int>());
93
assert(c.
get_allocator
() == min_allocator<int>());
range.pass.cpp
56
assert(c.
get_allocator
() == test_allocator<int>());
89
assert(c.
get_allocator
() == min_allocator<int>());
range_size.pass.cpp
58
assert(c.
get_allocator
() == test_allocator<int>());
93
assert(c.
get_allocator
() == min_allocator<int>());
size.fail.cpp
39
assert(c.
get_allocator
() == (test_allocator<NotConstructible>()));
57
assert(c.
get_allocator
() == (min_allocator<NotConstructible>()));
Completed in 142 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>