google.golang.org/protobuf/encoding/prototext.UnmarshalOptions.DiscardUnknown (field)

6 uses

	google.golang.org/protobuf/encoding/prototext (current package)
		decode.go#L43: 	DiscardUnknown bool
		decode.go#L196: 			if d.opts.DiscardUnknown || messageDesc.ReservedNames().Has(name) {
		decode.go#L510: 				if !d.opts.DiscardUnknown {
		decode.go#L552: 			if !d.opts.DiscardUnknown {
		decode.go#L660: 				if !d.opts.DiscardUnknown {
		decode.go#L681: 			if !d.opts.DiscardUnknown {