Searched refs:read_repeated_packed_int64_into (Results 1 – 4 of 4) sorted by relevance
135 is.read_repeated_packed_int64_into(&mut v)?; in read_repeated_into()
402 pub fn read_repeated_packed_int64_into(&mut self, target: &mut Vec<i64>) -> ProtobufResult<()> { in read_repeated_packed_int64_into() method
281 WireType::WireTypeLengthDelimited => is.read_repeated_packed_int64_into(target), in read_repeated_int64_into()
439 pub fn read_repeated_packed_int64_into(&mut self, target: &mut Vec<i64>) -> crate::Result<()> { in read_repeated_packed_int64_into() method