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