Home
last modified time | relevance | path

Searched defs:MutableStringView (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/pigweed/pw_span/
H A Dspan_test.cc131 class MutableStringView { class
144 MutableStringView(char* str) : data_(str, std::strlen(str)) {} in MutableStringView() function in pw::MutableStringView