google.golang.org/protobuf/internal/impl.ExtensionField.typ (field)
10 uses
google.golang.org/protobuf/internal/impl (current package)
codec_extension.go#L82: typ pref.ExtensionType
codec_extension.go#L94: f.typ = xt
codec_extension.go#L101: if f.typ == nil {
codec_extension.go#L104: if f.typ == xt && f.lazy != nil && atomic.LoadUint32(&f.lazy.atomicOnce) == 0 {
codec_extension.go#L118: val := f.typ.New()
codec_extension.go#L158: f.typ = t
codec_extension.go#L166: f.typ = t
codec_extension.go#L185: return f.typ
codec_extension.go#L191: return f.typ != nil
codec_extension.go#L222: return f.typ == xt && f.lazy != nil && atomic.LoadUint32(&f.lazy.atomicOnce) == 0
![]() |
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. |