OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:get_allocator
(Results
426 - 450
of
778
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
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
(); }
/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
(); }
/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
(); }
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/debug/
_deque.h
87
allocator_type
get_allocator
() const { return _M_non_dbg_impl.
get_allocator
(); }
function in class:deque
_hashtable.h
132
allocator_type
get_allocator
() const { return _M_non_dbg_impl.
get_allocator
(); }
function in class:hashtable
_tree.h
153
allocator_type
get_allocator
() const { return _M_non_dbg_impl.
get_allocator
(); }
function in class:_Rb_tree
_vector.h
144
allocator_type
get_allocator
() const { return _M_non_dbg_impl.
get_allocator
(); }
function in class:vector
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/pointers/
_deque.h
157
allocator_type
get_allocator
() const { return _STLP_CONVERT_ALLOCATOR(_M_impl.
get_allocator
(), value_type); }
function in class:deque
_list.h
89
allocator_type
get_allocator
() const
function in class:list
90
{ return _STLP_CONVERT_ALLOCATOR(_M_impl.
get_allocator
(), value_type); }
/prebuilts/ndk/6/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
(); }
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/debug/
_deque.h
87
allocator_type
get_allocator
() const { return _M_non_dbg_impl.
get_allocator
(); }
function in class:deque
_hashtable.h
132
allocator_type
get_allocator
() const { return _M_non_dbg_impl.
get_allocator
(); }
function in class:hashtable
_tree.h
153
allocator_type
get_allocator
() const { return _M_non_dbg_impl.
get_allocator
(); }
function in class:_Rb_tree
_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/pointers/
_deque.h
157
allocator_type
get_allocator
() const { return _STLP_CONVERT_ALLOCATOR(_M_impl.
get_allocator
(), value_type); }
function in class:deque
_list.h
89
allocator_type
get_allocator
() const
function in class:list
90
{ return _STLP_CONVERT_ALLOCATOR(_M_impl.
get_allocator
(), value_type); }
/prebuilts/ndk/7/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
(); }
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/debug/
_deque.h
87
allocator_type
get_allocator
() const { return _M_non_dbg_impl.
get_allocator
(); }
function in class:deque
_hashtable.h
132
allocator_type
get_allocator
() const { return _M_non_dbg_impl.
get_allocator
(); }
function in class:hashtable
_tree.h
153
allocator_type
get_allocator
() const { return _M_non_dbg_impl.
get_allocator
(); }
function in class:_Rb_tree
_vector.h
144
allocator_type
get_allocator
() const { return _M_non_dbg_impl.
get_allocator
(); }
function in class:vector
Completed in 1480 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>