Home
last modified time | relevance | path

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

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