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

10 uses

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

	google.golang.org/protobuf/internal/filedesc
		desc.go#L82: func (fd *File) Format(s fmt.State, r rune)            { descfmt.FormatDesc(s, r, fd) }
		desc.go#L160: func (ed *Enum) Format(s fmt.State, r rune)      { descfmt.FormatDesc(s, r, ed) }
		desc.go#L174: func (ed *EnumValue) Format(s fmt.State, r rune)         { descfmt.FormatDesc(s, r, ed) }
		desc.go#L256: func (md *Message) Format(s fmt.State, r rune)            { descfmt.FormatDesc(s, r, md) }
		desc.go#L332: func (fd *Field) Format(s fmt.State, r rune)     { descfmt.FormatDesc(s, r, fd) }
		desc.go#L359: func (od *Oneof) Format(s fmt.State, r rune)     { descfmt.FormatDesc(s, r, od) }
		desc.go#L414: func (xd *Extension) Format(s fmt.State, r rune)                 { descfmt.FormatDesc(s, r, xd) }
		desc.go#L454: func (sd *Service) Format(s fmt.State, r rune)          { descfmt.FormatDesc(s, r, sd) }
		desc.go#L472: func (md *Method) Format(s fmt.State, r rune)          { descfmt.FormatDesc(s, r, md) }