OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:get_allocator
(Results
26 - 50
of
350
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/debug/
_vector.h
144
allocator_type
get_allocator
() const { return _M_non_dbg_impl.
get_allocator
(); }
function in class:vector
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/debug/
_vector.h
144
allocator_type
get_allocator
() const { return _M_non_dbg_impl.
get_allocator
(); }
function in class:vector
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/debug/
_vector.h
144
allocator_type
get_allocator
() const { return _M_non_dbg_impl.
get_allocator
(); }
function in class:vector
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/debug/
_vector.h
144
allocator_type
get_allocator
() const { return _M_non_dbg_impl.
get_allocator
(); }
function in class:vector
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/debug/
_vector.h
144
allocator_type
get_allocator
() const { return _M_non_dbg_impl.
get_allocator
(); }
function in class:vector
/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
_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
_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
_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
_unordered_set.h
70
allocator_type
get_allocator
() const { return _M_ht.
get_allocator
(); }
function in class:unordered_set
220
allocator_type
get_allocator
() const { return _M_ht.
get_allocator
(); }
function in class:unordered_multiset
/external/stlport/stlport/stl/debug/
_hashtable.h
132
allocator_type
get_allocator
() const { return _M_non_dbg_impl.
get_allocator
(); }
function in class:hashtable
_list.h
161
allocator_type
get_allocator
() const { return _M_non_dbg_impl.
get_allocator
(); }
function in class:list
362
if (
get_allocator
() == __x.
get_allocator
())
377
if (
get_allocator
() == __x.
get_allocator
())
390
if (this->
get_allocator
() == __x.
get_allocator
())
405
if (this->
get_allocator
() == __x.
get_allocator
()) {
[
all
...]
_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
...]
_string.h
88
allocator_type
get_allocator
() const { return _M_non_dbg_impl.
get_allocator
(); }
function in class:basic_string
_tree.h
153
allocator_type
get_allocator
() const { return _M_non_dbg_impl.
get_allocator
(); }
function in class:_Rb_tree
/external/stlport/stlport/stl/pointers/
_list.h
89
allocator_type
get_allocator
() const
function in class:list
90
{ return _STLP_CONVERT_ALLOCATOR(_M_impl.
get_allocator
(), value_type); }
_slist.h
84
allocator_type
get_allocator
() const
function in class:slist
85
{ return _STLP_CONVERT_ALLOCATOR(_M_impl.
get_allocator
(), value_type); }
_vector.h
76
allocator_type
get_allocator
() const
function in class:vector
77
{ return _STLP_CONVERT_ALLOCATOR(_M_impl.
get_allocator
(), value_type); }
/ndk/sources/cxx-stl/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
_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
_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
_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
_unordered_set.h
70
allocator_type
get_allocator
() const { return _M_ht.
get_allocator
(); }
function in class:unordered_set
220
allocator_type
get_allocator
() const { return _M_ht.
get_allocator
(); }
function in class:unordered_multiset
Completed in 852 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>