Searched refs:read_float (Results 1 – 8 of 8) sorted by relevance
301 pub fn read_float(&mut self) -> ProtobufResult<f32> { in read_float() method395 target.push(self.read_float()?); in read_repeated_packed_float_into()886 test_read_v("95 73 13 61", 17e19, |is| is.read_float()); in test_input_stream_read_float()
129 is.read_float() in read()
443 target.push(is.read_float()?); in read_repeated_float_into()
82 Type::TYPE_FLOAT => ReflectValueBox::F32(is.read_float()?), in read()
165 is.read_float() in read()
301 pub fn read_float(&mut self) -> crate::Result<f32> { in read_float() method837 test_read_v("95 73 13 61", 17e19, |is| is.read_float()); in test_input_stream_read_float()
203 self.value = is.read_float()?; in merge_from()
229 let tmp = is.read_float()?; in merge_from()