Home
last modified time | relevance | path

Searched defs:skip_field (Results 1 – 4 of 4) sorted by relevance

/external/rust/crates/serde/src/ser/
Dmod.rs1881 fn skip_field(&mut self, key: &'static str) -> Result<(), Self::Error> { in skip_field() method
1947 fn skip_field(&mut self, key: &'static str) -> Result<(), Self::Error> { in skip_field() method
/external/rust/crates/serde_cbor/src/
Dser.rs639 fn skip_field(&mut self, key: &'static str) -> Result<()> { in skip_field() function
665 fn skip_field(&mut self, key: &'static str) -> Result<()> { in skip_field() function
/external/rust/crates/protobuf/src/
Dcoded_input_stream.rs592 pub fn skip_field(&mut self, wire_type: wire_format::WireType) -> ProtobufResult<()> { in skip_field() method
/external/rust/crates/serde_derive/src/
Dser.rs1305 fn skip_field(&self, span: Span) -> Option<TokenStream> { in skip_field() method