| 720 | } |
| 721 | |
| 722 | type Real struct { |
| 723 | Value *float64 `protobuf:"fixed64,1,opt,name=value" json:"value,omitempty"` |
| 724 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 725 | proto.XXX_InternalExtensions `json:"-"` |
| 726 | XXX_unrecognized []byte `json:"-"` |
| 727 | XXX_sizecache int32 `json:"-"` |
| 728 | } |
| 729 | |
| 730 | func (m *Real) Reset() { *m = Real{} } |
| 731 | func (m *Real) String() string { return proto.CompactTextString(m) } |
nothing calls this directly
no outgoing calls
no test coverage detected