Lines Matching refs:Either
90 const Either<int, float> either (intValue);
105 const Either<int, float> either (floatValue);
121 Either<int, float> either (floatValue);
139 Either<int, float> either (intValue);
157 Either<int, float> either (floatValue);
158 const Either<int, float> otherEither (intValue);
176 Either<int, float> either (intValue);
177 const Either<int, float> otherEither (floatValue);
194 const Either<TestClassWithConstructor, int> either (testObject);
209 const Either<int, TestClassWithConstructor> either (testObject);
225 Either<TestClassWithConstructor, int> either (intValue);
243 Either<int, TestClassWithConstructor> either (intValue);
261 Either<TestClassWithConstructor, int> either (intValue);
262 const Either<TestClassWithConstructor, int> otherEither (testObject);
280 Either<int, TestClassWithConstructor> either (intValue);
281 const Either<int, TestClassWithConstructor> otherEither (testObject);