Home
last modified time | relevance | path

Searched defs:getEntity (Results 1 – 3 of 3) sorted by relevance

/third_party/typescript/tests/cases/conformance/types/keyof/
DkeyofAndIndexedAccess2.ts93 export function getEntity<E extends Entity>(id: IdOf<E>, state: EntityState<E>): E | undefined { function
/third_party/typescript/tests/baselines/reference/
DkeyofAndIndexedAccess2.js233 export function getEntity(id, state) { function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.h87 const DINode *getEntity() const { return Entity; } in getEntity() function