Home
last modified time | relevance | path

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

/external/rust/crates/protobuf/src/
Dmessage.rs129 let mut is = CodedInputStream::from_carllerche_bytes(bytes); in parse_from_carllerche_bytes()
Dcoded_input_stream.rs66 pub fn from_carllerche_bytes(bytes: &'a Bytes) -> CodedInputStream<'a> { in from_carllerche_bytes() method
783 let mut is = CodedInputStream::from_carllerche_bytes(self); in with_coded_input_stream()