variant_binary_operation  618 ext/com_dotnet/com_variant.c 	variant_binary_operation(VOP_ADD, INTERNAL_FUNCTION_PARAM_PASSTHRU);
variant_binary_operation  626 ext/com_dotnet/com_variant.c 	variant_binary_operation(VOP_CAT, INTERNAL_FUNCTION_PARAM_PASSTHRU);
variant_binary_operation  634 ext/com_dotnet/com_variant.c 	variant_binary_operation(VOP_SUB, INTERNAL_FUNCTION_PARAM_PASSTHRU);
variant_binary_operation  642 ext/com_dotnet/com_variant.c 	variant_binary_operation(VOP_MUL, INTERNAL_FUNCTION_PARAM_PASSTHRU);
variant_binary_operation  650 ext/com_dotnet/com_variant.c 	variant_binary_operation(VOP_AND, INTERNAL_FUNCTION_PARAM_PASSTHRU);
variant_binary_operation  658 ext/com_dotnet/com_variant.c 	variant_binary_operation(VOP_DIV, INTERNAL_FUNCTION_PARAM_PASSTHRU);
variant_binary_operation  666 ext/com_dotnet/com_variant.c 	variant_binary_operation(VOP_EQV, INTERNAL_FUNCTION_PARAM_PASSTHRU);
variant_binary_operation  674 ext/com_dotnet/com_variant.c 	variant_binary_operation(VOP_IDIV, INTERNAL_FUNCTION_PARAM_PASSTHRU);
variant_binary_operation  682 ext/com_dotnet/com_variant.c 	variant_binary_operation(VOP_IMP, INTERNAL_FUNCTION_PARAM_PASSTHRU);
variant_binary_operation  690 ext/com_dotnet/com_variant.c 	variant_binary_operation(VOP_MOD, INTERNAL_FUNCTION_PARAM_PASSTHRU);
variant_binary_operation  698 ext/com_dotnet/com_variant.c 	variant_binary_operation(VOP_OR, INTERNAL_FUNCTION_PARAM_PASSTHRU);
variant_binary_operation  706 ext/com_dotnet/com_variant.c 	variant_binary_operation(VOP_POW, INTERNAL_FUNCTION_PARAM_PASSTHRU);
variant_binary_operation  714 ext/com_dotnet/com_variant.c 	variant_binary_operation(VOP_XOR, INTERNAL_FUNCTION_PARAM_PASSTHRU);