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.5.4 test/proto/packed.pb.rb
protobuf-2.5.3 test/proto/packed.pb.rb
protobuf-2.5.2-java test/proto/packed.pb.rb
protobuf-2.5.2 test/proto/packed.pb.rb
protobuf-2.5.1 test/proto/packed.pb.rb
protobuf-2.5.0-java test/proto/packed.pb.rb
protobuf-2.5.0 test/proto/packed.pb.rb
protobuf-2.4.8-java test/proto/packed.pb.rb
protobuf-2.4.8 test/proto/packed.pb.rb
protobuf-2.4.7-java test/proto/packed.pb.rb
protobuf-2.4.7 test/proto/packed.pb.rb
protobuf-2.4.6 test/proto/packed.pb.rb
protobuf-2.4.5-java test/proto/packed.pb.rb
protobuf-2.4.5 test/proto/packed.pb.rb
protobuf-2.4.4-java test/proto/packed.pb.rb
protobuf-2.4.4 test/proto/packed.pb.rb
protobuf-2.4.3-java test/proto/packed.pb.rb
protobuf-2.4.3 test/proto/packed.pb.rb
protobuf-2.4.3.rc1 test/proto/packed.pb.rb
protobuf-2.4.2-java test/proto/packed.pb.rb