Searched refs:const_pointer (Results 1 - 25 of 44) sorted by relevance

12

/external/llvm/include/llvm/ADT/
H A DInMemoryStruct.h30 typedef const value_type *const_pointer; typedef in class:llvm::InMemoryStruct
65 const_pointer operator->() const {
H A DSparseSet.h139 typedef const ValueT *const_pointer; typedef in class:llvm::SparseSet
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.def/
H A Dp8.cpp85 typedef const void* const_pointer; typedef in class:redecl::n1::allocator
94 void allocate(allocator<void>::const_pointer = 0);
/external/stlport/stlport/stl/
H A D_vector.c189 pointer __tmp = _M_allocate_and_copy(__len, __CONST_CAST(const_pointer, __x._M_start) + 0,
190 __CONST_CAST(const_pointer, __x._M_finish) + 0);
195 pointer __i = _STLP_PRIV __copy_ptrs(__CONST_CAST(const_pointer, __x._M_start) + 0,
196 __CONST_CAST(const_pointer, __x._M_finish) + 0, this->_M_start, _TrivialCopy());
199 _STLP_PRIV __copy_ptrs(__CONST_CAST(const_pointer, __x._M_start),
200 __CONST_CAST(const_pointer, __x._M_start) + size(), this->_M_start, _TrivialCopy());
201 _STLP_PRIV __ucopy_ptrs(__CONST_CAST(const_pointer, __x._M_start) + size(),
202 __CONST_CAST(const_pointer, __x._M_finish) + 0, this->_M_finish, _TrivialUCopy());
H A D_pthread_alloc.h103 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
H A D_alloc.h250 typedef const _Tp* const_pointer;
255 const_pointer address(const_reference __x) const { return &__x; }
261 typedef const _Tp* const_pointer;
265 const_pointer address(const_reference __x) const { return &__x; }
279 typedef const _Tp* const_pointer; typedef in class:allocator
299 const_pointer address(const_reference __x) const { return &__x; }
369 typedef const void* const_pointer; typedef in class:allocator
H A D_map.h82 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
H A D_set.h70 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
H A D_unordered_map.h63 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
H A D_unordered_set.h57 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
H A D_string.c431 const_pointer __result =
444 const_pointer __result =
458 const_pointer __last = this->_M_Start() + (min)( __len - __n, __pos) + __n;
462 const_pointer __result = _STLP_STD::find_end(this->_M_Start(), __last,
519 const_pointer __result = _STLP_PRIV __str_find_first_not_of(this->_M_Start() + __pos, this->_M_Finish(),
532 const_pointer __result = _STLP_STD::find_if(this->_M_Start() + __pos, this->_M_Finish(),
H A D_hash_map.h71 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
/external/astl/include/
H A Dset66 typedef const _Key* const_pointer;
H A Dstring68 typedef const value_type* const_pointer;
70 typedef __wrapper_iterator<const_pointer,string> const_iterator;
H A Dvector67 typedef const _T* const_pointer;
72 typedef __wrapper_iterator<const_pointer,vector_type> const_iterator;
/external/clang/include/clang/Analysis/Support/
H A DBumpVector.h81 typedef const T* const_pointer; typedef in class:clang::BumpVector
145 const_pointer data() const {
146 return const_pointer(Begin);
/external/stlport/stlport/stl/pointers/
H A D_deque.h113 typedef const value_type* const_pointer; typedef in class:deque
202 deque(const_pointer __first, const_pointer __last,
258 void assign(const_pointer __first, const_pointer __last)
337 const_pointer __first, const_pointer __last) {
/external/clang/include/clang/Serialization/
H A DContinuousRangeMap.h41 typedef const value_type *const_pointer; typedef in class:clang::ContinuousRangeMap
/external/llvm/lib/Support/Windows/
H A DWindows.h144 typename SmallVectorImpl<T>::const_pointer
/external/stlport/test/eh/
H A DPrefix.h126 typedef const _Tp* const_pointer; typedef in class:EH_allocator
143 const_pointer address(const_reference __x) const { return &__x; }
/external/stlport/test/unit/
H A Dmvctor_declaration_test.cpp87 typedef const value_type* const_pointer; typedef in class:std::allocator
104 const_pointer address(const_reference __x) const { return &__x; }
H A Dstack_allocator.h58 typedef const _Tp* const_pointer; typedef in struct:StackAllocator
136 const_pointer address(const_reference __x) const { return &__x; }
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
H A DPoolAlloc.h244 typedef const T* const_pointer; typedef in class:pool_allocator
254 const_pointer address(const_reference x) const { return &x; }
/external/clang/include/clang/AST/
H A DASTVector.h86 typedef const T* const_pointer; typedef in class:clang::ASTVector
150 const_pointer data() const {
151 return const_pointer(Begin);
/external/stlport/stlport/stl/config/
H A Dfeatures.h730 const_pointer, difference_type> const_reverse_iterator; \
755 typedef typename _Super::const_pointer const_pointer; \

Completed in 368 milliseconds

12