Home
last modified time | relevance | path

Searched refs:otherEither (Results 1 – 1 of 1) sorted by relevance

/external/deqp/framework/common/
DtcuEither.cpp158 const Either<int, float> otherEither (intValue); in Either_selfTest() local
160 either = otherEither; in Either_selfTest()
177 const Either<int, float> otherEither (floatValue); in Either_selfTest() local
179 either = otherEither; in Either_selfTest()
262 const Either<TestClassWithConstructor, int> otherEither (testObject); in Either_selfTest() local
264 either = otherEither; in Either_selfTest()
281 const Either<int, TestClassWithConstructor> otherEither (testObject); in Either_selfTest() local
283 either = otherEither; in Either_selfTest()