Searched refs:writeRawFixed64 (Results 1 – 8 of 8) sorted by relevance
272 mBuffer.writeRawFixed64(mExpectedObjectToken); // push previous token into stack. in start()546 mBuffer.writeRawFixed64(bit_cast<double, uint64_t>(val)); in writeDoubleImpl()588 mBuffer.writeRawFixed64(val); in writeFixed64Impl()602 mBuffer.writeRawFixed64((uint64_t)val); in writeSFixed64Impl()
193 EncodedBuffer::writeRawFixed64(uint64_t val) in writeRawFixed64() function in android::util::EncodedBuffer
116 void writeRawFixed64(uint64_t val);
950 mBuffer.writeRawFixed64(Double.doubleToLongBits(val)); in writeDoubleImpl()969 mBuffer.writeRawFixed64(Double.doubleToLongBits(val)); in writeRepeatedDoubleImpl()986 mBuffer.writeRawFixed64(Double.doubleToLongBits(val[i])); in writePackedDouble()1587 mBuffer.writeRawFixed64(val); in writeFixed64Impl()1606 mBuffer.writeRawFixed64(val); in writeRepeatedFixed64Impl()1623 mBuffer.writeRawFixed64(val[i]); in writePackedFixed64()1714 mBuffer.writeRawFixed64(val); in writeSFixed64Impl()1733 mBuffer.writeRawFixed64(val); in writeRepeatedSFixed64Impl()1750 mBuffer.writeRawFixed64(val[i]); in writePackedSFixed64()
372 public void writeRawFixed64(long val) { in writeRawFixed64() method in EncodedBuffer
1087 method public void writeRawFixed64(long);
47087 Landroid/util/proto/EncodedBuffer;->writeRawFixed64(J)V
6422 HPLandroid/util/proto/EncodedBuffer;->writeRawFixed64(J)V