Home
last modified time | relevance | path

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

/hardware/google/aemu/base/include/aemu/base/
DArraySize.h36 static constexpr size_t arraySize(const T (&arr)[N]) { in arraySize() function
41 static constexpr size_t arraySize(const std::array<T, N>& arr) { in arraySize() function