Home
last modified time | relevance | path

Searched defs:getA (Results 1 – 17 of 17) sorted by relevance

/third_party/typescript/tests/cases/compiler/
DdeclarationEmitForGlobalishSpecifierSymlink.ts4 export function getA(): A; function
16 export function getA(): A; function
DdeclarationEmitStringEnumUsedInNonlocalSpread.ts14 getA(): ITest { method in A
25 getA() { // TS4053 error method in B
DdeclarationEmitForGlobalishSpecifierSymlink2.ts4 export function getA(): A; function
DindexedAccessToThisTypeOnIntersection01.ts3 getA: this['a']; property
DmoduleAugmentationInAmbientModule5.ts13 getA(): A; method
DmoduleAugmentationGlobal1.ts13 getA(): A; method
/third_party/typescript/tests/baselines/reference/
DdeclarationEmitStringEnumUsedInNonlocalSpread.js26 getA() { // TS4053 error method in B
41 A.prototype.getA = function () { method in A
87 B.prototype.getA = function () { method in B
DdestructuringParameterProperties4.js9 public getA() { method in C1
37 getA() { method in C1
DdestructuringParameterProperties2.js9 public getA() { method in C1
41 C1.prototype.getA = function () { method in C1
DdestructuringParameterProperties3.js9 public getA() { method in C1
44 C1.prototype.getA = function () { method in C1
DprivateIdentifierChain.1.js20 getA() { method in A
/third_party/weex-loader/deps/weex-scripter/test/bundle/
Da.js3 exports.getA = function () { function
/third_party/typescript/tests/cases/conformance/es6/destructuring/
DdestructuringParameterProperties4.ts10 public getA() { method in C1
DdestructuringParameterProperties2.ts8 public getA() { method in C1
DdestructuringParameterProperties3.ts8 public getA() { method in C1
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
DIntDiffer.java43 public int getA(int offset) { in getA() method in IntDiffer
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DDependenceAnalysis.cpp335 const SCEV *DependenceInfo::Constraint::getA() const { in getA() function in DependenceInfo::Constraint