15 std::string_view
empty(
"");
24 std::string_view xyz(
"xyz");
DEF_TEST(SkStringViewStartsAndEnds, r)
#define REPORTER_ASSERT(r, cond,...)
EMSCRIPTEN_KEEPALIVE void empty()
constexpr bool starts_with(std::string_view str, std::string_view prefix)
constexpr bool ends_with(std::string_view str, std::string_view suffix)
constexpr bool contains(std::string_view str, std::string_view needle)