google.golang.org/protobuf/internal/impl.Export.UnmarshalJSONEnum (method)
7 uses
google.golang.org/protobuf/internal/impl (current package)
legacy_export.go#L39: func (Export) UnmarshalJSONEnum(ed pref.EnumDescriptor, b []byte) (pref.EnumNumber, error) {
google.golang.org/protobuf/types/descriptorpb
descriptor.pb.go#L154: num, err := protoimpl.X.UnmarshalJSONEnum(x.Descriptor(), b)
descriptor.pb.go#L214: num, err := protoimpl.X.UnmarshalJSONEnum(x.Descriptor(), b)
descriptor.pb.go#L275: num, err := protoimpl.X.UnmarshalJSONEnum(x.Descriptor(), b)
descriptor.pb.go#L335: num, err := protoimpl.X.UnmarshalJSONEnum(x.Descriptor(), b)
descriptor.pb.go#L397: num, err := protoimpl.X.UnmarshalJSONEnum(x.Descriptor(), b)
descriptor.pb.go#L459: num, err := protoimpl.X.UnmarshalJSONEnum(x.Descriptor(), b)
 |
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. |