Home
last modified time | relevance | path

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

/third_party/protobuf/java/core/src/test/proto/com/google/protobuf/
Dtest_check_utf8.proto21 message StringWrapper { message
/third_party/rust/rust/src/tools/clippy/tests/ui/
Dfrom_over_into.rs8 struct StringWrapper(String); struct
11 fn into(self) -> StringWrapper { in into()
/third_party/rust/crates/strsim-rs/src/
Dlib.rs133 struct StringWrapper<'a>(&'a str); struct
135 impl<'a, 'b> IntoIterator for &'a StringWrapper<'b> { implementation