void writeRepeatedUint32(int fieldNum, List<int> values) { for (final v in values) { _writeTag(fieldNum, 0); writeVarint(v); } }