Searched defs:writeUint32 (Results 1 – 7 of 7) sorted by relevance
270 jspb.BinaryEncoder.prototype.writeUint32 = function(value) { method in jspb.BinaryEncoder
515 jspb.BinaryWriter.prototype.writeUint32 = function(field, value) { method in jspb.BinaryWriter
310 public static function writeUint32(&$output, $value) function in Google\\Protobuf\\Internal\\GPBWire
97 static int writeUint32(raw_ostream &OS, uint32_t Value) { in writeUint32() function
98 static int writeUint32(raw_ostream &OS, uint32_t Value) { in writeUint32() function
1037 flatbuffers.ByteBuffer.prototype.writeUint32 = function(offset, value) { method in flatbuffers.ByteBuffer
265 Encoder.prototype.writeUint32 = function(val) { method in Encoder