Class: ProtocolBuffers::Field::Int32Field
Instance Attribute Summary
#name, #otype, #tag
Instance Method Summary
collapse
#deserialize
Methods inherited from VarintField
#valid_type?
#wire_type
#check_value, #default_value
#add_methods_to, #add_reader_to, #add_writer_to, #check_valid, #check_value, create, #deserialize, #initialize, #inspect_value, #packed?, #repeated?, #serialize, #valid_type?
Instance Method Details
#bits ⇒ Object
429
430
431
|
# File 'lib/protocol_buffers/runtime/field.rb', line 429
def bits
32
end
|
#max ⇒ Object
425
426
427
|
# File 'lib/protocol_buffers/runtime/field.rb', line 425
def max
(1 << 31) - 1
end
|
#min ⇒ Object
421
422
423
|
# File 'lib/protocol_buffers/runtime/field.rb', line 421
def min
-(1 << 31)
end
|