Searched defs:writeInt64 (Results 1 – 8 of 8) sorted by relevance
44 void TypeRecordBuilder::writeInt64(int64_t Value) { in writeInt64() function in TypeRecordBuilder
312 jspb.BinaryEncoder.prototype.writeInt64 = function(value) { method in jspb.BinaryEncoder
472 jspb.BinaryWriter.prototype.writeInt64 = function(field, value) { method in jspb.BinaryWriter
337 flatbuffers.Builder.prototype.writeInt64 = function(value) { method in flatbuffers.Builder1028 flatbuffers.ByteBuffer.prototype.writeInt64 = function(offset, value) { method in flatbuffers.ByteBuffer
141 public void writeInt64(final int fieldNumber, final long value) in writeInt64() method in CodedOutputStreamMicro
114 public void writeInt64(final int fieldNumber, final long value) in writeInt64() method in CodedOutputByteBufferNano
273 Encoder.prototype.writeInt64 = function(val) { method in Encoder
216 public final void writeInt64(final int fieldNumber, final long value) throws IOException { in writeInt64() method in CodedOutputStream