Searched refs:type_name (Results 1 – 2 of 2) sorted by relevance
709 static constexpr const char type_name[] = "(illegal)"; member719 ConstexprStringView type_name; member730 TR::type_name}; in Reify()753 lhs.type_name == rhs.type_name;758 os << rjtt.type_name;770 static constexpr const char type_name[] = #jtype; \1170 } else if (derived.type_name == "jthrowable") {1179 } else if (derived.type_name == "jarray") {
32 constexpr char nativehelper::detail::jni_type_trait<jtype>::type_name[];686 #define JNI_TYPE_TRAIT_MUST_BE_SAME_FN(type_name, type_desc, ...) \ argument689 constexpr auto str_type_name = ConstexprStringView(#type_name); \691 EXPECT_SIMILAR_TYPE_DESCRIPTOR_MATCH(type_desc, type_name); \