Home
last modified time | relevance | path

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

/external/protobuf/java/src/main/java/com/google/protobuf/micro/
DCodedOutputStreamMicro.java341 public void writeGroupNoTag(final MessageMicro value) throws IOException { in writeGroupNoTag() method in CodedOutputStreamMicro
/external/protobuf/java/src/main/java/com/google/protobuf/nano/
DCodedOutputByteBufferNano.java519 public void writeGroupNoTag(final MessageNano value) throws IOException { in writeGroupNoTag() method in CodedOutputByteBufferNano
/external/protobuf/java/src/main/java/com/google/protobuf/
DCodedOutputStream.java429 public void writeGroupNoTag(final MessageLite value) throws IOException { in writeGroupNoTag() method in CodedOutputStream