Home
last modified time | relevance | path

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

/libnativehelper/header_only_include/nativehelper/
Dscoped_primitive_array.h29 #ifdef REFERENCE_TYPE
30 #error REFERENCE_TYPE is defined.
32 #define REFERENCE_TYPE(T) T& /* NOLINT */ macro
125 REFERENCE_TYPE(PRIMITIVE_TYPE) operator[](size_t n) { return mRawArray[n]; } \
145 #undef REFERENCE_TYPE