Searched defs:visit_byte_buf (Results 1 – 5 of 5) sorted by relevance
/external/rust/crates/serde_cbor/src/value/ |
D | de.rs | 46 fn visit_byte_buf<E>(self, v: Vec<u8>) -> Result<Self::Value, E> in deserialize() method
|
/external/rust/crates/serde/src/de/ |
D | impls.rs | 400 fn visit_byte_buf<E>(self, v: Vec<u8>) -> Result<Self::Value, E> in visit_byte_buf() method 453 fn visit_byte_buf<E>(self, v: Vec<u8>) -> Result<Self::Value, E> in visit_byte_buf() method 591 fn visit_byte_buf<E>(self, v: Vec<u8>) -> Result<Self::Value, E> in visit_byte_buf() method 1587 fn visit_byte_buf<E>(self, v: Vec<u8>) -> Result<Self::Value, E> in visit_byte_buf() method
|
D | mod.rs | 1567 fn visit_byte_buf<E>(self, v: Vec<u8>) -> Result<Self::Value, E> in visit_byte_buf() method
|
/external/rust/crates/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 437 fn visit_byte_buf<F>(self, value: Vec<u8>) -> Result<Self::Value, F> in visit_byte_buf() method 719 fn visit_byte_buf<F>(self, value: Vec<u8>) -> Result<Self::Value, F> in visit_byte_buf() method
|
/external/rust/crates/bstr/src/ |
D | impls.rs | 796 fn visit_byte_buf<E: Error>( in deserialize() method
|