struct Protobuf::CodeGeneratorRequest::FieldOptions

Included Modules

Defined in:

protobuf/generator.cr

Constant Summary

FIELDS = {2 => {name: :packed, pb_type: :bool, crystal_type: Bool, cast_type: Bool?, native: true, optional: true, repeated: false, default: nil, packed: false}} of Int32 => HashLiteral(Symbol, ASTNode)

Constructors

Class Method Summary

Instance Method Summary

Instance methods inherited from module Protobuf::Message

==(other : Protobuf::Message) ==

Constructor Detail

def self.new(buf : Protobuf::Buffer) #

def self.new(packed : Bool | Nil = nil) #

Class Method Detail

def self.from_protobuf(io) #

Instance Method Detail

def packed : Bool | Nil #

def packed=(packed : Bool | Nil) #

def to_protobuf(io : IO, embedded = false) #

def to_protobuf #