Home
last modified time | relevance | path

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

/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DCodedOutputStream.java328 public final void writeRawByte(final byte value) throws IOException { in writeRawByte() method in CodedOutputStream
333 public final void writeRawByte(final int value) throws IOException { in writeRawByte() method in CodedOutputStream