Searched defs:const_pointer (Results 1 - 25 of 43) sorted by relevance

12

/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Dstl_allocator.h64 typedef const T* const_pointer; typedef in class:STL_Allocator
79 const_pointer address(const_reference x) const { return &x; }
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Dstl_allocator.h64 typedef const T* const_pointer; typedef in class:STL_Allocator
79 const_pointer address(const_reference x) const { return &x; }
/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/eigen/Eigen/src/StlSupport/
H A Ddetails.h28 typedef const T* const_pointer; typedef in class:Eigen::aligned_allocator_indirection
/external/chromium_org/tools/memory_watcher/
H A Dmemory_hook.h29 typedef const T* const_pointer; typedef in class:PrivateHookAllocator
/external/clang/include/clang/Serialization/
H A DContinuousRangeMap.h42 typedef const value_type *const_pointer; typedef in class:clang::ContinuousRangeMap
/external/llvm/include/llvm/ADT/
H A DSparseSet.h139 typedef const ValueT *const_pointer; typedef in class:llvm::SparseSet
H A DSparseMultiSet.h183 typedef const ValueT *const_pointer; typedef in class:llvm::SparseMultiSet
/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/chromium_org/base/memory/
H A Dscoped_vector.h26 typedef typename std::vector<T*>::const_pointer const_pointer; typedef in class:ScopedVector
/external/chromium_org/courgette/
H A Dmemory_allocator.h153 typedef const value_type* const_pointer; typedef in class:courgette::MemoryAllocator
263 typedef const value_type* const_pointer;
/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/
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_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_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_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
H A D_hash_set.h65 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
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
/external/stlport/stlport/stl/pointers/
H A D_vector.h63 typedef const value_type* const_pointer; typedef in class:vector
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/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/chromium_org/third_party/angle/src/compiler/
H A DPoolAlloc.h238 typedef const T* const_pointer; typedef in class:pool_allocator
248 const_pointer address(const_reference x) const { return &x; }
/external/clang/include/clang/AST/
H A DASTVector.h90 typedef const T* const_pointer; typedef in class:clang::ASTVector
154 const_pointer data() const {
155 return const_pointer(Begin);

Completed in 815 milliseconds

12