OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:get_allocator
(Results
376 - 400
of
1352
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/libcxx/test/containers/unord/unord.map/unord.map.cnstr/
move.pass.cpp
57
assert(c.
get_allocator
() ==
98
assert(c.
get_allocator
() ==
135
assert(c.
get_allocator
() ==
176
assert(c.
get_allocator
() ==
range.pass.cpp
58
assert(c.
get_allocator
() ==
92
assert(c.
get_allocator
() ==
126
assert(c.
get_allocator
() == A());
161
assert(c.
get_allocator
() == a);
/external/libcxx/test/containers/unord/unord.multiset/unord.multiset.cnstr/
move.pass.cpp
56
assert(c.
get_allocator
() == test_allocator<int>(10));
96
assert(c.
get_allocator
() == test_allocator<int>(10));
132
assert(c.
get_allocator
() == min_allocator<int>());
172
assert(c.
get_allocator
() == min_allocator<int>());
move_alloc.pass.cpp
70
assert(c.
get_allocator
() == A(12));
111
assert(c.
get_allocator
() == A(10));
161
assert(c.
get_allocator
() == A());
202
assert(c.
get_allocator
() == A());
/external/libcxx/test/containers/unord/unord.set/unord.set.cnstr/
assign_move.pass.cpp
68
assert(c.
get_allocator
() == A(4));
113
assert(c.
get_allocator
() == A(10));
158
assert(c.
get_allocator
() == A(10));
204
assert(c.
get_allocator
() == A());
move.pass.cpp
56
assert(c.
get_allocator
() == test_allocator<int>(10));
96
assert(c.
get_allocator
() == test_allocator<int>(10));
132
assert(c.
get_allocator
() == min_allocator<int>());
172
assert(c.
get_allocator
() == min_allocator<int>());
/external/libcxx/test/re/re.results/re.results.const/
allocator.pass.cpp
28
assert(m.
get_allocator
() == a);
/external/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);
/external/stlport/test/unit/
deque_test.cpp
220
CPPUNIT_ASSERT( dint1.
get_allocator
().swaped() );
221
CPPUNIT_ASSERT( dint2.
get_allocator
().swaped() );
225
CPPUNIT_ASSERT( dint1.
get_allocator
() == stack2 );
226
CPPUNIT_ASSERT( dint2.
get_allocator
() == stack1 );
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multiset/multiset.cons/
compare_alloc.pass.cpp
30
assert(m.
get_allocator
() == A(5));
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/set/set.cons/
compare_alloc.pass.cpp
30
assert(m.
get_allocator
() == A(5));
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/deque/deque.cons/
alloc.pass.cpp
27
assert(d.
get_allocator
() == a);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/vector.cons/
construct_size_value_alloc.pass.cpp
26
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.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);
move.pass.cpp
57
assert(c.
get_allocator
() ==
98
assert(c.
get_allocator
() ==
135
assert(c.
get_allocator
() ==
176
assert(c.
get_allocator
() ==
range.pass.cpp
58
assert(c.
get_allocator
() ==
92
assert(c.
get_allocator
() ==
126
assert(c.
get_allocator
() == A());
161
assert(c.
get_allocator
() == a);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multiset/unord.multiset.cnstr/
move.pass.cpp
56
assert(c.
get_allocator
() == test_allocator<int>(10));
96
assert(c.
get_allocator
() == test_allocator<int>(10));
132
assert(c.
get_allocator
() == min_allocator<int>());
172
assert(c.
get_allocator
() == min_allocator<int>());
move_alloc.pass.cpp
70
assert(c.
get_allocator
() == A(12));
111
assert(c.
get_allocator
() == A(10));
161
assert(c.
get_allocator
() == A());
202
assert(c.
get_allocator
() == A());
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.set/unord.set.cnstr/
assign_move.pass.cpp
68
assert(c.
get_allocator
() == A(4));
113
assert(c.
get_allocator
() == A(10));
158
assert(c.
get_allocator
() == A(10));
204
assert(c.
get_allocator
() == A());
move.pass.cpp
56
assert(c.
get_allocator
() == test_allocator<int>(10));
96
assert(c.
get_allocator
() == test_allocator<int>(10));
132
assert(c.
get_allocator
() == min_allocator<int>());
172
assert(c.
get_allocator
() == min_allocator<int>());
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.results/re.results.const/
allocator.pass.cpp
28
assert(m.
get_allocator
() == a);
/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);
Completed in 1264 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>