Searched defs:write_float (Results 1 – 3 of 3) sorted by relevance
154 def write_float(self, field_name: str, indent: int, count: Optional[int] = None): member in CommandPrinter
329 pub fn write_float(&mut self, field_number: u32, value: f32) -> ProtobufResult<()> { in write_float() method
322 pub fn write_float(&mut self, field_number: u32, value: f32) -> crate::Result<()> { in write_float() method