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