linx-simulator2/node_modules/protobufjs/tests/packed.proto

5 lines
92 B
Protocol Buffer
Raw Normal View History

2019-09-18 08:11:16 +00:00
message Message {
repeated int32 a = 1 [packed = true];
repeated int32 b = 2;
}