const google.golang.org/protobuf/runtime/protoiface.UnmarshalInitialized
11 uses
google.golang.org/protobuf/runtime/protoiface (current package)
methods.go#L130: UnmarshalInitialized UnmarshalOutputFlags = 1 << iota
google.golang.org/protobuf/internal/impl
codec_field.go#L289: out.initialized = o.Flags&piface.UnmarshalInitialized != 0
codec_field.go#L433: out.initialized = o.Flags&piface.UnmarshalInitialized != 0
codec_field.go#L565: out.initialized = o.Flags&piface.UnmarshalInitialized != 0
codec_field.go#L628: out.initialized = o.Flags&piface.UnmarshalInitialized != 0
codec_field.go#L696: out.initialized = o.Flags&piface.UnmarshalInitialized != 0
codec_field.go#L782: out.initialized = o.Flags&piface.UnmarshalInitialized != 0
decode.go#L66: flags |= piface.UnmarshalInitialized
validate.go#L72: out.Flags |= piface.UnmarshalInitialized
google.golang.org/protobuf/proto
decode.go#L98: if allowPartial || (out.Flags&protoiface.UnmarshalInitialized != 0) {
github.com/golang/protobuf/proto
wire.go#L74: if out.Flags&protoiface.UnmarshalInitialized > 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. |