/third_party/boost/libs/icl/test/ |
D | test_laws.hpp | 489 template<class TypeA, class TypeB, class Assoc> \ 491 (typename equality<TypeA>::type* equal, const TypeA& var_a, const TypeB& var_b, const Assoc& assoc)… 493 …CHECK_MONOID_WRT_EQUAL(op_tag)(equal, icl::identity_element<TypeA>::value(), var_a, var_b, assoc);\ 494 …CHECK_MONOID_WRT_EQUAL(op_tag)(equal, icl::identity_element<TypeA>::value(), var_a, assoc, var_b);\ 500 template<class TypeA, class TypeB, class Assoc> \ 502 (const TypeA& var_a, const TypeB& var_b, const Assoc& assoc) \ 504 CHECK_MONOID_WRT(op_tag)(icl::identity_element<TypeA>::value(), var_a, var_b, assoc);\ 505 CHECK_MONOID_WRT(op_tag)(icl::identity_element<TypeA>::value(), var_a, assoc, var_b);\ 529 template<class TypeA, class TypeB, class Assoc> \ 531 (typename equality<TypeA>::type* equal, const TypeA& var_a, const TypeB& var_b, const Assoc& assoc)… [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | discriminantElementAccessCheck.symbols | 2 type U = TypeA | TypeB; 4 >TypeA : Symbol(TypeA, Decl(discriminantElementAccessCheck.ts, 0, 23)) 7 interface TypeA { 8 >TypeA : Symbol(TypeA, Decl(discriminantElementAccessCheck.ts, 0, 23)) 11 >kind : Symbol(TypeA.kind, Decl(discriminantElementAccessCheck.ts, 2, 17)) 14 >a : Symbol(TypeA.a, Decl(discriminantElementAccessCheck.ts, 3, 14)) 50 >val.a : Symbol(TypeA.a, Decl(discriminantElementAccessCheck.ts, 3, 14)) 52 >a : Symbol(TypeA.a, Decl(discriminantElementAccessCheck.ts, 3, 14)) 67 >val.a : Symbol(TypeA.a, Decl(discriminantElementAccessCheck.ts, 3, 14)) 69 >a : Symbol(TypeA.a, Decl(discriminantElementAccessCheck.ts, 3, 14)) [all …]
|
D | caseInsensitiveFileSystemWithCapsImportTypeDeclarations.symbols | 19 import { TypeA } from './type-a'; 20 >TypeA : Symbol(TypeA, Decl(type-b.ts, 1, 8)) 22 export type TypeB = Merge<TypeA, { 25 >TypeA : Symbol(TypeA, Decl(type-b.ts, 1, 8)) 32 export type TypeA = { 33 >TypeA : Symbol(TypeA, Decl(type-a.ts, 0, 0))
|
D | partialDiscriminatedUnionMemberHasGoodError.symbols | 2 interface TypeA { 3 >TypeA : Symbol(TypeA, Decl(partialDiscriminatedUnionMemberHasGoodError.ts, 0, 0)) 6 >type : Symbol(TypeA.type, Decl(partialDiscriminatedUnionMemberHasGoodError.ts, 0, 17)) 9 >param : Symbol(TypeA.param, Decl(partialDiscriminatedUnionMemberHasGoodError.ts, 1, 14)) 22 type ValidType = TypeA | TypeB; 24 >TypeA : Symbol(TypeA, Decl(partialDiscriminatedUnionMemberHasGoodError.ts, 0, 0))
|
D | caseInsensitiveFileSystemWithCapsImportTypeDeclarations.js | 13 import { TypeA } from './type-a'; 15 export type TypeB = Merge<TypeA, { 19 export type TypeA = { 53 export declare type TypeA = { 58 import { TypeA } from './type-a'; 59 export declare type TypeB = Merge<TypeA, {
|
D | caseInsensitiveFileSystemWithCapsImportTypeDeclarations.types | 20 import { TypeA } from './type-a'; 21 >TypeA : any 23 export type TypeB = Merge<TypeA, { 31 export type TypeA = { 32 >TypeA : TypeA
|
D | discriminantElementAccessCheck.types | 2 type U = TypeA | TypeB; 5 interface TypeA { 47 >val : TypeA 66 >val : TypeA 104 >val : TypeA 123 >val : TypeA
|
D | partialDiscriminatedUnionMemberHasGoodError.errors.txt | 2 Property 'param' is missing in type '{ type: "A"; }' but required in type 'TypeA'. 6 interface TypeA { 16 type ValidType = TypeA | TypeB; 32 … error TS2322: Property 'param' is missing in type '{ type: "A"; }' but required in type 'TypeA'.
|
D | discriminantPropertyCheck.types | 506 interface TypeA { 507 Name: "TypeA"; 508 >Name : "TypeA" 522 type Type = TypeA | TypeB; 533 if (data.Name === "TypeA") { 534 >data.Name === "TypeA" : boolean 535 >data.Name : "TypeA" | "TypeB" 537 >Name : "TypeA" | "TypeB" 538 >"TypeA" : "TypeA" 543 >data : TypeA [all …]
|
D | excessPropertyChecksWithNestedIntersections.symbols | 161 interface TypeA { 162 >TypeA : Symbol(TypeA, Decl(excessPropertyChecksWithNestedIntersections.ts, 58, 1)) 165 >foo : Symbol(TypeA.foo, Decl(excessPropertyChecksWithNestedIntersections.ts, 60, 17)) 168 >bar : Symbol(TypeA.bar, Decl(excessPropertyChecksWithNestedIntersections.ts, 61, 16)) 172 let test: View<TypeA>; 175 >TypeA : Symbol(TypeA, Decl(excessPropertyChecksWithNestedIntersections.ts, 58, 1))
|
D | partialDiscriminatedUnionMemberHasGoodError.js | 2 interface TypeA { 12 type ValidType = TypeA | TypeB;
|
D | excessPropertyChecksWithNestedIntersections.errors.txt | 11 …ror TS2322: Type '{ foo: true; bar: true; boo: boolean; }' is not assignable to type 'View<TypeA>'. 12 Object literal may only specify known properties, and 'boo' does not exist in type 'View<TypeA>'. 99 interface TypeA { 104 let test: View<TypeA>; 108 …ror TS2322: Type '{ foo: true; bar: true; boo: boolean; }' is not assignable to type 'View<TypeA>'. 109 … Object literal may only specify known properties, and 'boo' does not exist in type 'View<TypeA>'. 115 …s.ts:63:5: The expected type comes from property 'bar' which is declared here on type 'View<TypeA>'
|
D | partialDiscriminatedUnionMemberHasGoodError.types | 2 interface TypeA { 18 type ValidType = TypeA | TypeB;
|
D | discriminantElementAccessCheck.js | 2 type U = TypeA | TypeB; 4 interface TypeA {
|
D | excessPropertyChecksWithNestedIntersections.types | 165 interface TypeA { 173 let test: View<TypeA>; 174 >test : View<TypeA> 178 >test : View<TypeA> 189 >test : View<TypeA>
|
D | excessPropertyChecksWithNestedIntersections.js | 62 interface TypeA { 67 let test: View<TypeA>;
|
D | discriminantPropertyCheck.symbols | 513 interface TypeA { 514 >TypeA : Symbol(TypeA, Decl(discriminantPropertyCheck.ts, 174, 1)) 516 Name: "TypeA"; 517 >Name : Symbol(TypeA.Name, Decl(discriminantPropertyCheck.ts, 178, 17)) 520 >Value1 : Symbol(TypeA.Value1, Decl(discriminantPropertyCheck.ts, 179, 18)) 533 type Type = TypeA | TypeB; 535 >TypeA : Symbol(TypeA, Decl(discriminantPropertyCheck.ts, 174, 1)) 549 if (data.Name === "TypeA") { 556 >data.Value1 : Symbol(TypeA.Value1, Decl(discriminantPropertyCheck.ts, 179, 18)) 558 >Value1 : Symbol(TypeA.Value1, Decl(discriminantPropertyCheck.ts, 179, 18)) [all …]
|
D | discriminantPropertyCheck.js | 180 interface TypeA { 190 type Type = TypeA | TypeB;
|
/third_party/typescript/tests/cases/compiler/ |
D | caseInsensitiveFileSystemWithCapsImportTypeDeclarations.ts | 13 import { TypeA } from './type-a'; 15 export type TypeB = Merge<TypeA, { 19 export type TypeA = { alias
|
D | partialDiscriminatedUnionMemberHasGoodError.ts | 1 interface TypeA { interface 11 type ValidType = TypeA | TypeB;
|
D | discriminantElementAccessCheck.ts | 1 type U = TypeA | TypeB; 3 interface TypeA { interface
|
D | excessPropertyChecksWithNestedIntersections.ts | 61 interface TypeA { interface 66 let test: View<TypeA>;
|
D | discriminantPropertyCheck.ts | 181 interface TypeA { interface 191 type Type = TypeA | TypeB;
|
/third_party/typescript_eslint/packages/parser/tests/fixtures/scope-analysis/ |
D | typed-jsx-element.tsx | 1 const a = <GenericComponent<TypeA> />;
|
/third_party/mtdev/ |
D | README_zh.md | 3 mtdev是一个独立的库,它将内核MT事件的所有变体转换为信号槽类型B协议。归为mtdev的事件可能来自任何MT设备,具体来说,包括无接触跟踪的TypeA设备、带接触跟踪的TypeA或带触点跟踪的T…
|