OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:get_allocator
(Results
51 - 75
of
350
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/ndk/sources/cxx-stl/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
/ndk/sources/cxx-stl/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); }
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_map.h
145
// (
get_allocator
() is normally listed in this section, but seems to have
296
get_allocator
() const
function in class:map
297
{ return _M_t.
get_allocator
(); }
stl_multimap.h
144
// (
get_allocator
() is also listed in this section)
293
get_allocator
() const
function in class:multimap
294
{ return _M_t.
get_allocator
(); }
stl_multiset.h
275
get_allocator
() const
function in class:multiset
276
{ return _M_t.
get_allocator
(); }
stl_set.h
282
get_allocator
() const
function in class:set
283
{ return _M_t.
get_allocator
(); }
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
stl_map.h
147
// (
get_allocator
() is normally listed in this section, but seems to have
299
get_allocator
() const
function in class:map
300
{ return _M_t.
get_allocator
(); }
[
all
...]
stl_multimap.h
146
// (
get_allocator
() is also listed in this section)
296
get_allocator
() const
function in class:multimap
297
{ return _M_t.
get_allocator
(); }
stl_multiset.h
278
get_allocator
() const
function in class:multiset
279
{ return _M_t.
get_allocator
(); }
stl_set.h
285
get_allocator
() const
function in class:set
286
{ return _M_t.
get_allocator
(); }
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
stl_map.h
147
// (
get_allocator
() is normally listed in this section, but seems to have
299
get_allocator
() const
function in class:map
300
{ return _M_t.
get_allocator
(); }
[
all
...]
stl_multimap.h
146
// (
get_allocator
() is also listed in this section)
296
get_allocator
() const
function in class:multimap
297
{ return _M_t.
get_allocator
(); }
stl_multiset.h
278
get_allocator
() const
function in class:multiset
279
{ return _M_t.
get_allocator
(); }
stl_set.h
285
get_allocator
() const
function in class:set
286
{ return _M_t.
get_allocator
(); }
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_map.h
145
// (
get_allocator
() is normally listed in this section, but seems to have
296
get_allocator
() const
function in class:map
297
{ return _M_t.
get_allocator
(); }
stl_multimap.h
144
// (
get_allocator
() is also listed in this section)
293
get_allocator
() const
function in class:multimap
294
{ return _M_t.
get_allocator
(); }
stl_multiset.h
275
get_allocator
() const
function in class:multiset
276
{ return _M_t.
get_allocator
(); }
stl_set.h
282
get_allocator
() const
function in class:set
283
{ return _M_t.
get_allocator
(); }
/prebuilts/ndk/5/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
Completed in 1346 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>