Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/CodeView/
DTypeRecordBuilder.cpp44 void TypeRecordBuilder::writeInt64(int64_t Value) { in writeInt64() function in TypeRecordBuilder
/external/flatbuffers/ts/
Dbyte-buffer.ts129 writeInt64(offset: number, value: bigint): void { method in ByteBuffer
Dbuilder.ts139 writeInt64(value: bigint): void { method in Builder
/external/python/bumble/extras/android/RemoteHCI/lib/src/main/java/android/os/
DHwParcel.java12 public native final void writeInt64(long val); in writeInt64() method in HwParcel
/external/protobuf/php/src/Google/Protobuf/Internal/
DGPBWire.php305 public static function writeInt64(&$output, $value) function in Google\\Protobuf\\Internal\\GPBWire
/external/cronet/tot/third_party/protobuf/php/src/Google/Protobuf/Internal/
DGPBWire.php305 public static function writeInt64(&$output, $value) function in Google\\Protobuf\\Internal\\GPBWire
/external/cronet/stable/third_party/protobuf/php/src/Google/Protobuf/Internal/
DGPBWire.php305 public static function writeInt64(&$output, $value) function in Google\\Protobuf\\Internal\\GPBWire
/external/cronet/stable/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DWriter.java58 void writeInt64(int fieldNumber, long value) throws IOException; in writeInt64() method
DCodedOutputStreamWriter.java74 public void writeInt64(int fieldNumber, long value) throws IOException { in writeInt64() method in CodedOutputStreamWriter
DSchemaUtil.java85 public static void writeInt64(int fieldNumber, long value, Writer writer) throws IOException { in writeInt64() method in SchemaUtil
DBinaryWriter.java178 public final void writeInt64(int fieldNumber, long value) throws IOException { in writeInt64() method in BinaryWriter
DCodedOutputStream.java255 public final void writeInt64(final int fieldNumber, final long value) throws IOException { in writeInt64() method in CodedOutputStream
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DWriter.java58 void writeInt64(int fieldNumber, long value) throws IOException; in writeInt64() method
DCodedOutputStreamWriter.java74 public void writeInt64(int fieldNumber, long value) throws IOException { in writeInt64() method in CodedOutputStreamWriter
DSchemaUtil.java85 public static void writeInt64(int fieldNumber, long value, Writer writer) throws IOException { in writeInt64() method in SchemaUtil
DBinaryWriter.java178 public final void writeInt64(int fieldNumber, long value) throws IOException { in writeInt64() method in BinaryWriter
DCodedOutputStream.java255 public final void writeInt64(final int fieldNumber, final long value) throws IOException { in writeInt64() method in CodedOutputStream
/external/cronet/tot/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DWriter.java58 void writeInt64(int fieldNumber, long value) throws IOException; in writeInt64() method
DCodedOutputStreamWriter.java74 public void writeInt64(int fieldNumber, long value) throws IOException { in writeInt64() method in CodedOutputStreamWriter
DSchemaUtil.java85 public static void writeInt64(int fieldNumber, long value, Writer writer) throws IOException { in writeInt64() method in SchemaUtil
DBinaryWriter.java178 public final void writeInt64(int fieldNumber, long value) throws IOException { in writeInt64() method in BinaryWriter
DCodedOutputStream.java255 public final void writeInt64(final int fieldNumber, final long value) throws IOException { in writeInt64() method in CodedOutputStream
/external/protobuf/javamicro/src/main/java/com/google/protobuf/micro/
DCodedOutputStreamMicro.java141 public void writeInt64(final int fieldNumber, final long value) in writeInt64() method in CodedOutputStreamMicro
/external/protobuf/javanano/src/main/java/com/google/protobuf/nano/
DCodedOutputByteBufferNano.java114 public void writeInt64(final int fieldNumber, final long value) in writeInt64() method in CodedOutputByteBufferNano
/external/libchrome/mojo/public/js/lib/
Dcodec.js273 Encoder.prototype.writeInt64 = function(val) { method in Encoder