Home
last modified time | relevance | path

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

/libnativehelper/include_platform_header_only/nativehelper/detail/
Dsignature_checker.h763 #define JNI_TYPE_TRAIT(jtype, the_type_descriptor, the_native_kind, the_type_finality, the_position… argument
765 struct jni_type_trait< jtype > { \
770 static constexpr const char type_name[] = #jtype; \
/libnativehelper/tests/
DJniSafeRegisterNativeMethods_test.cpp29 #define STORAGE_FN_FOR_JNI_TRAITS(jtype, ...) \ argument
30 constexpr char nativehelper::detail::jni_type_trait<jtype>::type_descriptor[]; \
31 constexpr char nativehelper::detail::jni_type_trait<jtype>::type_name[];