Searched defs:writeInt64 (Results 1 – 12 of 12) sorted by relevance
| /third_party/node/deps/npm/node_modules/sshpk/lib/ |
| D | ssh-buffer.js | 118 SSHBuffer.prototype.writeInt64 = function (v) { method in SSHBuffer
|
| /third_party/flatbuffers/ts/ |
| D | byte-buffer.ts | 129 writeInt64(offset: number, value: Long): void { method in ByteBuffer
|
| D | builder.ts | 139 writeInt64(value: Long): void { method in Builder
|
| /third_party/protobuf/js/binary/ |
| D | encoder.js | 356 jspb.BinaryEncoder.prototype.writeInt64 = function(value) { method in jspb.BinaryEncoder
|
| D | writer.js | 500 jspb.BinaryWriter.prototype.writeInt64 = function(field, value) { method in jspb.BinaryWriter
|
| /third_party/protobuf/php/src/Google/Protobuf/Internal/ |
| D | GPBWire.php | 305 public static function writeInt64(&$output, $value) function in Google\\Protobuf\\Internal\\GPBWire
|
| /third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
| D | Writer.java | 57 void writeInt64(int fieldNumber, long value) throws IOException; in writeInt64() method
|
| D | CodedOutputStreamWriter.java | 73 public void writeInt64(int fieldNumber, long value) throws IOException { in writeInt64() method in CodedOutputStreamWriter
|
| D | SchemaUtil.java | 82 public static void writeInt64(int fieldNumber, long value, Writer writer) throws IOException { in writeInt64() method in SchemaUtil
|
| D | BinaryWriter.java | 176 public final void writeInt64(int fieldNumber, long value) throws IOException { in writeInt64() method in BinaryWriter
|
| D | CodedOutputStream.java | 255 public final void writeInt64(final int fieldNumber, final long value) throws IOException { in writeInt64() method in CodedOutputStream
|
| /third_party/protobuf/js/experimental/runtime/kernel/ |
| D | writer.js | 253 writeInt64(fieldNumber, value) { method in Writer
|