google.golang.org/protobuf/internal/impl.structInfo.oneofsByName (field)
7 uses
google.golang.org/protobuf/internal/impl (current package)
codec_field.go#L32: fs := si.oneofsByName[od.Name()]
codec_message.go#L63: fs = si.oneofsByName[fd.ContainingOneof().Name()]
message.go#L130: oneofsByName map[pref.Name]reflect.StructField
message.go#L143: oneofsByName: map[pref.Name]reflect.StructField{},
message.go#L176: si.oneofsByName[pref.Name(s)] = f
message_reflect.go#L57: fi = fieldInfoForOneof(fd, si.oneofsByName[fd.ContainingOneof().Name()], mi.Exporter, si.oneofWrappersByNumber[fd.Number()])
message_reflect_field.go#L448: fs := si.oneofsByName[od.Name()]
![]() |
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. |