當前位置: 首頁>>代碼示例>>Golang>>正文


Golang TProtocol.WriteDouble方法代碼示例

本文整理匯總了Golang中git/apache/org/thrift/git/lib/go/thrift.TProtocol.WriteDouble方法的典型用法代碼示例。如果您正苦於以下問題:Golang TProtocol.WriteDouble方法的具體用法?Golang TProtocol.WriteDouble怎麽用?Golang TProtocol.WriteDouble使用的例子?那麽, 這裏精選的方法代碼示例或許可以為您提供幫助。您也可以進一步了解該方法所在git/apache/org/thrift/git/lib/go/thrift.TProtocol的用法示例。


在下文中一共展示了TProtocol.WriteDouble方法的8個代碼示例,這些例子默認根據受歡迎程度排序。您可以為喜歡或者感覺有用的代碼點讚,您的評價將有助於係統推薦出更棒的Golang代碼示例。

示例1: writeField4

func (p *ColorMeta) writeField4(oprot thrift.TProtocol) (err error) {
	if err := oprot.WriteFieldBegin("distance", thrift.DOUBLE, 4); err != nil {
		return fmt.Errorf("%T write field begin error 4:distance: %s", p, err)
	}
	if err := oprot.WriteDouble(float64(p.Distance)); err != nil {
		return fmt.Errorf("%T.distance (4) field write error: %s", p)
	}
	if err := oprot.WriteFieldEnd(); err != nil {
		return fmt.Errorf("%T write field end error 4:distance: %s", p, err)
	}
	return err
}
開發者ID:improvemedia,項目名稱:colorcandy,代碼行數:12,代碼來源:ttypes.go

示例2: writeField2

func (p *ColorCount) writeField2(oprot thrift.TProtocol) (err error) {
	if err := oprot.WriteFieldBegin("percentage", thrift.DOUBLE, 2); err != nil {
		return fmt.Errorf("%T write field begin error 2:percentage: %s", p, err)
	}
	if err := oprot.WriteDouble(float64(p.Percentage)); err != nil {
		return fmt.Errorf("%T.percentage (2) field write error: %s", p)
	}
	if err := oprot.WriteFieldEnd(); err != nil {
		return fmt.Errorf("%T write field end error 2:percentage: %s", p, err)
	}
	return err
}
開發者ID:improvemedia,項目名稱:colorcandy,代碼行數:12,代碼來源:ttypes.go

示例3: writeField3

func (p *ColorMeta) writeField3(oprot thrift.TProtocol) (err error) {
	if err := oprot.WriteFieldBegin("search_factor", thrift.DOUBLE, 3); err != nil {
		return fmt.Errorf("%T write field begin error 3:search_factor: %s", p, err)
	}
	if err := oprot.WriteDouble(float64(p.SearchFactor)); err != nil {
		return fmt.Errorf("%T.search_factor (3) field write error: %s", p)
	}
	if err := oprot.WriteFieldEnd(); err != nil {
		return fmt.Errorf("%T write field end error 3:search_factor: %s", p, err)
	}
	return err
}
開發者ID:improvemedia,項目名稱:colorcandy,代碼行數:12,代碼來源:ttypes.go

示例4: writeField4

func (p *Item) writeField4(oprot thrift.TProtocol) (err error) {
	if err := oprot.WriteFieldBegin("predictedPreferences", thrift.DOUBLE, 4); err != nil {
		return fmt.Errorf("%T write field begin error 4:predictedPreferences: %s", p, err)
	}
	if err := oprot.WriteDouble(float64(p.PredictedPreferences)); err != nil {
		return fmt.Errorf("%T.predictedPreferences (4) field write error: %s", p, err)
	}
	if err := oprot.WriteFieldEnd(); err != nil {
		return fmt.Errorf("%T write field end error 4:predictedPreferences: %s", p, err)
	}
	return err
}
開發者ID:qqliu,項目名稱:kibitz,代碼行數:12,代碼來源:ttypes.go

