Sha256: 3084f721e1ff82ac8e6d7a0c8cc6c67b84585d9ceafdbb6b3868047c616b4b34

Contents?: true

Size: 538 Bytes

Versions: 128

Compression:

Stored size: 538 Bytes

Contents

### Generated by rprotoc. DO NOT EDIT!
### <proto file: test/proto/packed.proto>
# package test.packed_field;
# 
# message Message {
#   repeated int32   a = 1 [packed = true];
#   repeated fixed32 b = 2 [packed = true];
# }

require 'protobuf/message/message'
require 'protobuf/message/enum'
require 'protobuf/message/extend'

module Test
  module PackedField
    class Message < ::Protobuf::Message
      defined_in __FILE__
      repeated :int32, :a, 1, :packed => true
      repeated :fixed32, :b, 2, :packed => true
    end
  end
end

Version data entries

128 entries across 128 versions & 1 rubygems

Version Path
protobuf-2.7.0 test/proto/packed.pb.rb
protobuf-2.7.0.rc1-java test/proto/packed.pb.rb
protobuf-2.7.0.rc1 test/proto/packed.pb.rb
protobuf-2.6.6-java test/proto/packed.pb.rb
protobuf-2.6.6 test/proto/packed.pb.rb
protobuf-2.6.5-java test/proto/packed.pb.rb
protobuf-2.6.5 test/proto/packed.pb.rb
protobuf-2.6.4-java test/proto/packed.pb.rb
protobuf-2.6.4 test/proto/packed.pb.rb
protobuf-2.6.3-java test/proto/packed.pb.rb
protobuf-2.6.3 test/proto/packed.pb.rb
protobuf-2.6.2-java test/proto/packed.pb.rb
protobuf-2.6.2 test/proto/packed.pb.rb
protobuf-2.6.1-java test/proto/packed.pb.rb
protobuf-2.6.1 test/proto/packed.pb.rb
protobuf-2.6.0-java test/proto/packed.pb.rb
protobuf-2.6.0 test/proto/packed.pb.rb
protobuf-2.5.5-java test/proto/packed.pb.rb
protobuf-2.5.5 test/proto/packed.pb.rb
protobuf-2.5.4-java test/proto/packed.pb.rb