OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:const_pointer
(Results
951 - 975
of
1254
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
alloc_traits.h
109
_GLIBCXX_ALLOC_TR_NESTED_TYPE(
const_pointer
,
115
* @c Alloc::
const_pointer
if that type exists, otherwise
118
typedef __const_pointer
const_pointer
;
typedef in struct:allocator_traits
stl_multimap.h
142
typedef typename _Pair_alloc_type::
const_pointer
const_pointer
;
typedef in class:multimap
[
all
...]
stl_set.h
121
typedef typename _Key_alloc_type::
const_pointer
const_pointer
;
typedef in class:set
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/debug/
map.h
70
typedef typename _Base::
const_pointer
const_pointer
;
typedef in class:__debug::map
multimap.h
71
typedef typename _Base::
const_pointer
const_pointer
;
typedef in class:__debug::multimap
multiset.h
70
typedef typename _Base::
const_pointer
const_pointer
;
typedef in class:__debug::multiset
set.h
70
typedef typename _Base::
const_pointer
const_pointer
;
typedef in class:__debug::set
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/profile/
multimap.h
64
typedef typename _Base::
const_pointer
const_pointer
;
typedef in class:__profile::multimap
multiset.h
64
typedef typename _Base::
const_pointer
const_pointer
;
typedef in class:__profile::multiset
set.h
64
typedef typename _Base::
const_pointer
const_pointer
;
typedef in class:__profile::set
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
alloc_traits.h
104
_GLIBCXX_ALLOC_TR_NESTED_TYPE(
const_pointer
,
110
* @c Alloc::
const_pointer
if that type exists, otherwise
113
typedef __const_pointer
const_pointer
;
typedef in struct:allocator_traits
stl_multimap.h
144
typedef typename _Alloc_traits::
const_pointer
const_pointer
;
typedef in class:multimap
[
all
...]
stl_multiset.h
123
typedef typename _Alloc_traits::
const_pointer
const_pointer
;
typedef in class:multiset
stl_set.h
124
typedef typename _Alloc_traits::
const_pointer
const_pointer
;
typedef in class:set
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/debug/
multiset.h
75
typedef typename _Base::
const_pointer
const_pointer
;
typedef in class:__debug::multiset
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/profile/
multimap.h
68
typedef typename _Base::
const_pointer
const_pointer
;
typedef in class:__profile::multimap
multiset.h
68
typedef typename _Base::
const_pointer
const_pointer
;
typedef in class:__profile::multiset
set.h
68
typedef typename _Base::
const_pointer
const_pointer
;
typedef in class:__profile::set
/external/libcxx/test/utilities/allocator.adaptor/allocator.adaptor.types/
allocator_pointers.pass.cpp
24
// typedef Alloc::
const_pointer
26
//
const_pointer
;
38
typename std::allocator_traits<Alloc>::
const_pointer
cvp;
/external/libcxx/test/utilities/memory/default.allocator/
allocator_pointers.pass.cpp
24
// typedef Alloc::
const_pointer
26
//
const_pointer
;
38
typename std::allocator_traits<Alloc>::
const_pointer
cvp;
/external/stlport/stlport/stl/
_hash_map.h
71
typedef typename _Ht::
const_pointer
const_pointer
;
typedef in class:hash_map
262
typedef typename _Ht::
const_pointer
const_pointer
;
typedef in class:hash_multimap
_hash_set.h
65
typedef typename _Ht::
const_pointer
const_pointer
;
typedef in class:hash_set
251
typedef typename _Ht::
const_pointer
const_pointer
;
typedef in class:hash_multiset
_vector.h
123
typedef const value_type*
const_pointer
;
typedef in class:vector
489
const_pointer
__mid = __first + __elems_after;
677
const_pointer
__first,
const_pointer
__last)
/external/stlport/stlport/stl/pointers/
_set.h
101
typedef typename _Priv_Rep_type::
const_pointer
const_pointer
;
typedef in class:set
348
typedef typename _Priv_Rep_type::
const_pointer
const_pointer
;
typedef in class:multiset
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/allocator.adaptor/allocator.adaptor.types/
allocator_pointers.pass.cpp
24
// typedef Alloc::
const_pointer
26
//
const_pointer
;
38
typename std::allocator_traits<Alloc>::
const_pointer
cvp;
Completed in 800 milliseconds
<<
31
32
33
34
35
36
37
38
39
40
>>