Searched refs:ConstexprStringView (Results 1 – 2 of 2) sorted by relevance
67 struct ConstexprStringView { struct105 return ConstexprStringView(&_array[start], len); in substr()130 operator==(const ConstexprStringView& lhs, const ConstexprStringView& rhs) { argument143 operator!=(const ConstexprStringView& lhs, const ConstexprStringView& rhs) {273 ConstexprStringView longy;402 ConstexprStringView token;404 ConstexprStringView remainder;436 ConstexprStringView token;587 ParseSignatureAsList(ConstexprStringView signature) { in ParseSignatureAsList()716 ConstexprStringView type_descriptor;[all …]
50 constexpr ConstexprStringView v_str = "V"; in TEST()608 nativehelper::detail::ConstexprStringView str) { in MakeNode()688 constexpr auto str_type_name = ConstexprStringView(#type_name); \