HomeSort by relevance Sort by last modified time
    Searched refs:writeDelimitedTo (Results 1 - 4 of 4) sorted by null

  /external/protobuf/java/src/main/java/com/google/protobuf/
MessageLite.java 125 * {@link #writeDelimitedTo(OutputStream)}.
137 void writeDelimitedTo(OutputStream output) throws IOException;
298 * {@link MessageLite#writeDelimitedTo(OutputStream)} to write your message
318 * {@link MessageLite#writeDelimitedTo(OutputStream)} to write messages in
AbstractMessageLite.java 83 public void writeDelimitedTo(final OutputStream output) throws IOException {
UnknownFieldSet.java 189 public void writeDelimitedTo(OutputStream output) throws IOException {
  /external/protobuf/java/src/test/java/com/google/protobuf/
WireFormatTest.java 226 TestUtil.getAllSet().writeDelimitedTo(output);
228 TestUtil.getPackedSet().writeDelimitedTo(output);

Completed in 20 milliseconds