Home
last modified time | relevance | path

Searched refs:TypeA (Results 1 – 25 of 29) sorted by relevance

12

/third_party/boost/libs/icl/test/
Dtest_laws.hpp489 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/
DdiscriminantElementAccessCheck.symbols2 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 …]
DcaseInsensitiveFileSystemWithCapsImportTypeDeclarations.symbols19 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))
DpartialDiscriminatedUnionMemberHasGoodError.symbols2 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))
DcaseInsensitiveFileSystemWithCapsImportTypeDeclarations.js13 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, {
DcaseInsensitiveFileSystemWithCapsImportTypeDeclarations.types20 import { TypeA } from './type-a';
21 >TypeA : any
23 export type TypeB = Merge<TypeA, {
31 export type TypeA = {
32 >TypeA : TypeA
DdiscriminantElementAccessCheck.types2 type U = TypeA | TypeB;
5 interface TypeA {
47 >val : TypeA
66 >val : TypeA
104 >val : TypeA
123 >val : TypeA
DpartialDiscriminatedUnionMemberHasGoodError.errors.txt2 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'.
DdiscriminantPropertyCheck.types506 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 …]
DexcessPropertyChecksWithNestedIntersections.symbols161 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))
DpartialDiscriminatedUnionMemberHasGoodError.js2 interface TypeA {
12 type ValidType = TypeA | TypeB;
DexcessPropertyChecksWithNestedIntersections.errors.txt11 …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>'
DpartialDiscriminatedUnionMemberHasGoodError.types2 interface TypeA {
18 type ValidType = TypeA | TypeB;
DdiscriminantElementAccessCheck.js2 type U = TypeA | TypeB;
4 interface TypeA {
DexcessPropertyChecksWithNestedIntersections.types165 interface TypeA {
173 let test: View<TypeA>;
174 >test : View<TypeA>
178 >test : View<TypeA>
189 >test : View<TypeA>
DexcessPropertyChecksWithNestedIntersections.js62 interface TypeA {
67 let test: View<TypeA>;
DdiscriminantPropertyCheck.symbols513 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 …]
DdiscriminantPropertyCheck.js180 interface TypeA {
190 type Type = TypeA | TypeB;
/third_party/typescript/tests/cases/compiler/
DcaseInsensitiveFileSystemWithCapsImportTypeDeclarations.ts13 import { TypeA } from './type-a';
15 export type TypeB = Merge<TypeA, {
19 export type TypeA = { alias
DpartialDiscriminatedUnionMemberHasGoodError.ts1 interface TypeA { interface
11 type ValidType = TypeA | TypeB;
DdiscriminantElementAccessCheck.ts1 type U = TypeA | TypeB;
3 interface TypeA { interface
DexcessPropertyChecksWithNestedIntersections.ts61 interface TypeA { interface
66 let test: View<TypeA>;
DdiscriminantPropertyCheck.ts181 interface TypeA { interface
191 type Type = TypeA | TypeB;
/third_party/typescript_eslint/packages/parser/tests/fixtures/scope-analysis/
Dtyped-jsx-element.tsx1 const a = <GenericComponent<TypeA> />;
/third_party/mtdev/
DREADME_zh.md3 mtdev是一个独立的库,它将内核MT事件的所有变体转换为信号槽类型B协议。归为mtdev的事件可能来自任何MT设备,具体来说,包括无接触跟踪的TypeA设备、带接触跟踪的TypeA或带触点跟踪的T…

12