Searched defs:writeUint8 (Results 1 – 4 of 4) sorted by relevance
215 jspb.BinaryEncoder.prototype.writeUint8 = function(value) { method in jspb.BinaryEncoder
68 static int writeUint8(raw_ostream &OS, uint8_t Value) { in writeUint8() function
980 flatbuffers.ByteBuffer.prototype.writeUint8 = function(offset, value) { method in flatbuffers.ByteBuffer
239 Encoder.prototype.writeUint8 = function(val) { method in Encoder