Home
last modified time | relevance | path

Searched defs:Point3d (Results 1 – 8 of 8) sorted by relevance

/third_party/typescript/tests/cases/conformance/internalModules/exportDeclarations/
DExportVariableWithInaccessibleTypeInTypeAnnotation.ts11 interface Point3d extends Point { interface
DExportClassWithAccessibleTypesInTypeParameterConstraintsClassHeritageListMemberTypeAnnotations.ts10 export class Point3d extends Point { class
DExportInterfaceWithAccessibleTypesInTypeParameterConstraintsClassHeritageListMemberTypeAnnotations.ts10 export interface Point3d extends Point { interface
DExportInterfaceWithInaccessibleTypeInTypeParameterConstraint.ts10 export interface Point3d extends Point { interface
DExportClassWithInaccessibleTypeInTypeParameterConstraint.ts10 export class Point3d extends Point { class
DModuleWithExportedAndNonExportedImportAlias.ts7 interface Point3d extends Point { interface
/third_party/typescript/tests/baselines/reference/
DExportClassWithAccessibleTypesInTypeParameterConstraintsClassHeritageListMemberTypeAnnotations.js48 var Point3d = /** @class */ (function (_super) { class
50 function Point3d() { class in anonymousFunction89f485640600.Point3d
DExportClassWithInaccessibleTypeInTypeParameterConstraint.js51 var Point3d = /** @class */ (function (_super) { class
53 function Point3d() { class in anonymousFunction91d8d6720600.Point3d