Home
last modified time | relevance | path

Searched defs:writeUInt64NoTag (Results 1 – 3 of 3) sorted by relevance

/external/protobuf/java/core/src/main/java/com/google/protobuf/
DCodedOutputStream.java419 public abstract void writeUInt64NoTag(long value) throws IOException; in writeUInt64NoTag() method in CodedOutputStream
1397 public final void writeUInt64NoTag(long value) throws IOException { in writeUInt64NoTag() method in CodedOutputStream.ArrayEncoder
1750 public void writeUInt64NoTag(long value) throws IOException { in writeUInt64NoTag() method in CodedOutputStream.SafeDirectNioEncoder
2088 public void writeUInt64NoTag(long value) throws IOException { in writeUInt64NoTag() method in CodedOutputStream.UnsafeDirectNioEncoder
2582 public void writeUInt64NoTag(long value) throws IOException { in writeUInt64NoTag() method in CodedOutputStream.ByteOutputEncoder
2896 public void writeUInt64NoTag(long value) throws IOException { in writeUInt64NoTag() method in CodedOutputStream.OutputStreamEncoder
/external/protobuf/javamicro/src/main/java/com/google/protobuf/micro/
DCodedOutputStreamMicro.java296 public void writeUInt64NoTag(final long value) throws IOException { in writeUInt64NoTag() method in CodedOutputStreamMicro
/external/protobuf/javanano/src/main/java/com/google/protobuf/nano/
DCodedOutputByteBufferNano.java261 public void writeUInt64NoTag(final long value) throws IOException { in writeUInt64NoTag() method in CodedOutputByteBufferNano