Home
last modified time | relevance | path

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

/external/protobuf/javamicro/src/main/java/com/google/protobuf/micro/
DCodedOutputStreamMicro.java301 public void writeInt64NoTag(final long value) throws IOException { in writeInt64NoTag() method in CodedOutputStreamMicro
/external/protobuf/javanano/src/main/java/com/google/protobuf/nano/
DCodedOutputByteBufferNano.java274 public void writeInt64NoTag(final long value) throws IOException { in writeInt64NoTag() method in CodedOutputByteBufferNano
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DCodedOutputStream.java377 public final void writeInt64NoTag(final long value) throws IOException { in writeInt64NoTag() method in CodedOutputStream