func google.golang.org/protobuf/reflect/protoreflect.ValueOf

5 uses

	google.golang.org/protobuf/reflect/protoreflect (current package)
		value_union.go#L88: func ValueOf(v interface{}) Value {

	github.com/golang/protobuf/jsonpb
		decode.go#L297: 			kv := protoreflect.ValueOf(key).MapKey()
		decode.go#L430: 				kv = protoreflect.ValueOf(key).MapKey()
		decode.go#L502: 	return protoreflect.ValueOf(reflect.ValueOf(v).Elem().Interface()), err

	github.com/golang/protobuf/proto
		defaults.go#L28: 					v = protoreflect.ValueOf(append([]byte(nil), v.Bytes()...)) // copy the default bytes