Test message for holding special non-finites primitives.
| 254 | |
| 255 | // Test message for holding special non-finites primitives. |
| 256 | type NonFinites struct { |
| 257 | FNan *float32 `protobuf:"fixed32,1,opt,name=f_nan,json=fNan" json:"f_nan,omitempty"` |
| 258 | FPinf *float32 `protobuf:"fixed32,2,opt,name=f_pinf,json=fPinf" json:"f_pinf,omitempty"` |
| 259 | FNinf *float32 `protobuf:"fixed32,3,opt,name=f_ninf,json=fNinf" json:"f_ninf,omitempty"` |
| 260 | DNan *float64 `protobuf:"fixed64,4,opt,name=d_nan,json=dNan" json:"d_nan,omitempty"` |
| 261 | DPinf *float64 `protobuf:"fixed64,5,opt,name=d_pinf,json=dPinf" json:"d_pinf,omitempty"` |
| 262 | DNinf *float64 `protobuf:"fixed64,6,opt,name=d_ninf,json=dNinf" json:"d_ninf,omitempty"` |
| 263 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 264 | XXX_unrecognized []byte `json:"-"` |
| 265 | XXX_sizecache int32 `json:"-"` |
| 266 | } |
| 267 | |
| 268 | func (m *NonFinites) Reset() { *m = NonFinites{} } |
| 269 | func (m *NonFinites) String() string { return proto.CompactTextString(m) } |
nothing calls this directly
no outgoing calls
no test coverage detected