Lines Matching defs:either
86 const Either<int, float> either(intValue); in Either_selfTest() local
101 const Either<int, float> either(floatValue); in Either_selfTest() local
117 Either<int, float> either(floatValue); in Either_selfTest() local
135 Either<int, float> either(intValue); in Either_selfTest() local
153 Either<int, float> either(floatValue); in Either_selfTest() local
172 Either<int, float> either(intValue); in Either_selfTest() local
190 const Either<TestClassWithConstructor, int> either(testObject); in Either_selfTest() local
205 const Either<int, TestClassWithConstructor> either(testObject); in Either_selfTest() local
221 Either<TestClassWithConstructor, int> either(intValue); in Either_selfTest() local
239 Either<int, TestClassWithConstructor> either(intValue); in Either_selfTest() local
257 Either<TestClassWithConstructor, int> either(intValue); in Either_selfTest() local
276 Either<int, TestClassWithConstructor> either(intValue); in Either_selfTest() local