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

/art/compiler/utils/
H A Dswap_space.h107 typedef const void* const_pointer; typedef in class:art::SwapAllocator
139 typedef const T* const_pointer; typedef in class:art::SwapAllocator
163 const_pointer address(const_reference x) const { return &x; }
H A Darray_ref.h50 typedef const T* const_pointer; typedef in class:art::ArrayRef
H A Dintrusive_forward_list.h131 typedef const T* const_pointer; typedef in class:art::IntrusiveForwardList
/art/runtime/base/
H A Dallocator.h114 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) {
H A Darena_containers.h115 typedef const void* const_pointer; typedef in class:art::ArenaAllocatorAdapter
149 typedef const T* const_pointer; typedef in class:art::ArenaAllocatorAdapter
177 const_pointer address(const_reference x) const { return &x; }
H A Dscoped_arena_containers.h75 typedef const void* const_pointer; typedef in class:art::ScopedArenaAllocatorAdapter
115 typedef const T* const_pointer; typedef in class:art::ScopedArenaAllocatorAdapter
148 const_pointer address(const_reference x) const { return &x; }
H A Ddchecked_vector.h49 using typename Base::const_pointer;
H A Dhash_set.h124 using const_pointer = const T*;

Completed in 380 milliseconds