Home
last modified time | relevance | path

Searched refs:writeInt64 (Results 1 – 19 of 19) sorted by relevance

/external/protobuf/js/binary/
Dwriter_test.js79 assertFails(function() {writer.writeInt64(1, -Infinity);});
80 assertFails(function() {writer.writeInt64(1, Infinity);});
Dreader_test.js347 jspb.BinaryWriter.prototype.writeInt64,
633 writer.writeInt64(42, 42);
635 writer.writeInt64(84, 42);
Dwriter.js299 this.writeInt64(field, /** @type {number} */(value));
472 jspb.BinaryWriter.prototype.writeInt64 = function(field, value) { method in jspb.BinaryWriter
633 this.encoder_.writeInt64(value);
1467 this.encoder_.writeInt64(value[i]);
Ddecoder_test.js301 jspb.BinaryEncoder.prototype.writeInt64,
Dencoder.js312 jspb.BinaryEncoder.prototype.writeInt64 = function(value) { method in jspb.BinaryEncoder
/external/llvm/lib/DebugInfo/CodeView/
DTypeRecordBuilder.cpp44 void TypeRecordBuilder::writeInt64(int64_t Value) { in writeInt64() function in TypeRecordBuilder
75 writeInt64(Value); in writeEncodedSignedInteger()
/external/flatbuffers/js/
Dflatbuffers.js324 flatbuffers.Builder.prototype.writeInt64 = function(value) { method in flatbuffers.Builder
325 this.bb.writeInt64(this.space -= 8, value);
376 this.writeInt64(value);
977 flatbuffers.ByteBuffer.prototype.writeInt64 = function(offset, value) { method in flatbuffers.ByteBuffer
/external/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecordBuilder.h36 void writeInt64(int64_t Value);
/external/protobuf/objectivec/
DGPBCodedOutputStream.h141 - (void)writeInt64:(int32_t)fieldNumber value:(int64_t)value;
DGPBCodedOutputStream.m237 - (void)writeInt64:(int32_t)fieldNumber value:(int64_t)value {
565 [self writeInt64:fieldNumber value:value];
DGPBMessage.m1482 [output writeInt64:fieldNumber
DGPBDictionary.m206 [stream writeInt64:fieldNum value:value];
/external/flatbuffers/tests/
Dmonster_test_generated.js498 this.bb.writeInt64(this.bb_pos + offset, value);
942 this.bb.writeInt64(this.bb_pos + offset, value);
1034 this.bb.writeInt64(this.bb_pos + offset, value);
/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
1179 writeInt64(number, int64Value); in writeField()
/external/libmojo/mojo/public/js/
Dcodec.js267 Encoder.prototype.writeInt64 = function(val) { method in Encoder
650 encoder.writeInt64(val);
/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/java/core/src/main/java/com/google/protobuf/
DCodedOutputStream.java216 public final void writeInt64(final int fieldNumber, final long value) throws IOException { in writeInt64() method in CodedOutputStream
/external/sqlite/dist/orig/
Dsqlite3.c164720 static int writeInt64(u8 *p, i64 i){
164947 p += writeInt64(p, pCell->iRowid);
/external/sqlite/dist/
Dsqlite3.c164733 static int writeInt64(u8 *p, i64 i){
164960 p += writeInt64(p, pCell->iRowid);