Searched defs:const_reference (Results 1 - 7 of 7) sorted by path

/art/compiler/utils/
H A Darray_ref.h48 typedef const T& const_reference; typedef in class:art::ArrayRef
140 const_reference operator[](size_type n) const {
150 const_reference front() const {
160 const_reference back() const {
H A Dintrusive_forward_list.h129 typedef const T& const_reference; typedef in class:art::IntrusiveForwardList
169 const_reference front() const { return *begin(); }
372 bool ContainsNode(const_reference node) const {
H A Dswap_space.h140 typedef const T& const_reference; typedef in class:art::SwapAllocator
163 const_pointer address(const_reference x) const { return &x; }
183 void construct(pointer p, const_reference val) {
/art/runtime/base/
H A Dallocator.h116 typedef typename std::allocator<T>::const_reference const_reference; typedef in class:art::TrackingAllocatorImpl
H A Darena_containers.h150 typedef const T& const_reference; typedef in class:art::ArenaAllocatorAdapter
177 const_pointer address(const_reference x) const { return &x; }
H A Dscoped_arena_containers.h116 typedef const T& const_reference; typedef in class:art::ScopedArenaAllocatorAdapter
148 const_pointer address(const_reference x) const { return &x; }
H A Dstringpiece.h38 typedef const char& const_reference; typedef in class:art::StringPiece

Completed in 105 milliseconds