Searched refs:type_name (Results 1 – 2 of 2) sorted by relevance
710 static constexpr const char type_name[] = "(illegal)"; member720 ConstexprStringView type_name; member731 TR::type_name}; in Reify()754 lhs.type_name == rhs.type_name;759 os << rjtt.type_name;771 static constexpr const char type_name[] = #jtype; \1171 } else if (derived.type_name == "jthrowable") {1180 } 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); \