google.golang.org/protobuf/internal/impl.coderFieldInfo.num (field)
24 uses
google.golang.org/protobuf/internal/impl (current package)
checkinit.go#L33: return errors.RequiredNotSet(string(mi.Desc.Fields().ByNumber(f.num).FullName()))
checkinit.go#L51: return errors.RequiredNotSet(string(mi.Desc.Fields().ByNumber(f.num).FullName()))
codec_field.go#L131: m, ok := p.WeakFields().get(f.num)
codec_field.go#L142: m, ok := p.WeakFields().get(f.num)
codec_field.go#L154: m, ok := fs.get(f.num)
codec_field.go#L161: fs.set(f.num, m)
codec_field.go#L166: m, ok := p.WeakFields().get(f.num)
codec_field.go#L173: sm, ok := src.WeakFields().get(f.num)
codec_field.go#L177: dm, ok := dst.WeakFields().get(f.num)
codec_field.go#L184: dst.WeakFields().set(f.num, dm)
codec_field.go#L403: return f.mi.unmarshalPointer(b, p.Elem(), f.num, opts)
codec_field.go#L815: out, err := f.mi.unmarshalPointer(b, mp, f.num, opts)
codec_message.go#L41: num pref.FieldNumber // field number
codec_message.go#L87: num: fd.Number(),
codec_message.go#L99: mi.coderFields[cf.num] = cf
codec_message.go#L116: return mi.orderedCoderFields[i].num < mi.orderedCoderFields[j].num
codec_message.go#L121: if cf.num >= 16 && cf.num >= 2*maxDense {
codec_message.go#L124: maxDense = cf.num
codec_message.go#L128: if int(cf.num) >= len(mi.denseCoderFields) {
codec_message.go#L131: mi.denseCoderFields[cf.num] = cf
codec_message.go#L137: fi := fields.ByNumber(mi.orderedCoderFields[i].num)
codec_message.go#L138: fj := fields.ByNumber(mi.orderedCoderFields[j].num)
 |
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. |