Home
last modified time | relevance | path

Searched refs:writeInt64NoTag (Results 1 – 7 of 7) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/
DGPBCodedOutputStream.h147 - (void)writeInt64NoTag:(int64_t)value;
DGPBCodedOutputStream.m239 - (void)writeInt64NoTag:(int64_t)value {
566 [self writeInt64NoTag:value];
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/javanano/src/main/java/com/google/protobuf/nano/
DExtension.java401 output.writeInt64NoTag(int64Value); in writeSingularData()
531 output.writeInt64NoTag(Array.getLong(array, i)); in writeRepeatedData()
DCodedOutputByteBufferNano.java117 writeInt64NoTag(value); in writeInt64()
266 public void writeInt64NoTag(final long value) throws IOException { in writeInt64NoTag() method in CodedOutputByteBufferNano
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/
DFieldSet.java673 case INT64 : output.writeInt64NoTag ((Long ) value); break; in writeElementNoTag()
DCodedOutputStream.java411 public final void writeInt64NoTag(final long value) throws IOException { in writeInt64NoTag() method in CodedOutputStream
/frameworks/base/config/
Dboot-image-profile.txt19597 HPLcom/android/framework/protobuf/nano/CodedOutputByteBufferNano;->writeInt64NoTag(J)V
23732 HPLcom/android/internal/telephony/protobuf/nano/CodedOutputByteBufferNano;->writeInt64NoTag(J)V