Searched defs:either (Results 1 – 4 of 4) sorted by relevance
/external/deqp/framework/common/ |
D | tcuEither.cpp | 90 const Either<int, float> either (intValue); in Either_selfTest() local 105 const Either<int, float> either (floatValue); in Either_selfTest() local 121 Either<int, float> either (floatValue); in Either_selfTest() local 139 Either<int, float> either (intValue); in Either_selfTest() local 157 Either<int, float> either (floatValue); in Either_selfTest() local 176 Either<int, float> either (intValue); in Either_selfTest() local 194 const Either<TestClassWithConstructor, int> either (testObject); in Either_selfTest() local 209 const Either<int, TestClassWithConstructor> either (testObject); in Either_selfTest() local 225 Either<TestClassWithConstructor, int> either (intValue); in Either_selfTest() local 243 Either<int, TestClassWithConstructor> either (intValue); in Either_selfTest() local [all …]
|
D | tcuEither.hpp | 108 const Type& get (const Either<First, Second>& either) in get() 135 bool is (const Either<First, Second>& either) in is()
|
/external/junit/src/org/junit/matchers/ |
D | JUnitMatchers.java | 80 public static <T> CombinableMatcher<T> either(Matcher<T> matcher) { in either() method in JUnitMatchers
|
/external/clang/test/SemaCXX/ |
D | discrim-union.cpp | 67 class either { class 74 constexpr either(a<U> &&t) : in either() function in either
|