/third_party/vk-gl-cts/framework/common/ |
D | tcuEither.hpp | 40 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 …]
|
D | tcuEither.cpp | 90 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/ |
D | varianceProblingAndZeroOrderIndexSignatureRelationsAlign.types | 2 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 …]
|
D | varianceProblingAndZeroOrderIndexSignatureRelationsAlign2.types | 2 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 …]
|
D | varianceProblingAndZeroOrderIndexSignatureRelationsAlign2.symbols | 2 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 …]
|
D | varianceProblingAndZeroOrderIndexSignatureRelationsAlign.symbols | 2 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 …]
|
D | varianceProblingAndZeroOrderIndexSignatureRelationsAlign.js | 2 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
|
D | varianceProblingAndZeroOrderIndexSignatureRelationsAlign2.js | 2 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
|
D | objectLiteralWithSemicolons1.errors.txt | 1 … 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…
|
D | objectLiteralWithSemicolons2.errors.txt | 1 … 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…
|
D | objectLiteralWithSemicolons3.errors.txt | 1 … 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…
|
D | objectLiteralShorthandPropertiesErrorFromNotUsingIdentifier.errors.txt | 10 … 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…
|
D | shorthandPropertyUndefined.errors.txt | 1 … 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…
|
D | objectLiteralShorthandPropertiesErrorFromNoneExistingIdentifier.errors.txt | 1 …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 …
|
D | checkDestructuringShorthandAssigment.errors.txt | 1 … 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…
|
D | incompleteObjectLiteral1.errors.txt | 1 …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 …
|
D | parser512097.errors.txt | 1 …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/ |
D | varianceProblingAndZeroOrderIndexSignatureRelationsAlign2.ts | 2 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; }
|
D | varianceProblingAndZeroOrderIndexSignatureRelationsAlign.ts | 2 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/ |
D | fp-ts.log | 3 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/ |
D | es31fDrawBuffersIndexedTests.cpp | 66 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/ |
D | DEPENDENCIES | 41 + 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/ |
D | arithmetic.qbk | 38 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/ |
D | in_place_type_t.md | 3 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/ |
D | DEPENDENCIES | 88 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.
|