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()]