Home
last modified time | relevance | path

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

/libnativehelper/platform_include/nativehelper/detail/
Dsignature_checker.h707 static constexpr const char type_descriptor[] = "(illegal)"; member
717 ConstexprStringView type_descriptor; member
728 TR::type_descriptor, in Reify()
745 MostSimilarTypeDescriptor(ConstexprStringView type_descriptor);
751 && rhs.type_descriptor == lhs.type_descriptor &&
768 static constexpr const char type_descriptor[] = the_type_descriptor; \
804 ReifiedJniTypeTrait::MostSimilarTypeDescriptor(ConstexprStringView type_descriptor) { in DEFINE_JNI_TYPE_TRAIT()
806 if (type_descriptor == type_desc && native_kind >= kNormalNative) { \ in DEFINE_JNI_TYPE_TRAIT()
814 char shorty = type_descriptor.size() >= 1 ? type_descriptor[0] : '\0'; in DEFINE_JNI_TYPE_TRAIT()
819 } else if (type_descriptor.size() >= 2) { in DEFINE_JNI_TYPE_TRAIT()
[all …]
/libnativehelper/tests/
DJniSafeRegisterNativeMethods_test.cpp31 constexpr char nativehelper::detail::jni_type_trait<jtype>::type_descriptor[]; \