Searched refs:setProtected (Results 1 – 7 of 7) sorted by relevance
8 protected setProtected(val: any) {9 >setProtected : Symbol(A.setProtected, Decl(a.ts, 1, 29))35 protected setProtected() {36 >setProtected : Symbol(B.setProtected, Decl(b.ts, 6, 26))
8 protected setProtected(val: any) {9 >setProtected : (val: any) => void35 protected setProtected() {36 >setProtected : () => void
7 protected setProtected(val: any) { method in A20 protected setProtected() {33 A.prototype.setProtected = function (val) { method in A65 B.prototype.setProtected = function () { method in B
7 protected setProtected(val: any) { method in A20 protected setProtected() { method in B
283 info.setProtected(); in createInfo()
359 info.setProtected(); in createInfo()
97 public void setProtected() { setType(VIS, VIS_PROTECTED); } in setProtected() method in APIInfo