Searched defs:writeUint32 (Results 1 – 6 of 6) sorted by relevance
240 jspb.BinaryEncoder.prototype.writeUint32 = function(value) { method in jspb.BinaryEncoder
499 jspb.BinaryWriter.prototype.writeUint32 = function(field, value) { method in jspb.BinaryWriter
61 static int writeUint32(raw_ostream &OS, uint32_t Value) { in writeUint32() function
1017 flatbuffers.ByteBuffer.prototype.writeUint32 = function(offset, value) { method in flatbuffers.ByteBuffer
265 Encoder.prototype.writeUint32 = function(val) { method in Encoder
394 func (f *Framer) writeUint32(v uint32) { func