Home
last modified time | relevance | path

Searched defs: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
177 const Either<int, float> otherEither (floatValue); in Either_selfTest() local
262 const Either<TestClassWithConstructor, int> otherEither (testObject); in Either_selfTest() local
281 const Either<int, TestClassWithConstructor> otherEither (testObject); in Either_selfTest() local