コード例 #1
0
ファイル: ttypes.go プロジェクト: benpence/thrift4go
func (p *ContainerOfEnums) WriteField9(oprot thrift.TProtocol) (err thrift.TProtocolException) {
	if p.IsSetDefaultNineth() {
		err = oprot.WriteFieldBegin("default_nineth", thrift.I32, 9)
		if err != nil {
			return thrift.NewTProtocolExceptionWriteField(9, "default_nineth", p.ThriftName(), err)
		}
		err = oprot.WriteI32(int32(p.DefaultNineth))
		if err != nil {
			return thrift.NewTProtocolExceptionWriteField(9, "default_nineth", p.ThriftName(), err)
		}
		err = oprot.WriteFieldEnd()
		if err != nil {
			return thrift.NewTProtocolExceptionWriteField(9, "default_nineth", p.ThriftName(), err)
		}
	}
	return err
}
コード例 #2
0
ファイル: ttypes.go プロジェクト: benpence/thrift4go
func (p *ContainerOfEnums) WriteField6(oprot thrift.TProtocol) (err thrift.TProtocolException) {
	if p.IsSetOptionalSixth() {
		err = oprot.WriteFieldBegin("optional_sixth", thrift.I32, 6)
		if err != nil {
			return thrift.NewTProtocolExceptionWriteField(6, "optional_sixth", p.ThriftName(), err)
		}
		err = oprot.WriteI32(int32(p.OptionalSixth))
		if err != nil {
			return thrift.NewTProtocolExceptionWriteField(6, "optional_sixth", p.ThriftName(), err)
		}
		err = oprot.WriteFieldEnd()
		if err != nil {
			return thrift.NewTProtocolExceptionWriteField(6, "optional_sixth", p.ThriftName(), err)
		}
	}
	return err
}
コード例 #3
0
ファイル: ttypes.go プロジェクト: benpence/thrift4go
func (p *ContainerOfEnums) WriteField2(oprot thrift.TProtocol) (err thrift.TProtocolException) {
	if p.IsSetSecond() {
		err = oprot.WriteFieldBegin("second", thrift.I32, 2)
		if err != nil {
			return thrift.NewTProtocolExceptionWriteField(2, "second", p.ThriftName(), err)
		}
		err = oprot.WriteI32(int32(p.Second))
		if err != nil {
			return thrift.NewTProtocolExceptionWriteField(2, "second", p.ThriftName(), err)
		}
		err = oprot.WriteFieldEnd()
		if err != nil {
			return thrift.NewTProtocolExceptionWriteField(2, "second", p.ThriftName(), err)
		}
	}
	return err
}
コード例 #4
0
ファイル: ttypes.go プロジェクト: benpence/thrift4go
func (p *ContainerOfEnums) WriteField3(oprot thrift.TProtocol) (err thrift.TProtocolException) {
	if p.IsSetThird() {
		err = oprot.WriteFieldBegin("third", thrift.I32, 3)
		if err != nil {
			return thrift.NewTProtocolExceptionWriteField(3, "third", p.ThriftName(), err)
		}
		err = oprot.WriteI32(int32(p.Third))
		if err != nil {
			return thrift.NewTProtocolExceptionWriteField(3, "third", p.ThriftName(), err)
		}
		err = oprot.WriteFieldEnd()
		if err != nil {
			return thrift.NewTProtocolExceptionWriteField(3, "third", p.ThriftName(), err)
		}
	}
	return err
}
コード例 #5
0
ファイル: ttypes.go プロジェクト: benpence/thrift4go
func (p *ContainerOfEnums) WriteField1(oprot thrift.TProtocol) (err thrift.TProtocolException) {
	if p.IsSetFirst() {
		err = oprot.WriteFieldBegin("first", thrift.I32, 1)
		if err != nil {
			return thrift.NewTProtocolExceptionWriteField(1, "first", p.ThriftName(), err)
		}
		err = oprot.WriteI32(int32(p.First))
		if err != nil {
			return thrift.NewTProtocolExceptionWriteField(1, "first", p.ThriftName(), err)
		}
		err = oprot.WriteFieldEnd()
		if err != nil {
			return thrift.NewTProtocolExceptionWriteField(1, "first", p.ThriftName(), err)
		}
	}
	return err
}