OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:get_allocator
(Results
451 - 475
of
1352
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/stlport/stlport/stl/
_list.c
175
if (__that.
get_allocator
() == __x.
get_allocator
()) {
212
list<_Tp, _Alloc> __carry(__that.
get_allocator
());
_set.h
149
allocator_type
get_allocator
() const { return _M_t.
get_allocator
(); }
function in class:set
320
allocator_type
get_allocator
() const { return _M_t.
get_allocator
(); }
function in class:multiset
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/unord.map.cnstr/
assign_copy.pass.cpp
68
assert(c.
get_allocator
() == A(4));
131
assert(c.
get_allocator
() == A(10));
177
assert(c.
get_allocator
() == A());
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/unord.multimap.cnstr/
copy.pass.cpp
75
assert(c.
get_allocator
() ==
129
assert(c.
get_allocator
() ==
184
assert(c.
get_allocator
() ==
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multiset/unord.multiset.cnstr/
assign_copy.pass.cpp
75
assert(c.
get_allocator
() == A(4));
147
assert(c.
get_allocator
() == A(10));
201
assert(c.
get_allocator
() == A());
/ndk/sources/cxx-stl/stlport/stlport/stl/
_list.c
175
if (__that.
get_allocator
() == __x.
get_allocator
()) {
212
list<_Tp, _Alloc> __carry(__that.
get_allocator
());
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_list.c
175
if (__that.
get_allocator
() == __x.
get_allocator
()) {
212
list<_Tp, _Alloc> __carry(__that.
get_allocator
());
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_list.c
175
if (__that.
get_allocator
() == __x.
get_allocator
()) {
212
list<_Tp, _Alloc> __carry(__that.
get_allocator
());
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_list.c
175
if (__that.
get_allocator
() == __x.
get_allocator
()) {
212
list<_Tp, _Alloc> __carry(__that.
get_allocator
());
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_list.c
175
if (__that.
get_allocator
() == __x.
get_allocator
()) {
212
list<_Tp, _Alloc> __carry(__that.
get_allocator
());
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_list.c
175
if (__that.
get_allocator
() == __x.
get_allocator
()) {
212
list<_Tp, _Alloc> __carry(__that.
get_allocator
());
/external/libcxx/test/containers/associative/multiset/multiset.cons/
initializer_list_compare_alloc.pass.cpp
39
assert(m.
get_allocator
() == A(4));
/external/libcxx/test/containers/sequences/deque/deque.cons/
copy_alloc.pass.cpp
26
assert(c.
get_allocator
() == a);
iter_iter_alloc.pass.cpp
30
assert(d.
get_allocator
() == a);
size_value_alloc.pass.cpp
26
assert(d.
get_allocator
() == a);
/external/libcxx/test/containers/sequences/forwardlist/forwardlist.cons/
size.pass.cpp
27
assert(d.
get_allocator
() == alloc);
/external/libcxx/test/containers/unord/unord.map/unord.map.cnstr/
assign_move.pass.cpp
69
assert(c.
get_allocator
() == A(4));
114
assert(c.
get_allocator
() == A(10));
160
assert(c.
get_allocator
() == A(10));
207
assert(c.
get_allocator
() == A());
/external/libcxx/test/containers/unord/unord.multimap/unord.multimap.cnstr/
move.pass.cpp
57
assert(c.
get_allocator
() ==
126
assert((c.
get_allocator
() == test_allocator<std::pair<const int, std::string> >(10)));
157
assert(c.
get_allocator
() ==
226
assert((c.
get_allocator
() == min_allocator<std::pair<const int, std::string> >()));
/external/libcxx/test/containers/unord/unord.set/unord.set.cnstr/
size.fail.cpp
38
assert(c.
get_allocator
() == (test_allocator<NotConstructible>()));
/external/stlport/test/unit/
string_test.cpp
[
all
...]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multiset/multiset.cons/
initializer_list_compare_alloc.pass.cpp
39
assert(m.
get_allocator
() == A(4));
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/deque/deque.cons/
copy_alloc.pass.cpp
26
assert(c.
get_allocator
() == a);
iter_iter_alloc.pass.cpp
30
assert(d.
get_allocator
() == a);
size_value_alloc.pass.cpp
26
assert(d.
get_allocator
() == a);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/forwardlist.cons/
size.pass.cpp
27
assert(d.
get_allocator
() == alloc);
Completed in 686 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>