Home
last modified time | relevance | path

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

/art/compiler/utils/
Darray_ref.h60 constexpr ArrayRef() in ArrayRef() function
65 constexpr ArrayRef(T (&array)[size]) in ArrayRef() function
76 constexpr ArrayRef(T* array_in, size_t size_in) in ArrayRef() function
81 explicit ArrayRef(std::vector<T, Alloc>& v) in ArrayRef() function