Searched refs:ByteOutputEncoder (Results 1 – 1 of 1) sorted by relevance
220 return new ByteOutputEncoder(byteOutput, bufferSize); in newInstance()2394 private static final class ByteOutputEncoder extends AbstractBufferedEncoder { class in CodedOutputStream2397 ByteOutputEncoder(ByteOutput out, int bufferSize) { in ByteOutputEncoder() method in CodedOutputStream.ByteOutputEncoder