google.golang.org/protobuf/encoding/protowire.Number.IsValid (method)

2 uses

	google.golang.org/protobuf/encoding/protowire (current package)
		wire.go#L35: func (n Number) IsValid() bool {

	google.golang.org/protobuf/encoding/prototext
		decode.go#L180: 			if !num.IsValid() {