google.golang.org/protobuf/internal/filedesc.File.once (field)
3 uses
google.golang.org/protobuf/internal/filedesc (current package)
desc.go#L40: once uint32 // atomically set if L2 is valid
desc.go#L87: if atomic.LoadUint32(&fd.once) == 0 {
desc.go#L98: atomic.StoreUint32(&fd.once, 1)
![]() |
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. |