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.h31 #ifdef REFERENCE_TYPE
32 #error REFERENCE_TYPE is defined.
34 #define REFERENCE_TYPE(T) T& /* NOLINT */ macro
127 REFERENCE_TYPE(PRIMITIVE_TYPE) operator[](size_t n) { return mRawArray[n]; } \
147 #undef REFERENCE_TYPE