Searched refs:PARSE_SIGNATURE_AS_LIST (Results 1 – 1 of 1) sorted by relevance
101 #define PARSE_SIGNATURE_AS_LIST(str) (ParseSignatureAsList<sizeof(str)>(str)) in TEST() macro104 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()