OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:get_allocator
(Results
301 - 325
of
988
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/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
() ==
init_size_hash_equal_allocator.pass.cpp
60
assert(c.
get_allocator
() ==
97
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
() ==
range_size_hash.pass.cpp
62
assert(c.
get_allocator
() ==
99
assert(c.
get_allocator
() ==
range_size_hash_equal.pass.cpp
63
assert(c.
get_allocator
() ==
101
assert(c.
get_allocator
() ==
range_size_hash_equal_allocator.pass.cpp
65
assert(c.
get_allocator
() ==
104
assert(c.
get_allocator
() ==
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/unord.multimap.cnstr/
copy_alloc.pass.cpp
75
assert(c.
get_allocator
() ==
129
assert(c.
get_allocator
() ==
move_alloc.pass.cpp
93
assert((c.
get_allocator
() == test_allocator<std::pair<const int, std::string> >(12)));
157
assert((c.
get_allocator
() == test_allocator<std::pair<const int, std::string> >(10)));
222
assert((c.
get_allocator
() == min_allocator<std::pair<const int, std::string> >()));
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multiset/unord.multiset.cnstr/
copy_alloc.pass.cpp
68
assert(c.
get_allocator
() == test_allocator<int>(5));
115
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_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_size_hash_equal_allocator.pass.cpp
59
assert(c.
get_allocator
() == test_allocator<int>(10));
95
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/strings/basic.string/string.cons/
iter_alloc.pass.cpp
38
assert(s2.
get_allocator
() == A());
55
assert(s2.
get_allocator
() == a);
/external/stlport/stlport/stl/
_hash_map.h
82
allocator_type
get_allocator
() const { return _M_ht.
get_allocator
(); }
function in class:hash_map
273
allocator_type
get_allocator
() const { return _M_ht.
get_allocator
(); }
function in class:hash_multimap
_hash_set.h
76
allocator_type
get_allocator
() const { return _M_ht.
get_allocator
(); }
function in class:hash_set
262
allocator_type
get_allocator
() const { return _M_ht.
get_allocator
(); }
function in class:hash_multiset
_hashtable.h
300
allocator_type
get_allocator
() const { return _M_elems.
get_allocator
(); }
function in class:hashtable
335
_M_elems(__ht.
get_allocator
()),
336
_M_buckets(_STLP_CONVERT_ALLOCATOR(__ht.
get_allocator
(), _BucketType*)),
_map.h
161
allocator_type
get_allocator
() const { return _M_t.
get_allocator
(); }
function in class:map
347
allocator_type
get_allocator
() const { return _M_t.
get_allocator
(); }
function in class:multimap
_unordered_map.h
76
allocator_type
get_allocator
() const { return _M_ht.
get_allocator
(); }
function in class:unordered_map
244
allocator_type
get_allocator
() const { return _M_ht.
get_allocator
(); }
function in class:unordered_multimap
Completed in 413 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>