Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuEither.cpp154 const Either<int, float> otherEither(intValue); in Either_selfTest() local
173 const Either<int, float> otherEither(floatValue); in Either_selfTest() local
258 const Either<TestClassWithConstructor, int> otherEither(testObject); in Either_selfTest() local
277 const Either<int, TestClassWithConstructor> otherEither(testObject); in Either_selfTest() local