Searched defs:writeUint8 (Results 1 – 4 of 4) sorted by relevance
101 writeUint8(offset: number, value: number): void { method in ByteBuffer
104 static int writeUint8(raw_ostream &OS, uint8_t Value) { in writeUint8() function
105 static int writeUint8(raw_ostream &OS, uint8_t Value) { in writeUint8() function
239 Encoder.prototype.writeUint8 = function(val) { method in Encoder