Searched refs:visit_byte_buf (Results 1 – 6 of 6) 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 | 114 fn visit_byte_buf<E>(self, v: Vec<u8>) -> Result<Self::Value, E> in borrow_cow_str() method 181 fn visit_byte_buf<E>(self, v: Vec<u8>) -> Result<Self::Value, E> in borrow_cow_bytes() method 438 fn visit_byte_buf<F>(self, value: Vec<u8>) -> Result<Self::Value, F> in visit_byte_buf() method 720 fn visit_byte_buf<F>(self, value: Vec<u8>) -> Result<Self::Value, F> in visit_byte_buf() method 728 .visit_byte_buf(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()
|
/third_party/rust/crates/serde/serde_test/src/ |
D | de.rs | 151 Token::ByteBuf(v) => visitor.visit_byte_buf(v.to_vec()), in deserialize_any() 189 visitor.visit_byte_buf(variant.to_vec()) in deserialize_any()
|
D | configure.rs | 697 fn visit_byte_buf<E>(self, v: Vec<u8>) -> Result<D::Value, E> 701 self.0.visit_byte_buf(v)
|
/third_party/rust/crates/serde/serde/src/de/ |
D | impls.rs | 510 fn visit_byte_buf<E>(self, v: Vec<u8>) -> Result<Self::Value, E> in visit_byte_buf() method 563 fn visit_byte_buf<E>(self, v: Vec<u8>) -> Result<Self::Value, E> in visit_byte_buf() method 701 fn visit_byte_buf<E>(self, v: Vec<u8>) -> Result<Self::Value, E> in visit_byte_buf() method 1697 fn visit_byte_buf<E>(self, v: Vec<u8>) -> Result<Self::Value, E> in visit_byte_buf() method
|
D | mod.rs | 1587 fn visit_byte_buf<E>(self, v: Vec<u8>) -> Result<Self::Value, E> in visit_byte_buf() method
|