Searched refs:visit_byte_buf (Results 1 – 4 of 4) sorted by relevance
/third_party/rust/crates/serde/test_suite/tests/bytes/ |
D | mod.rs | 38 fn visit_byte_buf<E>(self, v: Vec<u8>) -> Result<Self::Value, E> in visit_byte_buf() method
|
/third_party/rust/crates/serde/serde/src/private/ |
D | de.rs | 117 fn visit_byte_buf<E>(self, v: Vec<u8>) -> Result<Self::Value, E> in borrow_cow_str() method 184 fn visit_byte_buf<E>(self, v: Vec<u8>) -> Result<Self::Value, E> in borrow_cow_bytes() method 452 fn visit_byte_buf<F>(self, value: Vec<u8>) -> Result<Self::Value, F> in visit_byte_buf() method 738 fn visit_byte_buf<F>(self, value: Vec<u8>) -> Result<Self::Value, F> in visit_byte_buf() method 746 .visit_byte_buf(value) in visit_byte_buf() 1141 Content::ByteBuf(v) => visitor.visit_byte_buf(v), in deserialize_any() 1258 Content::ByteBuf(v) => visitor.visit_byte_buf(v), in deserialize_string() 1278 Content::ByteBuf(v) => visitor.visit_byte_buf(v), in deserialize_byte_buf() 1465 Content::ByteBuf(v) => visitor.visit_byte_buf(v), in deserialize_identifier()
|
/third_party/rust/crates/serde/serde/src/de/ |
D | impls.rs | 529 fn visit_byte_buf<E>(self, v: Vec<u8>) -> Result<Self::Value, E> in visit_byte_buf() method 582 fn visit_byte_buf<E>(self, v: Vec<u8>) -> Result<Self::Value, E> in visit_byte_buf() method 721 fn visit_byte_buf<E>(self, v: Vec<u8>) -> Result<Self::Value, E> in visit_byte_buf() method 1757 fn visit_byte_buf<E>(self, v: Vec<u8>) -> Result<Self::Value, E> in visit_byte_buf() method
|
D | mod.rs | 1588 fn visit_byte_buf<E>(self, v: Vec<u8>) -> Result<Self::Value, E> in visit_byte_buf() method
|