Lines Matching refs:ByteBuf
239 ByteBuf(Vec<u8>), enumerator
257 Content::ByteBuf(ref x) => str::from_utf8(x).ok(), in as_str()
279 Content::ByteBuf(ref b) => Unexpected::Bytes(b), in unexpected()
428 Ok(Content::ByteBuf(value.into())) in visit_bytes()
442 Ok(Content::ByteBuf(value)) in visit_byte_buf()
1103 Content::ByteBuf(v) => visitor.visit_byte_buf(v), in deserialize_any()
1220 Content::ByteBuf(v) => visitor.visit_byte_buf(v), in deserialize_string()
1240 Content::ByteBuf(v) => visitor.visit_byte_buf(v), in deserialize_byte_buf()
1416 Content::ByteBuf(v) => visitor.visit_byte_buf(v), in deserialize_identifier()
1841 Content::ByteBuf(ref v) => visitor.visit_bytes(v), in deserialize_any()
1953 Content::ByteBuf(ref v) => visitor.visit_bytes(v), in deserialize_str()
1973 Content::ByteBuf(ref v) => visitor.visit_bytes(v), in deserialize_bytes()
2140 Content::ByteBuf(ref v) => visitor.visit_bytes(v), in deserialize_identifier()