Searched defs:writeInt64 (Results 1 – 9 of 9) sorted by relevance
129 writeInt64(offset: number, value: bigint): void { method in ByteBuffer
139 writeInt64(value: bigint): void { method in Builder
282 public static function writeInt64(&$output, $value) function in Google\\Protobuf\\Internal\\GPBWire
35 void writeInt64(int fieldNumber, long value) throws IOException; in writeInt64() method
51 public void writeInt64(int fieldNumber, long value) throws IOException { in writeInt64() method in CodedOutputStreamWriter
61 public static void writeInt64(int fieldNumber, long value, Writer writer) throws IOException { in writeInt64() method in SchemaUtil
155 public final void writeInt64(int fieldNumber, long value) throws IOException { in writeInt64() method in BinaryWriter
235 public final void writeInt64(final int fieldNumber, final long value) throws IOException { in writeInt64() method in CodedOutputStream
46357 static void writeInt64(void* aPtr, int64_t aValue) in writeInt64() function in mozilla::detail::Endian