Searched refs:decode_bytes (Results 1 – 7 of 7) sorted by relevance
44 pub fn decode_bytes(&self) -> StrLitDecodeResult<Vec<u8>> { in decode_bytes() method
42 .decode_bytes() in unescape_string()
57 pub fn decode_bytes(&self) -> StrLitDecodeResult<Vec<u8>> { in decode_bytes() method
120 .decode_bytes() in parse_proto_default_value()
169 .and_then(|s| s.decode_bytes().map_err(From::from))?) in read_bytes()
407 escape_bytes_to(&s.decode_bytes()?, &mut buf); in field()
605 TypeResolved::Bytes => return Ok(UnknownValue::LengthDelimited(s.decode_bytes()?)), in option_value_to_unknown_value()