Home
last modified time | relevance | path

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

/external/rust/crates/protobuf/src/
Drt.rs609 target.push(is.read_carllerche_chars()?); in read_repeated_carllerche_string_into()
640 *target = Some(is.read_carllerche_chars()?); in read_singular_carllerche_string_into()
668 *target = is.read_carllerche_chars()?; in read_singular_proto3_carllerche_string_into()
Dtypes.rs595 is.read_carllerche_chars() in read()
Dcoded_input_stream.rs665 pub fn read_carllerche_chars(&mut self) -> ProtobufResult<Chars> { in read_carllerche_chars() method