type google.golang.org/protobuf/encoding/prototext.UnmarshalOptions

6 uses

	google.golang.org/protobuf/encoding/prototext (current package)
		decode.go#L27: 	return UnmarshalOptions{}.Unmarshal(b, m)
		decode.go#L31: type UnmarshalOptions struct {
		decode.go#L57: func (o UnmarshalOptions) Unmarshal(b []byte, m proto.Message) error {
		decode.go#L64: func (o UnmarshalOptions) unmarshal(b []byte, m proto.Message) error {
		decode.go#L83: 	opts UnmarshalOptions

	github.com/golang/protobuf/proto
		text_decode.go#L52: 		err := prototext.UnmarshalOptions{