C# Class System.Linq.Expressions.Tests.LiftedBitwiseExclusiveOrNullableTests

Mostra file Open project: dotnet/corefx

Public Methods

Method Description
ExclusiveOrNullableByte ( byte a, byte b ) : byte
ExclusiveOrNullableInt ( int a, int b ) : int
ExclusiveOrNullableLong ( long a, long b ) : long
ExclusiveOrNullableSByte ( sbyte a, sbyte b ) : sbyte
ExclusiveOrNullableShort ( short a, short b ) : short
ExclusiveOrNullableUInt ( uint a, uint b ) : uint
ExclusiveOrNullableULong ( ulong a, ulong b ) : ulong
ExclusiveOrNullableUShort ( ushort a, ushort b ) : ushort

Private Methods

Method Description
CheckLiftedBitwiseExclusiveOrNullableByteTest ( bool useInterpreter ) : void
CheckLiftedBitwiseExclusiveOrNullableIntTest ( bool useInterpreter ) : void
CheckLiftedBitwiseExclusiveOrNullableLongTest ( bool useInterpreter ) : void
CheckLiftedBitwiseExclusiveOrNullableNumberTest ( bool useInterpreter ) : void
CheckLiftedBitwiseExclusiveOrNullableSByteTest ( bool useInterpreter ) : void
CheckLiftedBitwiseExclusiveOrNullableShortTest ( bool useInterpreter ) : void
CheckLiftedBitwiseExclusiveOrNullableUIntTest ( bool useInterpreter ) : void
CheckLiftedBitwiseExclusiveOrNullableULongTest ( bool useInterpreter ) : void
CheckLiftedBitwiseExclusiveOrNullableUShortTest ( bool useInterpreter ) : void
VerifyBitwiseExclusiveOrNullableByte ( byte a, byte b, bool useInterpreter ) : void
VerifyBitwiseExclusiveOrNullableInt ( int a, int b, bool useInterpreter ) : void
VerifyBitwiseExclusiveOrNullableLong ( long a, long b, bool useInterpreter ) : void
VerifyBitwiseExclusiveOrNullableNumber ( Number a, Number b, bool useInterpreter ) : void
VerifyBitwiseExclusiveOrNullableSByte ( sbyte a, sbyte b, bool useInterpreter ) : void
VerifyBitwiseExclusiveOrNullableShort ( short a, short b, bool useInterpreter ) : void
VerifyBitwiseExclusiveOrNullableUInt ( uint a, uint b, bool useInterpreter ) : void
VerifyBitwiseExclusiveOrNullableULong ( ulong a, ulong b, bool useInterpreter ) : void
VerifyBitwiseExclusiveOrNullableUShort ( ushort a, ushort b, bool useInterpreter ) : void

Method Details

ExclusiveOrNullableByte() public static method

public static ExclusiveOrNullableByte ( byte a, byte b ) : byte
a byte
b byte
return byte

ExclusiveOrNullableInt() public static method

public static ExclusiveOrNullableInt ( int a, int b ) : int
a int
b int
return int

ExclusiveOrNullableLong() public static method

public static ExclusiveOrNullableLong ( long a, long b ) : long
a long
b long
return long

ExclusiveOrNullableSByte() public static method

public static ExclusiveOrNullableSByte ( sbyte a, sbyte b ) : sbyte
a sbyte
b sbyte
return sbyte

ExclusiveOrNullableShort() public static method

public static ExclusiveOrNullableShort ( short a, short b ) : short
a short
b short
return short

ExclusiveOrNullableUInt() public static method

public static ExclusiveOrNullableUInt ( uint a, uint b ) : uint
a uint
b uint
return uint

ExclusiveOrNullableULong() public static method

public static ExclusiveOrNullableULong ( ulong a, ulong b ) : ulong
a ulong
b ulong
return ulong

ExclusiveOrNullableUShort() public static method

public static ExclusiveOrNullableUShort ( ushort a, ushort b ) : ushort
a ushort
b ushort
return ushort