Searched defs:writeInt64 (Results 1 – 9 of 9) sorted by relevance
104 void EventLog::TagBuffer::writeInt64(int64_t value) { in writeInt64() function in android::EventLog::TagBuffer
312 jspb.BinaryEncoder.prototype.writeInt64 = function(value) { method in jspb.BinaryEncoder
472 jspb.BinaryWriter.prototype.writeInt64 = function(field, value) { method in jspb.BinaryWriter
105 public native final void writeInt64(long val); in writeInt64() method in HwParcel
114 public void writeInt64(final int fieldNumber, final long value) in writeInt64() method in CodedOutputByteBufferNano
1105 public void writeInt64(long fieldId, long val) { in writeInt64() method in ProtoOutputStream
1044 status_t Parcel::writeInt64(int64_t val) in writeInt64() function in android::Parcel
250 public final void writeInt64(final int fieldNumber, final long value) throws IOException { in writeInt64() method in CodedOutputStream
1546 void MPEG4Writer::writeInt64(int64_t x) { in writeInt64() function in android::MPEG4Writer