google.golang.org/protobuf/internal/descfmt.records.recs (field)
21 uses
google.golang.org/protobuf/internal/descfmt (current package)
stringer.go#L152: rs.recs = append(rs.recs, [2]string{"MapKey", k.Kind().String()})
stringer.go#L158: rs.recs = append(rs.recs, [2]string{"MapValue", string(v.Enum().FullName())})
stringer.go#L160: rs.recs = append(rs.recs, [2]string{"MapValue", string(v.Message().FullName())})
stringer.go#L162: rs.recs = append(rs.recs, [2]string{"MapValue", v.Kind().String()})
stringer.go#L167: rs.recs = append(rs.recs, [2]string{"Oneof", string(od.Name())})
stringer.go#L171: rs.recs = append(rs.recs, [2]string{"Extendee", string(t.ContainingMessage().FullName())})
stringer.go#L188: rs.recs = append(rs.recs, [2]string{"Fields", "[" + joinStrings(ss, false) + "]"})
stringer.go#L201: recs [][2]string
stringer.go#L262: rs.recs = append(rs.recs, [2]string{a, s})
stringer.go#L271: for _, r := range rs.recs {
stringer.go#L280: for _, r := range rs.recs[len(ss):i] {
stringer.go#L285: for i, r := range rs.recs {
stringer.go#L293: flush(len(rs.recs))
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |