Home
last modified time | relevance | path

Searched defs:writeInt64 (Results 1 – 9 of 9) sorted by relevance

/third_party/flatbuffers/ts/
Dbyte-buffer.ts129 writeInt64(offset: number, value: bigint): void { method in ByteBuffer
Dbuilder.ts139 writeInt64(value: bigint): void { method in Builder
/third_party/protobuf/php/src/Google/Protobuf/Internal/
DGPBWire.php282 public static function writeInt64(&$output, $value) function in Google\\Protobuf\\Internal\\GPBWire
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DWriter.java35 void writeInt64(int fieldNumber, long value) throws IOException; in writeInt64() method
DCodedOutputStreamWriter.java51 public void writeInt64(int fieldNumber, long value) throws IOException { in writeInt64() method in CodedOutputStreamWriter
DSchemaUtil.java61 public static void writeInt64(int fieldNumber, long value, Writer writer) throws IOException { in writeInt64() method in SchemaUtil
DBinaryWriter.java155 public final void writeInt64(int fieldNumber, long value) throws IOException { in writeInt64() method in BinaryWriter
DCodedOutputStream.java235 public final void writeInt64(final int fieldNumber, final long value) throws IOException { in writeInt64() method in CodedOutputStream
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp46357 static void writeInt64(void* aPtr, int64_t aValue) in writeInt64() function in mozilla::detail::Endian