Home
last modified time | relevance | path

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

/external/pigweed/pw_string/
Dstring_builder_test.cc27 namespace this_pw_test { namespace
47 StatusWithSize ToString<this_pw_test::CustomType>( in ToString()
48 const this_pw_test::CustomType&, std::span<char> buffer) { in ToString()
49 return string::Format(buffer, this_pw_test::CustomType::kToString); in ToString()
57 using this_pw_test::CustomType;