Searched defs:MutableStringView (Results 1 – 1 of 1) sorted by relevance
131 class MutableStringView { class144 MutableStringView(char* str) : data_(str, std::strlen(str)) {} in MutableStringView() function in pw::MutableStringView