Home
last modified time | relevance | path

Searched refs:setTypeArrayBuffer (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ts2panda/src/base/
DtypeSystem.ts197 protected setTypeArrayBuffer(type: BaseType, index: number): void { method in BaseType
198 PandaGen.setTypeArrayBuffer(type, index);
245 this.setTypeArrayBuffer(this, this.preservedIndex);
302 this.setTypeArrayBuffer(this, this.typeIndex);
563 this.setTypeArrayBuffer(this, this.typeIndex);
705 this.setTypeArrayBuffer(this, this.typeIndex);
758 this.setTypeArrayBuffer(this, this.typeIndex);
795 this.setTypeArrayBuffer(this, this.typeIndex);
838 this.setTypeArrayBuffer(this, this.typeIndex);
/arkcompiler/ets_frontend/ts2panda/src/
Dpandagen.ts394 static setTypeArrayBuffer(type: BaseType, index: number) { method in PandaGen