Home
last modified time | relevance | path

Searched defs:const_reference (Results 1 – 8 of 8) sorted by relevance

/art/compiler/utils/
Darray_ref.h48 typedef const T& const_reference; typedef
Dswap_space.h140 typedef const T& const_reference; typedef
Dintrusive_forward_list.h129 typedef const T& const_reference; typedef
/art/runtime/base/
Dstringpiece.h38 typedef const char& const_reference; typedef
Dscoped_arena_containers.h116 typedef const T& const_reference; typedef
Dallocator.h116 typedef typename std::allocator<T>::const_reference const_reference; typedef
Darena_containers.h150 typedef const T& const_reference; typedef
Dhash_set.h122 using const_reference = const T&; variable