google.golang.org/protobuf/encoding/protowire.Number.IsValid (method, view implemented interface methods)

4 uses

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

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

	google.golang.org/protobuf/reflect/protodesc
		desc_validate.go#L136: 			if !f.Number().IsValid() {
		desc_validate.go#L260: 			if !isMessageSet && !x.Number().IsValid() {