Searched refs:otherEither (Results 1 – 1 of 1) sorted by relevance
158 const Either<int, float> otherEither (intValue); in Either_selfTest() local160 either = otherEither; in Either_selfTest()177 const Either<int, float> otherEither (floatValue); in Either_selfTest() local179 either = otherEither; in Either_selfTest()262 const Either<TestClassWithConstructor, int> otherEither (testObject); in Either_selfTest() local264 either = otherEither; in Either_selfTest()281 const Either<int, TestClassWithConstructor> otherEither (testObject); in Either_selfTest() local283 either = otherEither; in Either_selfTest()