Searched refs:read_repeated_packed_float_into (Results 1 – 2 of 2) sorted by relevance
381 pub fn read_repeated_packed_float_into(&mut self, target: &mut Vec<f32>) -> ProtobufResult<()> { in read_repeated_packed_float_into() method
442 WireType::WireTypeLengthDelimited => is.read_repeated_packed_float_into(target), in read_repeated_float_into()