Home
last modified time | relevance | path

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

/aosp12/libnativehelper/include_platform_header_only/nativehelper/detail/
H A Dsignature_checker.h67 struct ConstexprStringView { struct
105 return ConstexprStringView(&_array[start], len); in substr()
130 operator==(const ConstexprStringView& lhs, const ConstexprStringView& rhs) { argument
143 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 …]
/aosp12/libnativehelper/tests/
H A DJniSafeRegisterNativeMethods_test.cpp50 constexpr ConstexprStringView v_str = "V"; in TEST()
608 nativehelper::detail::ConstexprStringView str) { in MakeNode()
688 constexpr auto str_type_name = ConstexprStringView(#type_name); \