func google.golang.org/protobuf/internal/descfmt.FormatDesc

10 uses

	google.golang.org/protobuf/internal/descfmt (current package)
		stringer.go#L112: func FormatDesc(s fmt.State, r rune, t protoreflect.Descriptor) {

	google.golang.org/protobuf/internal/filedesc
		desc.go#L148: func (fd *File) Format(s fmt.State, r rune)                    { descfmt.FormatDesc(s, r, fd) }
		desc.go#L229: func (ed *Enum) Format(s fmt.State, r rune)              { descfmt.FormatDesc(s, r, ed) }
		desc.go#L251: func (ed *EnumValue) Format(s fmt.State, r rune)                 { descfmt.FormatDesc(s, r, ed) }
		desc.go#L335: func (md *Message) Format(s fmt.State, r rune)                    { descfmt.FormatDesc(s, r, md) }
		desc.go#L422: func (fd *Field) Format(s fmt.State, r rune)             { descfmt.FormatDesc(s, r, fd) }
		desc.go#L446: func (od *Oneof) Format(s fmt.State, r rune)             { descfmt.FormatDesc(s, r, od) }
		desc.go#L515: func (xd *Extension) Format(s fmt.State, r rune)                        { descfmt.FormatDesc(s, r, xd) }
		desc.go#L555: func (sd *Service) Format(s fmt.State, r rune)               { descfmt.FormatDesc(s, r, sd) }
		desc.go#L573: func (md *Method) Format(s fmt.State, r rune)              { descfmt.FormatDesc(s, r, md) }