Home
last modified time | relevance | path

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

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