OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:get_allocator
(Results
1 - 25
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/sequences/list/list.cons/
copy.pass.cpp
31
assert(l2.
get_allocator
() == l.
get_allocator
());
38
assert(l2.
get_allocator
() == other_allocator<int>(-2));
51
assert(l2.
get_allocator
() == l.
get_allocator
());
assign_copy.pass.cpp
26
assert(l2.
get_allocator
() == test_allocator<int>(3));
33
assert(l2.
get_allocator
() == other_allocator<int>(5));
41
assert(l2.
get_allocator
() == min_allocator<int>());
copy_alloc.pass.cpp
26
assert(l2.
get_allocator
() == test_allocator<int>(3));
32
assert(l2.
get_allocator
() == other_allocator<int>(3));
39
assert(l2.
get_allocator
() == min_allocator<int>());
move.pass.cpp
34
assert(l2.
get_allocator
() == lo.
get_allocator
());
47
assert(l2.
get_allocator
() == lo.
get_allocator
());
61
assert(l2.
get_allocator
() == lo.
get_allocator
());
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector.bool/
move.pass.cpp
33
assert(l2.
get_allocator
() == lo.
get_allocator
());
46
assert(l2.
get_allocator
() == lo.
get_allocator
());
60
assert(l2.
get_allocator
() == lo.
get_allocator
());
assign_move.pass.cpp
34
assert(l2.
get_allocator
() == lo.
get_allocator
());
48
assert(l2.
get_allocator
() == test_allocator<bool>(6));
62
assert(l2.
get_allocator
() == lo.
get_allocator
());
77
assert(l2.
get_allocator
() == lo.
get_allocator
());
copy.pass.cpp
42
assert(v2.
get_allocator
() == v.
get_allocator
());
49
assert(v2.
get_allocator
() == other_allocator<bool>(-2));
62
assert(v2.
get_allocator
() == v.
get_allocator
());
assign_copy.pass.cpp
26
assert(l2.
get_allocator
() == test_allocator<bool>(3));
33
assert(l2.
get_allocator
() == other_allocator<bool>(5));
41
assert(l2.
get_allocator
() == min_allocator<bool>());
initializer_list_alloc.pass.cpp
25
assert(d.
get_allocator
() == test_allocator<bool>(3));
35
assert(d.
get_allocator
() == min_allocator<bool>());
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/deque/deque.cons/
copy.pass.cpp
38
assert(v2.
get_allocator
() == v.
get_allocator
());
45
assert(v2.
get_allocator
() == other_allocator<int>(-2));
58
assert(v2.
get_allocator
() == v.
get_allocator
());
initializer_list_alloc.pass.cpp
25
assert(d.
get_allocator
() == test_allocator<int>(3));
35
assert(d.
get_allocator
() == min_allocator<int>());
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/vector.cons/
copy.pass.cpp
41
assert(v2.
get_allocator
() == v.
get_allocator
());
48
assert(v2.
get_allocator
() == other_allocator<int>(-2));
61
assert(v2.
get_allocator
() == v.
get_allocator
());
assign_copy.pass.cpp
26
assert(l2.
get_allocator
() == test_allocator<int>(3));
33
assert(l2.
get_allocator
() == other_allocator<int>(5));
41
assert(l2.
get_allocator
() == min_allocator<int>());
initializer_list_alloc.pass.cpp
25
assert(d.
get_allocator
() == test_allocator<int>(3));
35
assert(d.
get_allocator
() == min_allocator<int>());
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/queue/queue.cons.alloc/
ctor_alloc.pass.cpp
31
test_allocator<int>
get_allocator
() {return c.
get_allocator
();}
function in struct:test
37
assert(q.
get_allocator
() == test_allocator<int>(3));
ctor_queue_alloc.pass.cpp
43
allocator_type
get_allocator
() {return this->c.
get_allocator
();}
function in struct:test
50
assert(q2.
get_allocator
() == test_allocator<int>(5));
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/stack/stack.cons.alloc/
ctor_alloc.pass.cpp
31
test_allocator<int>
get_allocator
() {return c.
get_allocator
();}
function in struct:test
37
assert(q.
get_allocator
() == test_allocator<int>(3));
ctor_copy_alloc.pass.cpp
43
allocator_type
get_allocator
() {return this->c.
get_allocator
();}
function in struct:test
50
assert(q2.
get_allocator
() == test_allocator<int>(5));
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/map/map.cons/
alloc.pass.cpp
30
assert(m.
get_allocator
() == A(5));
39
assert(m.
get_allocator
() == A());
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multimap/multimap.cons/
alloc.pass.cpp
30
assert(m.
get_allocator
() == A(5));
39
assert(m.
get_allocator
() == A());
copy_alloc.pass.cpp
44
assert(m.
get_allocator
() == A(3));
47
assert(mo.
get_allocator
() == A(7));
70
assert(m.
get_allocator
() == A());
73
assert(mo.
get_allocator
() == A());
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/forwardlist.cons/
alloc.pass.cpp
28
assert(c.
get_allocator
() == A(12));
37
assert(c.
get_allocator
() == A());
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multiset/multiset.cons/
alloc.pass.cpp
28
assert(m.
get_allocator
() == A(5));
compare_alloc.pass.cpp
30
assert(m.
get_allocator
() == A(5));
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/set/set.cons/
alloc.pass.cpp
28
assert(m.
get_allocator
() == A(5));
Completed in 409 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>