OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:get_allocator
(Results
326 - 350
of
1352
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/libcxx/test/containers/unord/unord.set/unord.set.cnstr/
size_hash_equal_allocator.pass.cpp
43
assert(c.
get_allocator
() == (test_allocator<NotConstructible>(10)));
65
assert(c.
get_allocator
() == (min_allocator<NotConstructible>()));
/external/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);
/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));
iter_iter_alloc.pass.cpp
46
assert(m.
get_allocator
() == A(7));
89
assert(m.
get_allocator
() == a);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/set/set.cons/
initializer_list_compare_alloc.pass.cpp
41
assert(m.
get_allocator
() == A(4));
59
assert(m.
get_allocator
() == A(4));
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/unord.map.cnstr/
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/
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/
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>());
Completed in 731 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>