D | CodedOutputStreamTest.java | 59 OutputType getOutputType(); in getOutputType() method 82 public OutputType getOutputType() { in getOutputType() method in CodedOutputStreamTest.OutputStreamCoder 107 public OutputType getOutputType() { in getOutputType() method in CodedOutputStreamTest.ArrayCoder 145 public OutputType getOutputType() { in getOutputType() method in CodedOutputStreamTest.NioHeapCoder 183 public OutputType getOutputType() { in getOutputType() method in CodedOutputStreamTest.NioDirectCoder 605 assertEqualBytes(coder.getOutputType(), new byte[]{3, 'a', 'b', 'c'}, coder.toByteArray());
|