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