Searched defs:writeUint8 (Results 1 – 5 of 5) sorted by relevance
245 jspb.BinaryEncoder.prototype.writeUint8 = function(value) { method in jspb.BinaryEncoder
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
1000 flatbuffers.ByteBuffer.prototype.writeUint8 = function(offset, value) { method in flatbuffers.ByteBuffer
239 Encoder.prototype.writeUint8 = function(val) { method in Encoder