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#L38: descfmt.FormatList(s, r, p)
desc_list_gen.go#L82: descfmt.FormatList(s, r, p)
desc_list_gen.go#L123: descfmt.FormatList(s, r, p)
desc_list_gen.go#L181: descfmt.FormatList(s, r, p)
desc_list_gen.go#L240: descfmt.FormatList(s, r, p)
desc_list_gen.go#L277: descfmt.FormatList(s, r, p)
desc_list_gen.go#L314: descfmt.FormatList(s, r, p)
desc_list_gen.go#L351: descfmt.FormatList(s, r, p)