Searched refs:PARSE_SIGNATURE_AS_LIST (Results 1 – 1 of 1) sorted by relevance
102 #define PARSE_SIGNATURE_AS_LIST(str) (ParseSignatureAsList<sizeof(str)>(str)) in TEST() macro105 constexpr auto jni_descriptor = PARSE_SIGNATURE_AS_LIST("()V"); in TEST()111 jni_descriptor = PARSE_SIGNATURE_AS_LIST("()Ljava/lang/Object;"); in TEST()116 constexpr auto jni_descriptor = PARSE_SIGNATURE_AS_LIST("()[I"); in TEST()122 constexpr auto jni_descriptor = PARSE_SIGNATURE_AS_LIST(signature); \ in TEST()