Home
last modified time | relevance | path

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

12

/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.js337 flatbuffers.Builder.prototype.writeInt64 = function(value) { method in flatbuffers.Builder
338 this.bb.writeInt64(this.space -= 8, value);
389 this.writeInt64(value);
1028 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/grpc-grpc-java/grpclb/src/generated/main/java/io/grpc/lb/v1/
DClientStats.java289 output.writeInt64(2, numCallsStarted_); in writeTo()
292 output.writeInt64(3, numCallsFinished_); in writeTo()
295 output.writeInt64(6, numCallsFinishedWithClientFailedToSend_); in writeTo()
298 output.writeInt64(7, numCallsFinishedKnownReceived_); in writeTo()
DClientStatsPerToken.java164 output.writeInt64(2, numCalls_); in writeTo()
/external/grpc-grpc-java/services/src/generated/main/java/io/grpc/channelz/v1/
DGetServerSocketsRequest.java124 output.writeInt64(1, serverId_); in writeTo()
127 output.writeInt64(2, startSocketId_); in writeTo()
DSocketData.java577 output.writeInt64(1, streamsStarted_); in writeTo()
580 output.writeInt64(2, streamsSucceeded_); in writeTo()
583 output.writeInt64(3, streamsFailed_); in writeTo()
586 output.writeInt64(4, messagesSent_); in writeTo()
589 output.writeInt64(5, messagesReceived_); in writeTo()
592 output.writeInt64(6, keepAlivesSent_); in writeTo()
DServerData.java245 output.writeInt64(2, callsStarted_); in writeTo()
248 output.writeInt64(3, callsSucceeded_); in writeTo()
251 output.writeInt64(4, callsFailed_); in writeTo()
DChannelData.java349 output.writeInt64(4, callsStarted_); in writeTo()
352 output.writeInt64(5, callsSucceeded_); in writeTo()
355 output.writeInt64(6, callsFailed_); in writeTo()
DGetServersRequest.java109 output.writeInt64(1, startServerId_); in writeTo()
DGetTopChannelsRequest.java109 output.writeInt64(1, startChannelId_); in writeTo()
DGetSocketRequest.java108 output.writeInt64(1, socketId_); in writeTo()
DGetChannelRequest.java108 output.writeInt64(1, channelId_); in writeTo()
DGetSubchannelRequest.java108 output.writeInt64(1, subchannelId_); in writeTo()
/external/protobuf/objectivec/
DGPBCodedOutputStream.h141 - (void)writeInt64:(int32_t)fieldNumber value:(int64_t)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/libchrome/mojo/public/js/lib/
Dcodec.js273 Encoder.prototype.writeInt64 = function(val) { method in Encoder
807 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/flatbuffers/tests/
Dmonster_test_generated.ts610 this.bb!.writeInt64(this.bb_pos + offset, value);
1142 this.bb!.writeInt64(this.bb_pos + offset, value);
1234 this.bb!.writeInt64(this.bb_pos + offset, value);
2710 this.bb!.writeInt64(this.bb_pos + offset, value);
Dmonster_test_generated.js681 this.bb.writeInt64(this.bb_pos + offset, value);
1233 this.bb.writeInt64(this.bb_pos + offset, value);
1325 this.bb.writeInt64(this.bb_pos + offset, value);
2856 this.bb.writeInt64(this.bb_pos + offset, value);

12