OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:get_allocator
(Results
351 - 375
of
1352
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multiset/unord.multiset.cnstr/
range_size_hash.pass.cpp
60
assert(c.
get_allocator
() == test_allocator<int>());
96
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>()));
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>()));
size_hash_equal.pass.cpp
42
assert(c.
get_allocator
() == (test_allocator<NotConstructible>()));
63
assert(c.
get_allocator
() == (min_allocator<NotConstructible>()));
size_hash_equal_allocator.pass.cpp
43
assert(c.
get_allocator
() == (test_allocator<NotConstructible>(10)));
65
assert(c.
get_allocator
() == (min_allocator<NotConstructible>()));
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.set/unord.set.cnstr/
default.pass.cpp
39
assert(c.
get_allocator
() == (test_allocator<NotConstructible>()));
57
assert(c.
get_allocator
() == (min_allocator<NotConstructible>()));
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>());
init_size_hash_equal_allocator.pass.cpp
59
assert(c.
get_allocator
() == test_allocator<int>(10));
95
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>());
range_size_hash.pass.cpp
60
assert(c.
get_allocator
() == test_allocator<int>());
96
assert(c.
get_allocator
() == min_allocator<int>());
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>()));
size_hash_equal.pass.cpp
42
assert(c.
get_allocator
() == (test_allocator<NotConstructible>()));
63
assert(c.
get_allocator
() == (min_allocator<NotConstructible>()));
size_hash_equal_allocator.pass.cpp
43
assert(c.
get_allocator
() == (test_allocator<NotConstructible>(10)));
65
assert(c.
get_allocator
() == (min_allocator<NotConstructible>()));
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.cons/
pointer_alloc.pass.cpp
34
assert(s2.
get_allocator
() == A());
49
assert(s2.
get_allocator
() == a);
pointer_size_alloc.pass.cpp
33
assert(s2.
get_allocator
() == A());
47
assert(s2.
get_allocator
() == a);
/external/libcxx/test/containers/associative/multiset/multiset.cons/
compare_alloc.pass.cpp
30
assert(m.
get_allocator
() == A(5));
/external/libcxx/test/containers/associative/set/set.cons/
compare_alloc.pass.cpp
30
assert(m.
get_allocator
() == A(5));
/external/libcxx/test/containers/sequences/deque/deque.cons/
alloc.pass.cpp
27
assert(d.
get_allocator
() == a);
/external/libcxx/test/containers/sequences/vector/vector.cons/
construct_size_value_alloc.pass.cpp
25
assert(a == c.
get_allocator
());
/external/libcxx/test/containers/sequences/vector.bool/
construct_size_value_alloc.pass.cpp
27
assert(a == c.
get_allocator
());
/external/libcxx/test/containers/unord/unord.map/unord.map.cnstr/
init.pass.cpp
54
assert(c.
get_allocator
() ==
86
assert(c.
get_allocator
() ==
119
assert(c.
get_allocator
() == a);
152
assert(c.
get_allocator
() == a);
Completed in 1372 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>