Home
last modified time | relevance | path

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

/aosp_15_r20/external/pigweed/pw_string/
H A Dstring_builder_test.cc659 struct SomeCustomType {}; struct
661 StringBuilder& operator<<(StringBuilder& sb, const SomeCustomType&) { in operator <<()