Class: ProtocolBuffers::Field::Int64Field
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, #check_valid, #check_value, create, #deserialize, #initialize, #inspect_value, #repeated?, #serialize, #valid_type?
Instance Method Details
#bits ⇒ Object
409
410
411
|
# File 'lib/protocol_buffers/runtime/field.rb', line 409
def bits
64
end
|
#max ⇒ Object
405
406
407
|
# File 'lib/protocol_buffers/runtime/field.rb', line 405
def max
(1 << 63) - 1
end
|
#min ⇒ Object
401
402
403
|
# File 'lib/protocol_buffers/runtime/field.rb', line 401
def min
-(1 << 63)
end
|