Home
last modified time | relevance | path

Searched defs:write_bool (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/protobuf/src/
Dcoded_output_stream.rs491 pub fn write_bool(&mut self, field_number: u32, value: bool) -> ProtobufResult<()> { in write_bool() method
/external/rust/crates/serde_json/src/
Dser.rs1614 fn write_bool<W>(&mut self, writer: &mut W, value: bool) -> io::Result<()> in write_bool() method