Home
last modified time | relevance | path

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

/aosp12/art/test/ti-agent/
H A Dscoped_primitive_array.h34 #ifdef REFERENCE_TYPE
35 #error REFERENCE_TYPE is defined.
37 #define REFERENCE_TYPE(T) T& /* NOLINT */
130 REFERENCE_TYPE(PRIMITIVE_TYPE) operator[](size_t n) { return mRawArray[n]; } \
150 #undef REFERENCE_TYPE
/aosp12/libnativehelper/header_only_include/nativehelper/
H A 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