OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:get_allocator
(Results
1 - 25
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/sequences/forwardlist/forwardlist.spec/
member_swap.pass.cpp
36
assert(c1.
get_allocator
() == A(1));
45
assert(c2.
get_allocator
() == A(2));
57
assert(c1.
get_allocator
() == A(1));
66
assert(c2.
get_allocator
() == A(2));
81
assert(c1.
get_allocator
() == A(1));
84
assert(c2.
get_allocator
() == A(2));
95
assert(c1.
get_allocator
() == A(1));
98
assert(c2.
get_allocator
() == A(2));
115
assert(c1.
get_allocator
() == A(2));
124
assert(c2.
get_allocator
() == A(1))
[
all
...]
non_member_swap.pass.cpp
37
assert(c1.
get_allocator
() == A(1));
46
assert(c2.
get_allocator
() == A(2));
58
assert(c1.
get_allocator
() == A(1));
67
assert(c2.
get_allocator
() == A(2));
82
assert(c1.
get_allocator
() == A(1));
85
assert(c2.
get_allocator
() == A(2));
96
assert(c1.
get_allocator
() == A(1));
99
assert(c2.
get_allocator
() == A(2));
116
assert(c1.
get_allocator
() == A(2));
125
assert(c2.
get_allocator
() == A(1))
[
all
...]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/list.cons/
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
());
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_move.pass.cpp
35
assert(l2.
get_allocator
() == lo.
get_allocator
());
49
assert(l2.
get_allocator
() == test_allocator<MoveOnly>(6));
63
assert(l2.
get_allocator
() == lo.
get_allocator
());
78
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
());
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_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
());
swap.pass.cpp
40
assert(v1.
get_allocator
() == A(1));
41
assert(v2.
get_allocator
() == A(2));
52
assert(v1.
get_allocator
() == A(2));
53
assert(v2.
get_allocator
() == A(1));
84
assert(v1.
get_allocator
() == A());
85
assert(v2.
get_allocator
() == A());
/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
());
move.pass.cpp
37
assert(c3.
get_allocator
() == c1.
get_allocator
());
52
assert(c3.
get_allocator
() == c1.
get_allocator
());
68
assert(c3.
get_allocator
() == c1.
get_allocator
());
/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_move.pass.cpp
35
assert(l2.
get_allocator
() == lo.
get_allocator
());
49
assert(l2.
get_allocator
() == test_allocator<MoveOnly>(6));
63
assert(l2.
get_allocator
() == lo.
get_allocator
());
78
assert(l2.
get_allocator
() == lo.
get_allocator
());
move.pass.cpp
34
assert(l2.
get_allocator
() == lo.
get_allocator
());
47
assert(l2.
get_allocator
() == lo.
get_allocator
());
69
assert(l2.
get_allocator
() == lo.
get_allocator
());
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multimap/multimap.cons/
copy.pass.cpp
44
assert(m.
get_allocator
() == A(7));
47
assert(mo.
get_allocator
() == A(7));
70
assert(m.
get_allocator
() == A(-2));
73
assert(mo.
get_allocator
() == A(7));
97
assert(m.
get_allocator
() == A());
100
assert(mo.
get_allocator
() == A());
copy_assign.pass.cpp
45
assert(m.
get_allocator
() == A(7));
48
assert(mo.
get_allocator
() == A(2));
71
assert(m.
get_allocator
() == A(2));
74
assert(mo.
get_allocator
() == A(2));
98
assert(m.
get_allocator
() == A());
101
assert(mo.
get_allocator
() == A());
move.pass.cpp
32
assert(m.
get_allocator
() == A(7));
37
assert(mo.
get_allocator
() == A(7));
59
assert(m.
get_allocator
() == A(7));
73
assert(mo.
get_allocator
() == A(7));
84
assert(m.
get_allocator
() == A());
89
assert(mo.
get_allocator
() == A());
111
assert(m.
get_allocator
() == A());
125
assert(mo.
get_allocator
() == A());
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/set/set.cons/
move.pass.cpp
32
assert(m.
get_allocator
() == A(7));
37
assert(mo.
get_allocator
() == A(7));
60
assert(m.
get_allocator
() == A(7));
68
assert(mo.
get_allocator
() == A(7));
92
assert(m.
get_allocator
() == A());
100
assert(mo.
get_allocator
() == A());
/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));
/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));
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.cons/
alloc.pass.cpp
30
assert(s.
get_allocator
() == typename S::allocator_type());
38
assert(s.
get_allocator
() == typename S::allocator_type(5));
54
assert(s.
get_allocator
() == typename S::allocator_type());
62
assert(s.
get_allocator
() == typename S::allocator_type());
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/map/map.cons/
move.pass.cpp
32
assert(m.
get_allocator
() == A(7));
37
assert(mo.
get_allocator
() == A(7));
59
assert(m.
get_allocator
() == A(7));
67
assert(mo.
get_allocator
() == A(7));
78
assert(m.
get_allocator
() == A());
83
assert(mo.
get_allocator
() == A());
105
assert(m.
get_allocator
() == A());
113
assert(mo.
get_allocator
() == A());
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/forwardlist.cons/
assign_copy.pass.cpp
33
assert(c1.
get_allocator
() == A(10));
45
assert(c1.
get_allocator
() == A(11));
57
assert(c1.
get_allocator
() == A(10));
69
assert(c1.
get_allocator
() == A(11));
82
assert(c1.
get_allocator
() == A(10));
94
assert(c1.
get_allocator
() == A(10));
106
assert(c1.
get_allocator
() == A(10));
118
assert(c1.
get_allocator
() == A(10));
131
assert(c1.
get_allocator
() == A());
143
assert(c1.
get_allocator
() == A())
[
all
...]
/external/stlport/stlport/stl/debug/
_slist.h
94
allocator_type
get_allocator
() const { return _M_non_dbg_impl.
get_allocator
(); }
function in class:slist
407
if (
get_allocator
() == __x.
get_allocator
()) {
424
if (
get_allocator
() == __x.
get_allocator
()) {
444
if (
get_allocator
() == __x.
get_allocator
()) {
459
if (
get_allocator
() == __x.
get_allocator
()) {
[
all
...]
/ndk/sources/cxx-stl/stlport/stlport/stl/debug/
_slist.h
94
allocator_type
get_allocator
() const { return _M_non_dbg_impl.
get_allocator
(); }
function in class:slist
407
if (
get_allocator
() == __x.
get_allocator
()) {
424
if (
get_allocator
() == __x.
get_allocator
()) {
444
if (
get_allocator
() == __x.
get_allocator
()) {
459
if (
get_allocator
() == __x.
get_allocator
()) {
[
all
...]
Completed in 1714 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>