Searched refs:writeInt64NoTag (Results 1 – 7 of 7) sorted by relevance
147 - (void)writeInt64NoTag:(int64_t)value;
239 - (void)writeInt64NoTag:(int64_t)value {566 [self writeInt64NoTag:value];
401 output.writeInt64NoTag(int64Value); in writeSingularData()531 output.writeInt64NoTag(Array.getLong(array, i)); in writeRepeatedData()
117 writeInt64NoTag(value); in writeInt64()266 public void writeInt64NoTag(final long value) throws IOException { in writeInt64NoTag() method in CodedOutputByteBufferNano
673 case INT64 : output.writeInt64NoTag ((Long ) value); break; in writeElementNoTag()
411 public final void writeInt64NoTag(final long value) throws IOException { in writeInt64NoTag() method in CodedOutputStream
19597 HPLcom/android/framework/protobuf/nano/CodedOutputByteBufferNano;->writeInt64NoTag(J)V23732 HPLcom/android/internal/telephony/protobuf/nano/CodedOutputByteBufferNano;->writeInt64NoTag(J)V