Searched refs:setTypeArrayBuffer (Results 1 – 2 of 2) sorted by relevance
| /arkcompiler/ets_frontend/ts2panda/src/base/ |
| D | typeSystem.ts | 197 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/ |
| D | pandagen.ts | 394 static setTypeArrayBuffer(type: BaseType, index: number) { method in PandaGen
|