Searched defs:writeUint64 (Results 1 – 5 of 5) sorted by relevance
256 jspb.BinaryEncoder.prototype.writeUint64 = function(value) { method in jspb.BinaryEncoder
528 jspb.BinaryWriter.prototype.writeUint64 = function(field, value) { method in jspb.BinaryWriter
54 static int writeUint64(raw_ostream &OS, uint64_t Value) { in writeUint64() function
1037 flatbuffers.ByteBuffer.prototype.writeUint64 = function(offset, value) { method in flatbuffers.ByteBuffer
278 Encoder.prototype.writeUint64 = function(val) { method in Encoder