Searched defs:writeUint64 (Results 1 – 7 of 7) sorted by relevance
286 jspb.BinaryEncoder.prototype.writeUint64 = function(value) { method in jspb.BinaryEncoder
544 jspb.BinaryWriter.prototype.writeUint64 = function(field, value) { method in jspb.BinaryWriter
315 public static function writeUint64(&$output, $value) function in Google\\Protobuf\\Internal\\GPBWire
90 static int writeUint64(raw_ostream &OS, uint64_t Value) { in writeUint64() function
91 static int writeUint64(raw_ostream &OS, uint64_t Value) { in writeUint64() function
1057 flatbuffers.ByteBuffer.prototype.writeUint64 = function(offset, value) { method in flatbuffers.ByteBuffer
278 Encoder.prototype.writeUint64 = function(val) { method in Encoder