Home
last modified time | relevance | path

Searched refs:Either (Results 1 – 25 of 495) sorted by relevance

12345678910>>...20

/third_party/vk-gl-cts/framework/common/
DtcuEither.hpp40 class Either class
43 Either (const First& first);
44 Either (const Second& second);
45 ~Either (void);
47 Either (const Either<First, Second>& other);
48 Either& operator= (const Either<First, Second>& other);
50 Either& operator= (const First& first);
51 Either& operator= (const Second& second);
92 static const First& get (const Either<First, Second>& either) in get()
101 static const Second& get (const Either<First, Second>& either) in get()
[all …]
DtcuEither.cpp90 const Either<int, float> either (intValue); in Either_selfTest()
105 const Either<int, float> either (floatValue); in Either_selfTest()
121 Either<int, float> either (floatValue); in Either_selfTest()
139 Either<int, float> either (intValue); in Either_selfTest()
157 Either<int, float> either (floatValue); in Either_selfTest()
158 const Either<int, float> otherEither (intValue); in Either_selfTest()
176 Either<int, float> either (intValue); in Either_selfTest()
177 const Either<int, float> otherEither (floatValue); in Either_selfTest()
194 const Either<TestClassWithConstructor, int> either (testObject); in Either_selfTest()
209 const Either<int, TestClassWithConstructor> either (testObject); in Either_selfTest()
[all …]
/third_party/typescript/tests/baselines/reference/
DvarianceProblingAndZeroOrderIndexSignatureRelationsAlign.types2 type Either<L, A> = Left<L, A> | Right<L, A>;
3 >Either : Either<L, A>
22 map<B>(f: (a: A) => B): Either<L, B> {
23 >map : <B>(f: (a: A) => B) => Either<L, B>
31 ap<B>(fab: Either<L, (a: A) => B>): Either<L, B> {
32 >ap : <B>(fab: Either<L, (a: A) => B>) => Either<L, B>
33 >fab : Either<L, (a: A) => B>
58 map<B>(f: (a: A) => B): Either<L, B> {
59 >map : <B>(f: (a: A) => B) => Either<L, B>
72 ap<B>(fab: Either<L, (a: A) => B>): Either<L, B> {
[all …]
DvarianceProblingAndZeroOrderIndexSignatureRelationsAlign2.types2 type Either<L, A> = Left<L, A> | Right<L, A>;
3 >Either : Either<L, A>
22 map<B>(f: (a: A) => B): Either<L, B> {
23 >map : <B>(f: (a: A) => B) => Either<L, B>
31 ap<B>(fab: Either<L, (a: A) => B>): Either<L, B> {
32 >ap : <B>(fab: Either<L, (a: A) => B>) => Either<L, B>
33 >fab : Either<L, (a: A) => B>
58 map<B>(f: (a: A) => B): Either<L, B> {
59 >map : <B>(f: (a: A) => B) => Either<L, B>
72 ap<B>(fab: Either<L, (a: A) => B>): Either<L, B> {
[all …]
DvarianceProblingAndZeroOrderIndexSignatureRelationsAlign2.symbols2 type Either<L, A> = Left<L, A> | Right<L, A>;
3 >Either : Symbol(Either, Decl(varianceProblingAndZeroOrderIndexSignatureRelationsAlign2.ts, 0, 0))
34 map<B>(f: (a: A) => B): Either<L, B> {
41 >Either : Symbol(Either, Decl(varianceProblingAndZeroOrderIndexSignatureRelationsAlign2.ts, 0, 0))
48 ap<B>(fab: Either<L, (a: A) => B>): Either<L, B> {
52 >Either : Symbol(Either, Decl(varianceProblingAndZeroOrderIndexSignatureRelationsAlign2.ts, 0, 0))
57 >Either : Symbol(Either, Decl(varianceProblingAndZeroOrderIndexSignatureRelationsAlign2.ts, 0, 0))
85 map<B>(f: (a: A) => B): Either<L, B> {
92 >Either : Symbol(Either, Decl(varianceProblingAndZeroOrderIndexSignatureRelationsAlign2.ts, 0, 0))
103 ap<B>(fab: Either<L, (a: A) => B>): Either<L, B> {
[all …]
DvarianceProblingAndZeroOrderIndexSignatureRelationsAlign.symbols2 type Either<L, A> = Left<L, A> | Right<L, A>;
3 >Either : Symbol(Either, Decl(varianceProblingAndZeroOrderIndexSignatureRelationsAlign.ts, 0, 0))
34 map<B>(f: (a: A) => B): Either<L, B> {
41 >Either : Symbol(Either, Decl(varianceProblingAndZeroOrderIndexSignatureRelationsAlign.ts, 0, 0))
48 ap<B>(fab: Either<L, (a: A) => B>): Either<L, B> {
52 >Either : Symbol(Either, Decl(varianceProblingAndZeroOrderIndexSignatureRelationsAlign.ts, 0, 0))
57 >Either : Symbol(Either, Decl(varianceProblingAndZeroOrderIndexSignatureRelationsAlign.ts, 0, 0))
85 map<B>(f: (a: A) => B): Either<L, B> {
92 >Either : Symbol(Either, Decl(varianceProblingAndZeroOrderIndexSignatureRelationsAlign.ts, 0, 0))
103 ap<B>(fab: Either<L, (a: A) => B>): Either<L, B> {
[all …]
DvarianceProblingAndZeroOrderIndexSignatureRelationsAlign.js2 type Either<L, A> = Left<L, A> | Right<L, A>;
10 map<B>(f: (a: A) => B): Either<L, B> { field in Left
13 ap<B>(fab: Either<L, (a: A) => B>): Either<L, B> {
23 map<B>(f: (a: A) => B): Either<L, B> { field in Right
26 ap<B>(fab: Either<L, (a: A) => B>): Either<L, B> { field in Right
41 readonly validate: (input: I, context: {}[]) => Either<{}[], A>,
46 decode(i: I): Either<{}[], A> { return null as any; } field in Type
DvarianceProblingAndZeroOrderIndexSignatureRelationsAlign2.js2 type Either<L, A> = Left<L, A> | Right<L, A>;
10 map<B>(f: (a: A) => B): Either<L, B> { field in Left
13 ap<B>(fab: Either<L, (a: A) => B>): Either<L, B> {
23 map<B>(f: (a: A) => B): Either<L, B> { field in Right
26 ap<B>(fab: Either<L, (a: A) => B>): Either<L, B> { field in Right
41 readonly validate: (input: I, context: {}[]) => Either<{}[], A>,
46 decode(i: I): Either<{}[], A> { return null as any; } field in Type
DobjectLiteralWithSemicolons1.errors.txt1 … error TS18004: No value exists in scope for the shorthand property 'a'. Either declare one or pro…
3 … error TS18004: No value exists in scope for the shorthand property 'b'. Either declare one or pro…
5 … error TS18004: No value exists in scope for the shorthand property 'c'. Either declare one or pro…
11 !!! error TS18004: No value exists in scope for the shorthand property 'a'. Either declare one or p…
15 !!! error TS18004: No value exists in scope for the shorthand property 'b'. Either declare one or p…
19 !!! error TS18004: No value exists in scope for the shorthand property 'c'. Either declare one or p…
DobjectLiteralWithSemicolons2.errors.txt1 … error TS18004: No value exists in scope for the shorthand property 'a'. Either declare one or pro…
3 … error TS18004: No value exists in scope for the shorthand property 'b'. Either declare one or pro…
5 … error TS18004: No value exists in scope for the shorthand property 'c'. Either declare one or pro…
12 !!! error TS18004: No value exists in scope for the shorthand property 'a'. Either declare one or p…
17 !!! error TS18004: No value exists in scope for the shorthand property 'b'. Either declare one or p…
22 !!! error TS18004: No value exists in scope for the shorthand property 'c'. Either declare one or p…
DobjectLiteralWithSemicolons3.errors.txt1 … error TS18004: No value exists in scope for the shorthand property 'a'. Either declare one or pro…
3 … error TS18004: No value exists in scope for the shorthand property 'b'. Either declare one or pro…
5 … error TS18004: No value exists in scope for the shorthand property 'c'. Either declare one or pro…
13 !!! error TS18004: No value exists in scope for the shorthand property 'a'. Either declare one or p…
18 !!! error TS18004: No value exists in scope for the shorthand property 'b'. Either declare one or p…
23 !!! error TS18004: No value exists in scope for the shorthand property 'c'. Either declare one or p…
DobjectLiteralShorthandPropertiesErrorFromNotUsingIdentifier.errors.txt10 … error TS18004: No value exists in scope for the shorthand property 'a'. Either declare one or pro…
12 … error TS18004: No value exists in scope for the shorthand property 'a'. Either declare one or pro…
15 … error TS18004: No value exists in scope for the shorthand property 'a'. Either declare one or pro…
56 !!! error TS18004: No value exists in scope for the shorthand property 'a'. Either declare one or p…
61 !!! error TS18004: No value exists in scope for the shorthand property 'a'. Either declare one or p…
68 !!! error TS18004: No value exists in scope for the shorthand property 'a'. Either declare one or p…
DshorthandPropertyUndefined.errors.txt1 … error TS18004: No value exists in scope for the shorthand property 'b'. Either declare one or pro…
7 !!! error TS18004: No value exists in scope for the shorthand property 'b'. Either declare one or p…
DobjectLiteralShorthandPropertiesErrorFromNoneExistingIdentifier.errors.txt1 …No value exists in scope for the shorthand property 'undefinedVariable'. Either declare one or pro…
9 !!! error TS18004: No value exists in scope for the shorthand property 'undefinedVariable'. Either
DcheckDestructuringShorthandAssigment.errors.txt1 … error TS18004: No value exists in scope for the shorthand property 'b'. Either declare one or pro…
10 !!! error TS18004: No value exists in scope for the shorthand property 'b'. Either declare one or p…
DincompleteObjectLiteral1.errors.txt1 …error TS18004: No value exists in scope for the shorthand property 'aa'. Either declare one or pro…
8 !!! error TS18004: No value exists in scope for the shorthand property 'aa'. Either declare one or …
Dparser512097.errors.txt1 …error TS18004: No value exists in scope for the shorthand property 'aa'. Either declare one or pro…
8 !!! error TS18004: No value exists in scope for the shorthand property 'aa'. Either declare one or …
/third_party/typescript/tests/cases/compiler/
DvarianceProblingAndZeroOrderIndexSignatureRelationsAlign2.ts2 type Either<L, A> = Left<L, A> | Right<L, A>; alias
10 map<B>(f: (a: A) => B): Either<L, B> {
13 ap<B>(fab: Either<L, (a: A) => B>): Either<L, B> {
23 map<B>(f: (a: A) => B): Either<L, B> {
26 ap<B>(fab: Either<L, (a: A) => B>): Either<L, B> {
41 readonly validate: (input: I, context: {}[]) => Either<{}[], A>,
46 decode(i: I): Either<{}[], A> { return null as any; }
DvarianceProblingAndZeroOrderIndexSignatureRelationsAlign.ts2 type Either<L, A> = Left<L, A> | Right<L, A>; alias
10 map<B>(f: (a: A) => B): Either<L, B> {
13 ap<B>(fab: Either<L, (a: A) => B>): Either<L, B> {
23 map<B>(f: (a: A) => B): Either<L, B> {
26 ap<B>(fab: Either<L, (a: A) => B>): Either<L, B> {
41 readonly validate: (input: I, context: {}[]) => Either<{}[], A>,
46 decode(i: I): Either<{}[], A> { return null as any; }
/third_party/typescript/tests/baselines/reference/user/
Dfp-ts.log3 test/Either.ts(244,33): error TS2345: Argument of type 'Either<string, never>' is not assignable to…
4 Type 'Left<string>' is not assignable to type 'Either<`invalid color ${string}`, string>'.
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fDrawBuffersIndexedTests.cpp66 using tcu::Either;
164 const Maybe<Either<BlendEq, SeparateBlendEq> >& blendEq_, in BlendState()
165 const Maybe<Either<BlendFunc, SeparateBlendFunc> >& blendFunc_, in BlendState()
180 Maybe<Either<BlendEq, SeparateBlendEq> > blendEq;
181 Maybe<Either<BlendFunc, SeparateBlendFunc> > blendFunc;
211 const Either<BlendEq, SeparateBlendEq>& blendEq = *blend.blendEq; in setCommonBlendState()
223 const Either<BlendFunc, SeparateBlendFunc>& blendFunc = *blend.blendFunc; in setCommonBlendState()
255 const Either<BlendEq, SeparateBlendEq>& blendEq = *blend.blendEq; in setIndexedBlendState()
267 const Either<BlendFunc, SeparateBlendFunc>& blendFunc = *blend.blendFunc; in setIndexedBlendState()
1080 const Either<BlendEq, SeparateBlendEq>& blendEq = *blend.blendEq; in logBlendState()
[all …]
/third_party/gettext/libtextstyle/
DDEPENDENCIES41 + Mandatory. Either the platform's native 'cc', or GCC 2.95 or newer.
48 + Mandatory. Either the platform's native 'make' (for in-tree builds only),
56 + Mandatory. Either the platform's native 'sh', or Bash.
67 + Mandatory. Either the platform's native utilities, or GNU coreutils.
74 + Mandatory. Either the platform's native utilities, or GNU diffutils.
81 + Mandatory. Either the platform's native grep, or GNU grep.
/third_party/boost/libs/geometry/doc/generated/
Darithmetic.qbk38 Either
69 Either
103 Either
134 Either
232 Either
263 Either
297 Either
334 Either
365 Either
399 Either
[all …]
/third_party/boost/libs/outcome/doc/src/content/reference/types/
Din_place_type_t.md3 description = "Either `std::in_place_type_t<T>` or a local emulation, depending on the `BOOST_OUTCO…
6 Either `std::in_place_type_t<T>` or a local emulation, depending on the
/third_party/gettext/
DDEPENDENCIES88 Either the platform's native tar, or GNU tar.
150 + Mandatory. Either the platform's native 'cc', or GCC 2.95 or newer.
157 + Mandatory. Either the platform's native 'make' (for in-tree builds only),
165 + Mandatory. Either the platform's native 'sh', or Bash.
176 + Mandatory. Either the platform's native utilities, or GNU coreutils.
183 + Mandatory. Either the platform's native utilities, or GNU diffutils.
190 + Mandatory. Either the platform's native grep, or GNU grep.

12345678910>>...20