OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:get_allocator
(Results
351 - 375
of
778
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_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
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
unordered_set.h
215
get_allocator
() const noexcept
216
{ return _M_h.
get_allocator
(); }
820
get_allocator
() const noexcept
821
{ return _M_h.
get_allocator
(); }
[
all
...]
/external/stlport/stlport/stl/pointers/
_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/pointers/
_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_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_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_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_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/pointers/
_vector.h
76
allocator_type
get_allocator
() const
function in class:vector
77
{ return _STLP_CONVERT_ALLOCATOR(_M_impl.
get_allocator
(), value_type); }
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
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/6/sources/cxx-stl/stlport/stlport/stl/pointers/
_vector.h
76
allocator_type
get_allocator
() const
function in class:vector
77
{ return _STLP_CONVERT_ALLOCATOR(_M_impl.
get_allocator
(), value_type); }
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
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/7/sources/cxx-stl/stlport/stlport/stl/pointers/
_vector.h
76
allocator_type
get_allocator
() const
function in class:vector
77
{ return _STLP_CONVERT_ALLOCATOR(_M_impl.
get_allocator
(), value_type); }
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
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/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
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/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_multiset.h
282
get_allocator
() const _GLIBCXX_NOEXCEPT
283
{ return allocator_type(_M_t.
get_allocator
()); }
Completed in 538 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>