Searched refs:const_reference (Results 1 - 6 of 6) sorted by relevance

/art/compiler/utils/
H A Darray_ref.h48 typedef const T& const_reference; typedef in class:art::ArrayRef
136 const_reference operator[](size_type n) const {
146 const_reference front() const {
156 const_reference back() const {
H A Dswap_space.h138 typedef const T& const_reference; typedef in class:art::SwapAllocator
161 const_pointer address(const_reference x) const { return &x; }
179 void construct(pointer p, const_reference val) {
/art/runtime/base/
H A Dallocator.h113 typedef typename std::allocator<T>::const_reference const_reference; typedef in class:art::TrackingAllocatorImpl
H A Darena_containers.h128 typedef const T& const_reference; typedef in class:art::ArenaAllocatorAdapter
155 const_pointer address(const_reference x) const { return &x; }
166 void construct(pointer p, const_reference val) {
H A Dscoped_arena_containers.h114 typedef const T& const_reference; typedef in class:art::ScopedArenaAllocatorAdapter
146 const_pointer address(const_reference x) const { return &x; }
161 void construct(pointer p, const_reference val) {
H A Dstringpiece.h38 typedef const char& const_reference; typedef in class:art::StringPiece

Completed in 478 milliseconds