OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:get_allocator
(Results
176 - 200
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/unord/unord.map/unord.map.cnstr/
init_size_hash_equal.pass.cpp
59
assert(c.
get_allocator
() ==
95
assert(c.
get_allocator
() ==
range.pass.cpp
58
assert(c.
get_allocator
() ==
92
assert(c.
get_allocator
() ==
range_size.pass.cpp
60
assert(c.
get_allocator
() ==
96
assert(c.
get_allocator
() ==
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multiset/unord.multiset.cnstr/
init.pass.cpp
53
assert(c.
get_allocator
() == test_allocator<int>());
84
assert(c.
get_allocator
() == min_allocator<int>());
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.pass.cpp
56
assert(c.
get_allocator
() == test_allocator<int>());
89
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>());
range_size_hash.pass.cpp
60
assert(c.
get_allocator
() == test_allocator<int>());
96
assert(c.
get_allocator
() == min_allocator<int>());
range_size_hash_equal.pass.cpp
61
assert(c.
get_allocator
() == test_allocator<int>());
98
assert(c.
get_allocator
() == min_allocator<int>());
range_size_hash_equal_allocator.pass.cpp
63
assert(c.
get_allocator
() == test_allocator<int>(10));
101
assert(c.
get_allocator
() == min_allocator<int>());
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.set/unord.set.cnstr/
copy_alloc.pass.cpp
60
assert(c.
get_allocator
() == test_allocator<int>(5));
99
assert(c.
get_allocator
() == min_allocator<int>());
init.pass.cpp
53
assert(c.
get_allocator
() == test_allocator<int>());
84
assert(c.
get_allocator
() == min_allocator<int>());
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.pass.cpp
56
assert(c.
get_allocator
() == test_allocator<int>());
89
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>());
range_size_hash.pass.cpp
60
assert(c.
get_allocator
() == test_allocator<int>());
96
assert(c.
get_allocator
() == min_allocator<int>());
range_size_hash_equal.pass.cpp
61
assert(c.
get_allocator
() == test_allocator<int>());
98
assert(c.
get_allocator
() == min_allocator<int>());
range_size_hash_equal_allocator.pass.cpp
63
assert(c.
get_allocator
() == test_allocator<int>(10));
101
assert(c.
get_allocator
() == min_allocator<int>());
/ndk/sources/cxx-stl/stlport/stlport/stl/
_slist.h
184
allocator_type
get_allocator
() const
function in class:_Slist_base
277
allocator_type
get_allocator
() const { return _Base::
get_allocator
(); }
function in class:slist
330
: _STLP_PRIV _Slist_base<_Tp,_Alloc>(__x.
get_allocator
())
557
_Self __tmp(__first, __last, this->
get_allocator
());
594
_Self __tmp(__first, __last, this->
get_allocator
());
700
if (this->
get_allocator
() == __x.
get_allocator
()) {
714
if (this->
get_allocator
() == __x.
get_allocator
()) {
[
all
...]
Completed in 190 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>