OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:const_pointer
(Results
26 - 50
of
957
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/unordered_iterator/
const_point_iterator.hpp
63
typedef const_pointer_
const_pointer
;
typedef in class:const_point_iterator_
74
const_point_iterator_(
const_pointer
p_value) : m_p_value(p_value)
99
inline
const_pointer
145
const_pointer
m_p_value;
point_iterator.hpp
61
typedef const_pointer_
const_pointer
;
typedef in class:point_iterator_
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/basic_tree_policy/
basic_tree_policy_base.hpp
88
value_type>::type>::other::
const_pointer
89
const_pointer
;
typedef in struct:__gnu_pbds::detail::basic_tree_policy_base
145
value_type>::type>::other::
const_pointer
146
const_pointer
;
typedef in struct:__gnu_pbds::detail::basic_tree_policy_base
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/unordered_iterator/
const_iterator.hpp
63
typedef const_pointer_
const_pointer
;
typedef in class:const_iterator_
const_point_iterator.hpp
63
typedef const_pointer_
const_pointer
;
typedef in class:const_point_iterator_
74
const_point_iterator_(
const_pointer
p_value) : m_p_value(p_value)
99
inline
const_pointer
145
const_pointer
m_p_value;
point_iterator.hpp
61
typedef const_pointer_
const_pointer
;
typedef in class:point_iterator_
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/basic_tree_policy/
basic_tree_policy_base.hpp
88
value_type>::type>::other::
const_pointer
89
const_pointer
;
typedef in struct:__gnu_pbds::detail::basic_tree_policy_base
145
value_type>::type>::other::
const_pointer
146
const_pointer
;
typedef in struct:__gnu_pbds::detail::basic_tree_policy_base
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/unordered_iterator/
const_iterator.hpp
63
typedef const_pointer_
const_pointer
;
typedef in class:const_iterator_
const_point_iterator.hpp
63
typedef const_pointer_
const_pointer
;
typedef in class:const_point_iterator_
74
const_point_iterator_(
const_pointer
p_value) : m_p_value(p_value)
99
inline
const_pointer
145
const_pointer
m_p_value;
point_iterator.hpp
61
typedef const_pointer_
const_pointer
;
typedef in class:point_iterator_
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/unordered_iterator/
const_iterator.hpp
60
typedef const_pointer_
const_pointer
;
typedef in class:const_iterator_
point_const_iterator.hpp
61
typedef const_pointer_
const_pointer
;
typedef in class:point_const_iterator_
70
point_const_iterator_(
const_pointer
p_value) : m_p_value(p_value)
91
const_pointer
127
const_pointer
m_p_value;
point_iterator.hpp
59
typedef const_pointer_
const_pointer
;
typedef in class:point_iterator_
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/basic_tree_policy/
basic_tree_policy_base.hpp
88
value_type>::type>::other::
const_pointer
89
const_pointer
;
typedef in struct:__gnu_pbds::detail::basic_tree_policy_base
145
value_type>::type>::other::
const_pointer
146
const_pointer
;
typedef in struct:__gnu_pbds::detail::basic_tree_policy_base
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/unordered_iterator/
const_iterator.hpp
63
typedef const_pointer_
const_pointer
;
typedef in class:const_iterator_
const_point_iterator.hpp
63
typedef const_pointer_
const_pointer
;
typedef in class:const_point_iterator_
74
const_point_iterator_(
const_pointer
p_value) : m_p_value(p_value)
99
inline
const_pointer
145
const_pointer
m_p_value;
point_iterator.hpp
61
typedef const_pointer_
const_pointer
;
typedef in class:point_iterator_
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/unordered_iterator/
const_iterator.hpp
60
typedef const_pointer_
const_pointer
;
typedef in class:const_iterator_
point_const_iterator.hpp
61
typedef const_pointer_
const_pointer
;
typedef in class:point_const_iterator_
70
point_const_iterator_(
const_pointer
p_value) : m_p_value(p_value)
91
const_pointer
127
const_pointer
m_p_value;
point_iterator.hpp
59
typedef const_pointer_
const_pointer
;
typedef in class:point_iterator_
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/unordered_iterator/
const_iterator.hpp
60
typedef const_pointer_
const_pointer
;
typedef in class:const_iterator_
point_const_iterator.hpp
61
typedef const_pointer_
const_pointer
;
typedef in class:point_const_iterator_
70
point_const_iterator_(
const_pointer
p_value) : m_p_value(p_value)
91
const_pointer
127
const_pointer
m_p_value;
point_iterator.hpp
59
typedef const_pointer_
const_pointer
;
typedef in class:point_iterator_
/art/runtime/gc/accounting/
gc_allocator.h
41
typedef typename std::allocator<T>::
const_pointer
const_pointer
;
typedef in class:art::gc::accounting::GCAllocatorImpl
61
pointer allocate(size_type n,
const_pointer
hint = 0) {
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
stl_allocator.h
64
typedef const T*
const_pointer
;
typedef in class:STL_Allocator
79
const_pointer
address(const_reference x) const { return &x; }
Completed in 375 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>