OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:const_pointer
(Results
151 - 175
of
364
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/rb_tree_map_/
rb_tree_.hpp
108
typedef typename base_type::
const_pointer
const_pointer
;
typedef in class:__gnu_pbds::detail::PB_DS_RB_TREE_NAME
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/splay_tree_/
splay_tree_.hpp
134
typedef typename base_type::
const_pointer
const_pointer
;
typedef in class:__gnu_pbds::detail::PB_DS_S_TREE_NAME
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/thin_heap_/
thin_heap_.hpp
97
typedef typename __rebind_a::
const_pointer
const_pointer
;
typedef in class:__gnu_pbds::detail::thin_heap
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/
trie_policy.hpp
310
typedef typename base_type::
const_pointer
const_pointer
;
typedef in class:__gnu_pbds::trie_order_statistics_node_update
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
pool_allocator.h
135
typedef const _Tp*
const_pointer
;
typedef in class:__pool_alloc
163
const_pointer
/art/runtime/base/
allocator.h
114
typedef typename std::allocator<T>::
const_pointer
const_pointer
;
typedef in class:art::TrackingAllocatorImpl
134
pointer allocate(size_type n,
const_pointer
hint ATTRIBUTE_UNUSED = 0) {
/external/clang/include/clang/AST/
ASTVector.h
89
typedef const T*
const_pointer
;
typedef in class:clang::ASTVector
153
const_pointer
data() const {
154
return
const_pointer
(Begin);
/external/clang/include/clang/Analysis/Support/
BumpVector.h
86
typedef const T*
const_pointer
;
typedef in class:clang::BumpVector
150
const_pointer
data() const {
151
return
const_pointer
(Begin);
/external/libcxx/test/support/
nasty_containers.hpp
30
typedef typename nested_container::
const_pointer
const_pointer
;
typedef in class:nasty_vector
151
typedef typename nested_container::
const_pointer
const_pointer
;
typedef in class:nasty_list
/external/llvm/include/llvm/ADT/
SparseMultiSet.h
187
typedef const ValueT *
const_pointer
;
typedef in class:llvm::SparseMultiSet
/external/webrtc/webrtc/system_wrappers/include/
scoped_vector.h
33
typedef typename std::vector<T*>::
const_pointer
const_pointer
;
typedef in class:webrtc::ScopedVector
/frameworks/compile/mclinker/include/mcld/
InputTree.h
73
typedef const value_type*
const_pointer
;
typedef in class:mcld::BinaryTree
/frameworks/compile/mclinker/include/mcld/Support/
Allocators.h
95
typedef const typename ChunkType::value_type*
const_pointer
;
typedef in class:mcld::LinearAllocatorBase
112
const_pointer
address(const_reference X) const { return &X; }
310
typedef const DataType*
const_pointer
;
typedef in class:mcld::MallocAllocator
329
const_pointer
address(const_reference X) const { return &X; }
355
typedef const void*
const_pointer
;
typedef in class:mcld::MallocAllocator
376
const_pointer
address(const_reference X) const { return X; }
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/support/
nasty_containers.hpp
30
typedef typename nested_container::
const_pointer
const_pointer
;
typedef in class:nasty_vector
151
typedef typename nested_container::
const_pointer
const_pointer
;
typedef in class:nasty_list
/ndk/sources/cxx-stl/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
_map.h
82
typedef typename _Rep_type::
const_pointer
const_pointer
;
typedef in class:map
275
typedef typename _Rep_type::
const_pointer
const_pointer
;
typedef in class:multimap
_pthread_alloc.h
103
typedef const _Tp*
const_pointer
;
typedef in class:pthread_allocator
125
const_pointer
address(const_reference __x) const { return &__x; }
195
typedef const void*
const_pointer
;
typedef in class:pthread_allocator
284
typedef const _Tp*
const_pointer
;
typedef in class:per_thread_allocator
308
const_pointer
address(const_reference __x) const { return &__x; }
378
typedef const void*
const_pointer
;
typedef in class:per_thread_allocator
_set.h
70
typedef typename _Rep_type::
const_pointer
const_pointer
;
typedef in class:set
241
typedef typename _Rep_type::
const_pointer
const_pointer
;
typedef in class:multiset
_unordered_map.h
63
typedef typename _Ht::
const_pointer
const_pointer
;
typedef in class:unordered_map
231
typedef typename _Ht::
const_pointer
const_pointer
;
typedef in class:unordered_multimap
_unordered_set.h
57
typedef typename _Ht::
const_pointer
const_pointer
;
typedef in class:unordered_set
207
typedef typename _Ht::
const_pointer
const_pointer
;
typedef in class:unordered_multiset
/ndk/sources/cxx-stl/stlport/stlport/stl/pointers/
_list.h
75
typedef const value_type*
const_pointer
;
typedef in class:list
_slist.h
70
typedef const value_type*
const_pointer
;
typedef in class:slist
_vector.h
63
typedef const value_type*
const_pointer
;
typedef in class:vector
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/basic_cstring/
basic_cstring.hpp
48
typedef value_type const*
const_pointer
;
typedef in class:boost::unit_test::basic_cstring
Completed in 1447 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>