Searched defs:writeUint8 (Results 1 – 3 of 3) sorted by relevance
101 writeUint8(offset: number, value: number): void { method in ByteBuffer
259 jspb.BinaryEncoder.prototype.writeUint8 = function(value) { method in jspb.BinaryEncoder
104 static int writeUint8(raw_ostream &OS, uint8_t Value) { in writeUint8() function