func google.golang.org/protobuf/internal/descfmt.FormatDesc
10 uses
google.golang.org/protobuf/internal/descfmt (current package)
stringer.go#L119: func FormatDesc(s fmt.State, r rune, t protoreflect.Descriptor) {
google.golang.org/protobuf/internal/filedesc
desc.go#L83: func (fd *File) Format(s fmt.State, r rune) { descfmt.FormatDesc(s, r, fd) }
desc.go#L152: func (ed *Enum) Format(s fmt.State, r rune) { descfmt.FormatDesc(s, r, ed) }
desc.go#L166: func (ed *EnumValue) Format(s fmt.State, r rune) { descfmt.FormatDesc(s, r, ed) }
desc.go#L248: func (md *Message) Format(s fmt.State, r rune) { descfmt.FormatDesc(s, r, md) }
desc.go#L325: func (fd *Field) Format(s fmt.State, r rune) { descfmt.FormatDesc(s, r, fd) }
desc.go#L352: func (od *Oneof) Format(s fmt.State, r rune) { descfmt.FormatDesc(s, r, od) }
desc.go#L410: func (xd *Extension) Format(s fmt.State, r rune) { descfmt.FormatDesc(s, r, xd) }
desc.go#L450: func (sd *Service) Format(s fmt.State, r rune) { descfmt.FormatDesc(s, r, sd) }
desc.go#L468: func (md *Method) Format(s fmt.State, r rune) { descfmt.FormatDesc(s, r, md) }