Searched refs:PARSE_SIGNATURE_AS_LIST (Results 1 – 1 of 1) sorted by relevance
89 #define PARSE_SIGNATURE_AS_LIST(str) (ParseSignatureAsList<sizeof(str)>(str)) in TEST() macro92 constexpr auto jni_descriptor = PARSE_SIGNATURE_AS_LIST("()V"); in TEST()98 jni_descriptor = PARSE_SIGNATURE_AS_LIST("()Ljava/lang/Object;"); in TEST()103 constexpr auto jni_descriptor = PARSE_SIGNATURE_AS_LIST("()[I"); in TEST()109 constexpr auto jni_descriptor = PARSE_SIGNATURE_AS_LIST(signature); \ in TEST()