Home | History | Annotate | Download | only in testdata

Lines Matching defs:FloatingPoint

38 	FloatingPoint
2076 type FloatingPoint struct {
2082 func (m *FloatingPoint) Reset() { *m = FloatingPoint{} }
2083 func (m *FloatingPoint
2084 func (*FloatingPoint) ProtoMessage() {}
2085 func (*FloatingPoint) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{27} }
2087 func (m *FloatingPoint) GetF() float64 {
2094 func (m *FloatingPoint) GetExact() bool {
2103 MsgMapping map[int64]*FloatingPoint `protobuf:"bytes,2,rep,name=msg_mapping,json=msgMapping" json:"msg_mapping,omitempty" protobuf_key:"zigzag64,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
2121 func (m *MessageWithMap) GetMsgMapping() map[int64]*FloatingPoint {
3763 proto.RegisterType((*FloatingPoint)(nil), "testdata.FloatingPoint")