google.golang.org/protobuf/internal/impl.Converter.GoValueOf (method)

19 uses

	google.golang.org/protobuf/internal/impl (current package)
		codec_map.go#L166: 	mapv.SetMapIndex(mapi.conv.keyConv.GoValueOf(key), mapi.conv.valConv.GoValueOf(val))
		codec_map.go#L230: 	mapv.SetMapIndex(mapi.conv.keyConv.GoValueOf(key), val)
		convert.go#L26: 	GoValueOf(protoreflect.Value) reflect.Value
		convert_list.go#L117: 	ls.v.Elem().Index(i).Set(ls.conv.GoValueOf(v))
		convert_list.go#L120: 	ls.v.Elem().Set(reflect.Append(ls.v.Elem(), ls.conv.GoValueOf(v)))
		convert_map.go#L71: 	rk := ms.keyConv.GoValueOf(k.Value())
		convert_map.go#L76: 	rk := ms.keyConv.GoValueOf(k.Value())
		convert_map.go#L84: 	rk := ms.keyConv.GoValueOf(k.Value())
		convert_map.go#L85: 	rv := ms.valConv.GoValueOf(v)
		convert_map.go#L89: 	rk := ms.keyConv.GoValueOf(k.Value())
		extension.go#L102: 	return xi.lazyInit().GoValueOf(v).Interface()
		message_reflect_field.go#L122: 			rv.Set(conv.GoValueOf(v))
		message_reflect_field.go#L134: 				rv.Set(conv.GoValueOf(protoreflect.ValueOfMessage(conv.New().Message())))
		message_reflect_field.go#L181: 			pv := conv.GoValueOf(v)
		message_reflect_field.go#L234: 			pv := conv.GoValueOf(v)
		message_reflect_field.go#L326: 			rv.Set(conv.GoValueOf(v))
		message_reflect_field.go#L445: 			rv.Set(conv.GoValueOf(v))
		message_reflect_field.go#L453: 				rv.Set(conv.GoValueOf(conv.New()))