Home
last modified time | relevance | path

Searched refs:TupleType (Results 1 – 18 of 18) sorted by relevance

/third_party/typescript/src/services/formatting/
DsmartIndenter.ts572 case SyntaxKind.TupleType:
644 … if (childKind === SyntaxKind.TypeLiteral || childKind === SyntaxKind.TupleType) {
/third_party/typescript/src/services/
DoutliningElementsCollector.ts198 case SyntaxKind.TupleType:
Dutilities.ts618 case SyntaxKind.TupleType:
/third_party/googletest/googlemock/include/gmock/
Dgmock-actions.h1022 using TupleType = std::tuple<Args...>;
1023 Action<R(typename std::tuple_element<I, TupleType>::type...)>
/third_party/typescript/src/compiler/factory/
DnodeTests.ts177 return node.kind === SyntaxKind.TupleType;
DnodeFactory.ts1820 const node = createBaseNode<TupleTypeNode>(SyntaxKind.TupleType);
/third_party/typescript/src/compiler/transformers/
Dts.ts377 case SyntaxKind.TupleType:
1518 case SyntaxKind.TupleType:
/third_party/typescript/src/compiler/
Dtypes.ts221 TupleType, enumerator
657 | SyntaxKind.TupleType
1581 readonly kind: SyntaxKind.TupleType;
5305 export interface TupleType extends GenericType {
5316 target: TupleType;
Dchecker.ts4949 if ((type.target as TupleType).labeledElementDeclarations) {
4951 const flags = (type.target as TupleType).elementFlags[i];
4954 …ntifier(unescapeLeadingUnderscores(getTupleElementLabel((type.target as TupleType).labeledElementD…
4963 const flags = (type.target as TupleType).elementFlags[i];
4971 …return (<TupleType>type.target).readonly ? factory.createTypeOperatorNode(SyntaxKind.ReadonlyKeywo…
4976 …return (<TupleType>type.target).readonly ? factory.createTypeOperatorNode(SyntaxKind.ReadonlyKeywo…
7866 case SyntaxKind.TupleType:
9456 type.resolvedBaseTypes = [getTupleBaseType(<TupleType>type)];
9482 function getTupleBaseType(type: TupleType) {
12713 … return node.kind === SyntaxKind.TupleType && (<TupleTypeNode>node).elements.length === 1;
[all …]
DvisitorPublic.ts505 case SyntaxKind.TupleType:
Demitter.ts1387 case SyntaxKind.TupleType:
Dparser.ts188 case SyntaxKind.TupleType:
/third_party/typescript/lib/
Dtypescript.d.ts287 TupleType = 180, enumerator
901 readonly kind: SyntaxKind.TupleType;
2617 export interface TupleType extends GenericType { interface
2627 target: TupleType;
DtypescriptServices.d.ts287 TupleType = 180, enumerator
901 readonly kind: SyntaxKind.TupleType;
2617 export interface TupleType extends GenericType { interface
2627 target: TupleType;
Dtsserverlibrary.d.ts287 TupleType = 180, enumerator
901 readonly kind: SyntaxKind.TupleType;
2617 export interface TupleType extends GenericType { interface
2627 target: TupleType;
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts287 TupleType = 180, enumerator
912 readonly kind: SyntaxKind.TupleType;
2650 export interface TupleType extends GenericType { interface
2660 target: TupleType;
Dtsserverlibrary.d.ts287 TupleType = 180, enumerator
912 readonly kind: SyntaxKind.TupleType;
2650 export interface TupleType extends GenericType { interface
2660 target: TupleType;
/third_party/typescript/doc/
Dspec-ARCHIVED.md1579 &emsp;&emsp;&emsp;*TupleType*
1723 &emsp;&emsp;*TupleType:*
6200 &emsp;&emsp;&emsp;*TupleType*
6248 &emsp;&emsp;*TupleType:*