Searched refs:setUint32 (Results 1 – 1 of 1) sorted by relevance
342 this.dataView.setUint32(this.position, value, this.littleEndian);370 StreamingDataView.prototype.setUint32 = function(byteOffset, value) method in StreamingDataView372 this.dataView.setUint32(byteOffset, value, this.littleEndian);1013 this.dataView.setUint32(2, this.dataView.position);