Lines Matching refs:int32
219 l = Google::Protobuf::RepeatedField.new(:int32)
221 l = Google::Protobuf::RepeatedField.new(:int32, [1, 2, 3])
275 l4 = Google::Protobuf::RepeatedField.new(:int32)
360 l = Google::Protobuf::RepeatedField.new(:int32)
394 # :int32, :int64, :uint32, :uint64, :bool, :string, :bytes.
396 m = Google::Protobuf::Map.new(:string, :int32)
440 m = Google::Protobuf::Map.new(:string, :int32,
446 m = Google::Protobuf::Map.new(:int32, :int32)
456 m = Google::Protobuf::Map.new(:int64, :int32)
465 m = Google::Protobuf::Map.new(:uint32, :int32)
474 m = Google::Protobuf::Map.new(:uint64, :int32)
483 m = Google::Protobuf::Map.new(:bool, :int32)
493 m = Google::Protobuf::Map.new(:string, :int32)
503 m = Google::Protobuf::Map.new(:bytes, :int32)
869 required :foo, :int32, 1
1041 assert optional_int32.type == :int32
1272 assert_equal 0, m.int32.value
1284 int32: Google::Protobuf::Int32Value.new(value: 0),
1310 assert_equal 3, m.int32.value
1341 int32: Google::Protobuf::Int32Value.new(value: 3),
1499 assert_equal Google::Protobuf::Int32Value.new(value: 5), m.int32
1526 assert_nil m.int32
1553 int32: Google::Protobuf::Int32Value.new(value: 3),
1578 m.int32 = Google::Protobuf::Int32Value.new(value: 5)
1580 assert_equal Google::Protobuf::Int32Value.new(value: 5), m.int32
1606 m.int32 = nil
1607 assert_nil m.int32
1635 int32: Google::Protobuf::Int32Value.new(value: 3),