Searched defs:write_bool (Results 1 – 3 of 3) sorted by relevance
274 void write_bool(struct struct_bool *s, svbool_t x) { in write_bool() function
441 pub fn write_bool(&mut self, field_number: u32, value: bool) -> ProtobufResult<()> { in write_bool() method
1612 fn write_bool<W>(&mut self, writer: &mut W, value: bool) -> io::Result<()> in write_bool() method