type google.golang.org/protobuf/internal/descfmt.records

5 uses

	google.golang.org/protobuf/internal/descfmt (current package)
		stringer.go#L83: 			var rs records
		stringer.go#L130: 	rs := records{allowMulti: allowMulti}
		stringer.go#L200: type records struct {
		stringer.go#L205: func (rs *records) Append(v reflect.Value, accessors ...string) {
		stringer.go#L266: func (rs *records) Join() string {