示例5: writeField13

func (p *FichaVisitaDomiciliarChildThrift) writeField13(oprot thrift.TProtocol) (err error) {
	if p.IsSetAlturaAcompanhamentoNutricional() {
		if err := oprot.WriteFieldBegin("alturaAcompanhamentoNutricional", thrift.DOUBLE, 13); err != nil {
			return fmt.Errorf("%T write field begin error 13:alturaAcompanhamentoNutricional: %s", p, err)
		}
		if err := oprot.WriteDouble(float64(*p.AlturaAcompanhamentoNutricional)); err != nil {
			return fmt.Errorf("%T.alturaAcompanhamentoNutricional (13) field write error: %s", p, err)
		}
		if err := oprot.WriteFieldEnd(); err != nil {
			return fmt.Errorf("%T write field end error 13:alturaAcompanhamentoNutricional: %s", p, err)
		}
	}
	return err
}
開發者ID:esusab,項目名稱:integracao,代碼行數:14,代碼來源:ttypes.go

示例6: writeField5

func (p *ParticipanteRowItemThrift) writeField5(oprot thrift.TProtocol) (err error) {
	if p.IsSetAltura() {
		if err := oprot.WriteFieldBegin("altura", thrift.DOUBLE, 5); err != nil {
			return fmt.Errorf("%T write field begin error 5:altura: %s", p, err)
		}
		if err := oprot.WriteDouble(float64(*p.Altura)); err != nil {
			return fmt.Errorf("%T.altura (5) field write error: %s", p, err)
		}
		if err := oprot.WriteFieldEnd(); err != nil {
			return fmt.Errorf("%T write field end error 5:altura: %s", p, err)
		}
	}
	return err
}
開發者ID:esusab,項目名稱:integracao,代碼行數:14,代碼來源:ttypes.go

示例7: writeField4

func (p *ParticipanteRowItemThrift) writeField4(oprot thrift.TProtocol) (err error) {
	if p.IsSetPeso() {
		if err := oprot.WriteFieldBegin("peso", thrift.DOUBLE, 4); err != nil {
			return fmt.Errorf("%T write field begin error 4:peso: %s", p, err)
		}
		if err := oprot.WriteDouble(float64(*p.Peso)); err != nil {
			return fmt.Errorf("%T.peso (4) field write error: %s", p, err)
		}
		if err := oprot.WriteFieldEnd(); err != nil {
			return fmt.Errorf("%T write field end error 4:peso: %s", p, err)
		}
	}
	return err
}
開發者ID:esusab,項目名稱:integracao,代碼行數:14,代碼來源:ttypes.go

示例8: writeField4

func (p *Types) writeField4(oprot thrift.TProtocol) (err error) {
	if p.IsSetDoubleValue() {
		if err := oprot.WriteFieldBegin("double_value", thrift.DOUBLE, 4); err != nil {
			return thrift.PrependError(fmt.Sprintf("%T write field begin error 4:double_value: ", p), err)
		}
		if err := oprot.WriteDouble(float64(*p.DoubleValue)); err != nil {
			return thrift.PrependError(fmt.Sprintf("%T.double_value (4) field write error: ", p), err)
		}
		if err := oprot.WriteFieldEnd(); err != nil {
			return thrift.PrependError(fmt.Sprintf("%T write field end error 4:double_value: ", p), err)
		}
	}
	return err
}
開發者ID:y-okubo,項目名稱:thrift-test,代碼行數:14,代碼來源:ttypes.go


注:本文中的git/apache/org/thrift/git/lib/go/thrift.TProtocol.WriteDouble方法示例由純淨天空整理自Github/MSDocs等開源代碼及文檔管理平台,相關代碼片段篩選自各路編程大神貢獻的開源項目,源碼版權歸原作者所有,傳播和使用請參考對應項目的License;未經允許,請勿轉載。