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.12 test/proto/packed.pb.rb
protobuf-2.8.0.beta9-java test/proto/packed.pb.rb
protobuf-2.8.0.beta9 test/proto/packed.pb.rb
protobuf-2.8.0.beta8-java test/proto/packed.pb.rb
protobuf-2.8.0.beta8 test/proto/packed.pb.rb
protobuf-2.8.0.beta6-java test/proto/packed.pb.rb
protobuf-2.8.0.beta6 test/proto/packed.pb.rb
protobuf-2.8.0.beta5-java test/proto/packed.pb.rb
protobuf-2.8.0.beta5 test/proto/packed.pb.rb
protobuf-2.8.0.beta4-java test/proto/packed.pb.rb
protobuf-2.8.0.beta4 test/proto/packed.pb.rb
protobuf-2.8.0.beta3-java test/proto/packed.pb.rb
protobuf-2.8.0.beta3 test/proto/packed.pb.rb
protobuf-2.8.0.beta2-java test/proto/packed.pb.rb
protobuf-2.8.0.beta2 test/proto/packed.pb.rb
protobuf-2.7.11-java test/proto/packed.pb.rb
protobuf-2.7.11 test/proto/packed.pb.rb
protobuf-2.8.0.beta1-java test/proto/packed.pb.rb
protobuf-2.8.0.beta1 test/proto/packed.pb.rb
protobuf-2.7.10-java test/proto/packed.pb.rb