Searched defs:write_bool (Results 1 – 2 of 2) sorted by relevance
491 pub fn write_bool(&mut self, field_number: u32, value: bool) -> ProtobufResult<()> { in write_bool() method
1614 fn write_bool<W>(&mut self, writer: &mut W, value: bool) -> io::Result<()> in write_bool() method