Home
last modified time | relevance | path

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

/third_party/typescript/tests/cases/compiler/
DmergedDeclarations6.ts7 protected setProtected(val: any) { method in A
20 protected setProtected() { method in B
/third_party/typescript/tests/baselines/reference/
DmergedDeclarations6.js7 protected setProtected(val: any) { method in A
20 protected setProtected() { method in B
33 A.prototype.setProtected = function (val) { method in A
65 B.prototype.setProtected = function () { method in B
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
DAPIInfo.java97 public void setProtected() { setType(VIS, VIS_PROTECTED); } in setProtected() method in APIInfo