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#L191: 			if d.opts.DiscardUnknown || messageDesc.ReservedNames().Has(name) {
		decode.go#L505: 				if !d.opts.DiscardUnknown {
		decode.go#L547: 			if !d.opts.DiscardUnknown {
		decode.go#L655: 				if !d.opts.DiscardUnknown {
		decode.go#L676: 			if !d.opts.DiscardUnknown {