| 36863 | } |
| 36864 | |
| 36865 | func (p *IClientRPCServiceRequestStatementIdResult) writeField0(ctx context.Context, oprot thrift.TProtocol) (err error) { |
| 36866 | if p.IsSetSuccess() { |
| 36867 | if err := oprot.WriteFieldBegin(ctx, "success", thrift.I64, 0); err != nil { |
| 36868 | return thrift.PrependError(fmt.Sprintf("%T write field begin error 0:success: ", p), err) } |
| 36869 | if err := oprot.WriteI64(ctx, int64(*p.Success)); err != nil { |
| 36870 | return thrift.PrependError(fmt.Sprintf("%T.success (0) field write error: ", p), err) } |
| 36871 | if err := oprot.WriteFieldEnd(ctx); err != nil { |
| 36872 | return thrift.PrependError(fmt.Sprintf("%T write field end error 0:success: ", p), err) } |
| 36873 | } |
| 36874 | return err |
| 36875 | } |
| 36876 | |
| 36877 | func (p *IClientRPCServiceRequestStatementIdResult) String() string { |
| 36878 | if p == nil { |