Searched refs:read_repeated_packed_int32_into (Results 1 – 2 of 2) sorted by relevance
406 pub fn read_repeated_packed_int32_into(&mut self, target: &mut Vec<i32>) -> ProtobufResult<()> { in read_repeated_packed_int32_into() method
266 WireType::WireTypeLengthDelimited => is.read_repeated_packed_int32_into(target), in read_repeated_int32_into()