google.golang.org/protobuf/internal/impl.valueCoderFuncs.isInit (field)
10 uses
google.golang.org/protobuf/internal/impl (current package)
checkinit.go#L71: if ei.funcs.isInit == nil {
checkinit.go#L78: if err := ei.funcs.isInit(v); err != nil {
codec_field.go#L318: isInit: isInitMessageValue,
codec_field.go#L342: isInit: isInitMessageValue,
codec_field.go#L647: isInit: isInitMessageSliceValue,
codec_field.go#L704: isInit: isInitMessageSliceValue,
codec_map.go#L79: if valFuncs.isInit != nil {
codec_map.go#L332: if err := mapi.valFuncs.isInit(val); err != nil {
codec_tables.go#L31: isInit func(v pref.Value) error
decode.go#L240: if xi.funcs.isInit == nil {
![]() |
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. |