Lines Matching defs:either
90 const Either<int, float> either (intValue); in Either_selfTest() local
105 const Either<int, float> either (floatValue); in Either_selfTest() local
121 Either<int, float> either (floatValue); in Either_selfTest() local
139 Either<int, float> either (intValue); in Either_selfTest() local
157 Either<int, float> either (floatValue); in Either_selfTest() local
176 Either<int, float> either (intValue); in Either_selfTest() local
194 const Either<TestClassWithConstructor, int> either (testObject); in Either_selfTest() local
209 const Either<int, TestClassWithConstructor> either (testObject); in Either_selfTest() local
225 Either<TestClassWithConstructor, int> either (intValue); in Either_selfTest() local
243 Either<int, TestClassWithConstructor> either (intValue); in Either_selfTest() local
261 Either<TestClassWithConstructor, int> either (intValue); in Either_selfTest() local
280 Either<int, TestClassWithConstructor> either (intValue); in Either_selfTest() local