Home
last modified time | relevance | path

Searched refs:visit_byte_buf (Results 1 - 3 of 3) sorted by relevance

/third_party/rust/crates/serde/serde/src/private/
H A Dde.rs117 fn visit_byte_buf<E>(self, v: Vec<u8>) -> Result<Self::Value, E> in borrow_cow_str() functions
184 fn visit_byte_buf<E>(self, v: Vec<u8>) -> Result<Self::Value, E> in borrow_cow_bytes() functions
452 fn visit_byte_buf<F>(self, value: Vec<u8>) -> Result<Self::Value, F> in visit_byte_buf() functions
738 fn visit_byte_buf<F>(self, value: Vec<u8>) -> Result<Self::Value, F> in visit_byte_buf() functions
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/
H A Dmod.rs1545 /// It is never correct to implement `visit_byte_buf` without implementing
1581 /// It is never correct to implement `visit_byte_buf` without implementing
1588 fn visit_byte_buf<E>(self, v: Vec<u8>) -> Result<Self::Value, E> in visit_byte_buf() functions
H A Dimpls.rs529 fn visit_byte_buf<E>(self, v: Vec<u8>) -> Result<Self::Value, E> in visit_byte_buf() functions
582 fn visit_byte_buf<E>(self, v: Vec<u8>) -> Result<Self::Value, E> in visit_byte_buf() functions
721 fn visit_byte_buf<E>(self, v: Vec<u8>) -> Result<Self::Value, E> in visit_byte_buf() functions
1757 fn visit_byte_buf<E>(self, v: Vec<u8>) -> Result<Self::Value, E> in visit_byte_buf() functions

Completed in 11 milliseconds