Home
last modified time | relevance | path

Searched defs:Entity (Results 1 – 18 of 18) sorted by relevance

/third_party/typescript/tests/cases/compiler/
DinferenceUnionOfObjectsMappedContextualType.ts2 type Entity = { alias
DrecursiveTypes1.ts1 interface Entity<T extends Entity<T>> { interface
DsubstitutionTypeNoMergeOfAssignableType.ts5 interface Entity { interface
/third_party/typescript/tests/cases/conformance/types/intersection/
DrecursiveIntersectionTypes.ts3 interface Entity { interface
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_ability_wantConstant.js44 export const Entity = { variable
72 Entity, property
/third_party/typescript/tests/cases/conformance/types/stringLiteral/
DstringLiteralTypesAsTags01.ts5 interface Entity { interface
DstringLiteralTypesAsTags02.ts5 interface Entity { interface
DstringLiteralTypesAsTags03.ts5 interface Entity { interface
/third_party/typescript/tests/cases/conformance/types/keyof/
DkeyofAndIndexedAccess2.ts76 export interface Entity { interface
/third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/
Dtinyxml.h400 struct Entity struct
412 static Entity entity[ NUM_ENTITY ]; argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp1023 auto *Entity = Module->getEntity(); in constructImportedEntityDIE() local
1060 void DwarfCompileUnit::finishEntityDefinition(const DbgEntity *Entity) { in finishEntityDefinition()
1095 auto &Entity = getAbstractEntities()[Node]; in createAbstractEntity() local
DDwarfDebug.h70 const DINode *Entity; variable
DDwarfDebug.cpp1059 for (const auto &Entity : ConcreteEntities) { in finishEntityDefinitions() local
2142 const DIE *Entity = GI.second; in emitDebugPubSection() local
DDwarfUnit.cpp725 void DwarfUnit::addType(DIE &Entity, const DIType *Ty, in addType()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDebugInfoMetadata.cpp1236 Metadata *Scope, Metadata *Entity, in getImpl()
DDebugInfo.cpp94 auto *Entity = Import->getEntity(); in processCompileUnit() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/
DItaniumDemangle.h863 Node *Entity; member
2579 Node *Entity = getDerived().parseName(State); in parseLocalName() local
/third_party/python/Lib/xml/dom/
Dminidom.py1366 class Entity(Identified, Node): class