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#L149: func (fd *File) Format(s fmt.State, r rune)                    { descfmt.FormatDesc(s, r, fd) }
		desc.go#L220: func (ed *Enum) Format(s fmt.State, r rune)              { descfmt.FormatDesc(s, r, ed) }
		desc.go#L237: func (ed *EnumValue) Format(s fmt.State, r rune)                 { descfmt.FormatDesc(s, r, ed) }
		desc.go#L321: func (md *Message) Format(s fmt.State, r rune)                    { descfmt.FormatDesc(s, r, md) }
		desc.go#L403: func (fd *Field) Format(s fmt.State, r rune)             { descfmt.FormatDesc(s, r, fd) }
		desc.go#L427: func (od *Oneof) Format(s fmt.State, r rune)             { descfmt.FormatDesc(s, r, od) }
		desc.go#L496: func (xd *Extension) Format(s fmt.State, r rune)                        { descfmt.FormatDesc(s, r, xd) }
		desc.go#L536: func (sd *Service) Format(s fmt.State, r rune)               { descfmt.FormatDesc(s, r, sd) }
		desc.go#L554: func (md *Method) Format(s fmt.State, r rune)              { descfmt.FormatDesc(s, r, md) }