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

15 uses

	google.golang.org/protobuf/internal/descfmt (current package)
		stringer.go#L25: func FormatList(s fmt.State, r rune, vs list) {

	google.golang.org/protobuf/internal/filedesc
		desc_list.go#L24: func (p *FileImports) Format(s fmt.State, r rune)          { descfmt.FormatList(s, r, p) }
		desc_list.go#L36: func (p *Names) Format(s fmt.State, r rune)          { descfmt.FormatList(s, r, p) }
		desc_list.go#L88: func (p *EnumRanges) Format(s fmt.State, r rune)          { descfmt.FormatList(s, r, p) }
		desc_list.go#L150: func (p *FieldRanges) Format(s fmt.State, r rune)          { descfmt.FormatList(s, r, p) }
		desc_list.go#L240: func (p *FieldNumbers) Format(s fmt.State, r rune)          { descfmt.FormatList(s, r, p) }
		desc_list.go#L256: func (p *OneofFields) Format(s fmt.State, r rune)                       { descfmt.FormatList(s, r, p) }
		desc_list_gen.go#L37: 	descfmt.FormatList(s, r, p)
		desc_list_gen.go#L81: 	descfmt.FormatList(s, r, p)
		desc_list_gen.go#L122: 	descfmt.FormatList(s, r, p)
		desc_list_gen.go#L173: 	descfmt.FormatList(s, r, p)
		desc_list_gen.go#L218: 	descfmt.FormatList(s, r, p)
		desc_list_gen.go#L255: 	descfmt.FormatList(s, r, p)
		desc_list_gen.go#L292: 	descfmt.FormatList(s, r, p)
		desc_list_gen.go#L329: 	descfmt.FormatList(s, r, p)