Home
last modified time | relevance | path

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

/third_party/boost/libs/interprocess/example/
Ddoc_map.cpp64 typedef float MappedType; in main() typedef
76 typedef map<KeyType, MappedType, std::less<KeyType>, ShmemAllocator> MyMap; in main()
Ddoc_unordered_map.cpp71 typedef float MappedType; in main() typedef
79 < KeyType , MappedType in main()
/third_party/typescript/src/compiler/
DsymbolWalker.ts68 visitMappedType(type as MappedType);
114 function visitMappedType(type: MappedType): void {
Dchecker.ts4755 function createMappedTypeNodeFromType(type: MappedType) {
4858 if (isGenericMappedType(type) || (type as MappedType).containsError) {
4859 return createMappedTypeNodeFromType(type as MappedType);
9260 case SyntaxKind.MappedType:
9263 if (node.kind === SyntaxKind.MappedType) {
10807 function resolveMappedTypeMembers(type: MappedType) {
10817 const nameType = getNameTypeFromMappedType(<MappedType>type.target || type);
10818 const templateType = getTemplateTypeFromMappedType(<MappedType>type.target || type);
10898 … const templateType = getTemplateTypeFromMappedType(<MappedType>mappedType.target || mappedType);
10916 function getTypeParameterFromMappedType(type: MappedType) {
[all …]
Dtypes.ts232 MappedType, enumerator
669 | SyntaxKind.MappedType
1651 readonly kind: SyntaxKind.MappedType;
4865 mappedType: MappedType;
4872 mappedType: MappedType;
5362 export interface MappedType extends AnonymousType {
5381 mappedType: MappedType;
Dbinder.ts1834 case SyntaxKind.MappedType:
1956 case SyntaxKind.MappedType:
2672 case SyntaxKind.MappedType:
DvisitorPublic.ts565 case SyntaxKind.MappedType:
Demitter.ts1408 case SyntaxKind.MappedType:
Dutilities.ts1463 … return node.parent.kind === SyntaxKind.MappedType || node.parent.kind === SyntaxKind.InferType;
Dparser.ts210 case SyntaxKind.MappedType:
/third_party/typescript/src/services/codefixes/
DfixJSDocTypes.ts68 case SyntaxKind.MappedType:
/third_party/typescript/src/compiler/transformers/declarations/
Ddiagnostics.ts405 case SyntaxKind.MappedType:
/third_party/typescript/src/services/formatting/
DsmartIndenter.ts571 case SyntaxKind.MappedType:
Drules.ts515 context.contextNode.kind === SyntaxKind.MappedType ||
Dformatting.ts609 if (container.kind !== SyntaxKind.MappedType) {
/third_party/typescript/src/compiler/factory/
DnodeTests.ts225 return node.kind === SyntaxKind.MappedType;
DnodeFactory.ts2048 const node = createBaseNode<MappedTypeNode>(SyntaxKind.MappedType);
/third_party/typescript/src/compiler/transformers/
Dts.ts402 case SyntaxKind.MappedType:
1584 case SyntaxKind.MappedType:
Ddeclarations.ts852 …= ((input.kind === SyntaxKind.TypeLiteral || input.kind === SyntaxKind.MappedType) && input.parent…
/third_party/typescript_eslint/packages/typescript-estree/src/
Dconvert.ts2271 case SyntaxKind.MappedType: {
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts298 MappedType = 191, enumerator
963 readonly kind: SyntaxKind.MappedType;
Dtsserverlibrary.d.ts298 MappedType = 191, enumerator
963 readonly kind: SyntaxKind.MappedType;
/third_party/typescript/lib/
DtypescriptServices.d.ts298 MappedType = 191, enumerator
954 readonly kind: SyntaxKind.MappedType;
Dtypescript.d.ts298 MappedType = 191, enumerator
954 readonly kind: SyntaxKind.MappedType;
Dtsserverlibrary.d.ts298 MappedType = 191, enumerator
954 readonly kind: SyntaxKind.MappedType;