Home
last modified time | relevance | path

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

/libnativehelper/tests/
DJniSafeRegisterNativeMethods_test.cpp101 #define PARSE_SIGNATURE_AS_LIST(str) (ParseSignatureAsList<sizeof(str)>(str)) in TEST() macro
104 constexpr auto jni_descriptor = PARSE_SIGNATURE_AS_LIST("()V"); in TEST()
110 jni_descriptor = PARSE_SIGNATURE_AS_LIST("()Ljava/lang/Object;"); in TEST()
115 constexpr auto jni_descriptor = PARSE_SIGNATURE_AS_LIST("()[I"); in TEST()
121 constexpr auto jni_descriptor = PARSE_SIGNATURE_AS_LIST(signature); \ in TEST()