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

/art/runtime/base/
H A Dallocator.h111 typedef typename std::allocator<T>::const_pointer const_pointer; typedef in class:art::TrackingAllocatorImpl
133 pointer allocate(size_type n, const_pointer hint = 0) {
H A Darena_containers.h93 typedef const void* const_pointer; typedef in class:art::ArenaAllocatorAdapter
127 typedef const T* const_pointer; typedef in class:art::ArenaAllocatorAdapter
155 const_pointer address(const_reference x) const { return &x; }
H A Dscoped_arena_containers.h73 typedef const void* const_pointer; typedef in class:art::ScopedArenaAllocatorAdapter
113 typedef const T* const_pointer; typedef in class:art::ScopedArenaAllocatorAdapter
146 const_pointer address(const_reference x) const { return &x; }
/art/compiler/utils/
H A Dswap_space.h108 typedef const void* const_pointer; typedef in class:art::SwapAllocator
137 typedef const T* const_pointer; typedef in class:art::SwapAllocator
161 const_pointer address(const_reference x) const { return &x; }
H A Darray_ref.h50 typedef const T* const_pointer; typedef in class:art::ArrayRef

Completed in 107 milliseconds