Home
last modified time | relevance | path

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

/third_party/node/deps/npm/node_modules/sshpk/lib/
Dssh-buffer.js118 SSHBuffer.prototype.writeInt64 = function (v) { method in SSHBuffer
/third_party/protobuf/js/binary/
Dencoder.js356 jspb.BinaryEncoder.prototype.writeInt64 = function(value) { method in jspb.BinaryEncoder
Dwriter.js500 jspb.BinaryWriter.prototype.writeInt64 = function(field, value) { method in jspb.BinaryWriter
/third_party/protobuf/php/src/Google/Protobuf/Internal/
DGPBWire.php305 public static function writeInt64(&$output, $value) function in Google\\Protobuf\\Internal\\GPBWire
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DWriter.java57 void writeInt64(int fieldNumber, long value) throws IOException; in writeInt64() method
DCodedOutputStreamWriter.java73 public void writeInt64(int fieldNumber, long value) throws IOException { in writeInt64() method in CodedOutputStreamWriter
DSchemaUtil.java82 public static void writeInt64(int fieldNumber, long value, Writer writer) throws IOException { in writeInt64() method in SchemaUtil
DBinaryWriter.java176 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
/third_party/protobuf/js/experimental/runtime/kernel/
Dwriter.js253 writeInt64(fieldNumber, value) { method in Writer
/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