OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:const_pointer
(Results
176 - 200
of
364
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/ndk/tests/device/test-gnustl-full/unit/
stack_allocator.h
58
typedef const _Tp*
const_pointer
;
typedef in struct:StackAllocator
136
const_pointer
address(const_reference __x) const { return &__x; }
/ndk/tests/device/test-stlport/unit/
stack_allocator.h
58
typedef const _Tp*
const_pointer
;
typedef in struct:StackAllocator
136
const_pointer
address(const_reference __x) const { return &__x; }
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/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_map.h
144
typedef typename _Pair_alloc_type::
const_pointer
const_pointer
;
typedef in class:map
[
all
...]
stl_multimap.h
142
typedef typename _Pair_alloc_type::
const_pointer
const_pointer
;
typedef in class:multimap
[
all
...]
stl_multiset.h
120
typedef typename _Key_alloc_type::
const_pointer
const_pointer
;
typedef in class:multiset
stl_set.h
121
typedef typename _Key_alloc_type::
const_pointer
const_pointer
;
typedef in class:set
unordered_map.h
117
typedef typename allocator_type::
const_pointer
const_pointer
;
typedef in class:unordered_map
798
typedef typename allocator_type::
const_pointer
const_pointer
;
typedef in class:unordered_multimap
[
all
...]
unordered_set.h
112
typedef typename allocator_type::
const_pointer
const_pointer
;
typedef in class:unordered_set
717
typedef typename allocator_type::
const_pointer
const_pointer
;
typedef in class:unordered_multiset
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/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/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/bin_search_tree_/
bin_search_tree_.hpp
151
typedef typename traits_base::
const_pointer
const_pointer
;
typedef in class:__gnu_pbds::detail::PB_DS_BIN_TREE_NAME
381
typedef std::pair<
const_pointer
,
const_pointer
> node_consistent_t;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/binary_heap_/
binary_heap_.hpp
110
typedef typename value_allocator::
const_pointer
const_pointer
;
typedef in class:__gnu_pbds::detail::binary_heap
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/list_update_map_/
lu_map_.hpp
109
typedef typename entry_allocator::
const_pointer
const_entry_pointer;
118
typedef typename traits_base::
const_pointer
const_pointer_;
157
typedef typename traits_base::
const_pointer
const_pointer
;
typedef in class:__gnu_pbds::detail::PB_DS_LU_NAME
303
inc_it_state(
const_pointer
& r_p_value, entry_pointer& r_pos) const
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/
types_traits.hpp
129
typedef typename __rebind_ma::
const_pointer
mapped_const_pointer;
135
typedef typename __rebind_va::
const_pointer
const_pointer
;
typedef in struct:__gnu_pbds::detail::type_base
162
typedef typename __rebind_ma::
const_pointer
mapped_const_pointer;
168
typedef typename __rebind_va::
const_pointer
const_pointer
;
typedef in struct:__gnu_pbds::detail::type_base
196
typedef typename __rebind_ma::
const_pointer
mapped_const_pointer;
201
typedef typename __rebind_va::
const_pointer
const_pointer
;
typedef in struct:__gnu_pbds::detail::type_base
235
typedef typename __rebind_ma::
const_pointer
mapped_const_pointer
240
typedef typename __rebind_va::
const_pointer
const_pointer
;
typedef in struct:__gnu_pbds::detail::type_base
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/profile/
map.h
61
typedef typename _Base::
const_pointer
const_pointer
;
typedef in class:__profile::map
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
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/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_map.h
144
typedef typename _Pair_alloc_type::
const_pointer
const_pointer
;
typedef in class:map
[
all
...]
stl_multimap.h
142
typedef typename _Pair_alloc_type::
const_pointer
const_pointer
;
typedef in class:multimap
[
all
...]
stl_multiset.h
120
typedef typename _Key_alloc_type::
const_pointer
const_pointer
;
typedef in class:multiset
stl_set.h
121
typedef typename _Key_alloc_type::
const_pointer
const_pointer
;
typedef in class:set
Completed in 997 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>