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

10 uses

	google.golang.org/protobuf/encoding/prototext (current package)
		encode.go#L33: 	return MarshalOptions{Multiline: true}.Format(m)
		encode.go#L40: 	return MarshalOptions{}.Marshal(m)
		encode.go#L44: type MarshalOptions struct {
		encode.go#L89: func (o MarshalOptions) Format(m proto.Message) string {
		encode.go#L103: func (o MarshalOptions) Marshal(m proto.Message) ([]byte, error) {
		encode.go#L110: func (o MarshalOptions) marshal(m proto.Message) ([]byte, error) {
		encode.go#L148: 	opts MarshalOptions

	google.golang.org/protobuf/internal/impl
		api_export.go#L176: 	return prototext.MarshalOptions{Multiline: false}.Format(m)

	github.com/golang/protobuf/proto
		buffer.go#L135: 	b, _ = prototext.MarshalOptions{AllowPartial: true, Indent: "\t"}.Marshal(m.Interface())
		text_encode.go#L59: 		opts := prototext.MarshalOptions{