pub fn read_repeated_int64_into(
    wire_type: WireType,
    is: &mut CodedInputStream<'_>,
    target: &mut Vec<i64>
) -> ProtobufResult<()>
Expand description

Read repeated int64 field into given vec.