type google.golang.org/protobuf/internal/impl.weakFields
8 uses
google.golang.org/protobuf/internal/impl (current package)
pointer_unsafe.go#L113: func (p pointer) WeakFields() *weakFields { return (*weakFields)(p.p) }
weak.go#L18: type weakFields WeakFields
weak.go#L20: func (w weakFields) get(num pref.FieldNumber) (pref.ProtoMessage, bool) {
weak.go#L25: func (w *weakFields) set(num pref.FieldNumber, m pref.ProtoMessage) {
weak.go#L27: *w = make(weakFields)
weak.go#L32: func (w *weakFields) clear(num pref.FieldNumber) {
weak.go#L71: *w = make(weakFields)
![]() |
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. |