Searched refs:from_carllerche_bytes (Results 1 – 2 of 2) sorted by relevance
129 let mut is = CodedInputStream::from_carllerche_bytes(bytes); in parse_from_carllerche_bytes()
66 pub fn from_carllerche_bytes(bytes: &'a Bytes) -> CodedInputStream<'a> { in from_carllerche_bytes() method783 let mut is = CodedInputStream::from_carllerche_bytes(self); in with_coded_input_stream()