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#L26: func (p *FileImports) Format(s fmt.State, r rune)          { descfmt.FormatList(s, r, p) }
		desc_list.go#L38: func (p *Names) Format(s fmt.State, r rune)          { descfmt.FormatList(s, r, p) }
		desc_list.go#L90: func (p *EnumRanges) Format(s fmt.State, r rune)          { descfmt.FormatList(s, r, p) }
		desc_list.go#L152: func (p *FieldRanges) Format(s fmt.State, r rune)          { descfmt.FormatList(s, r, p) }
		desc_list.go#L242: func (p *FieldNumbers) Format(s fmt.State, r rune)          { descfmt.FormatList(s, r, p) }
		desc_list.go#L268: 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#L180: 	descfmt.FormatList(s, r, p)
		desc_list_gen.go#L229: 	descfmt.FormatList(s, r, p)
		desc_list_gen.go#L266: 	descfmt.FormatList(s, r, p)
		desc_list_gen.go#L303: 	descfmt.FormatList(s, r, p)
		desc_list_gen.go#L340: 	descfmt.FormatList(s, r, p)