Searched defs:writeUInt64 (Results 1 – 5 of 5) sorted by relevance
22 public static void writeUInt64(ByteBuffer bb, long u) { in writeUInt64() method in IsoTypeWriter
134 public void writeUInt64(final int fieldNumber, final long value) in writeUInt64() method in CodedOutputStreamMicro
107 public void writeUInt64(final int fieldNumber, final long value) in writeUInt64() method in CodedOutputByteBufferNano
182 public void writeUInt64(final int fieldNumber, final long value) in writeUInt64() method in CodedOutputStream
139 def writeUInt64(self, value): member in BinaryReader