Home
last modified time | relevance | path

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

/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DCodedOutputStreamTest.java161 Coder newCoder(int size) { in ARRAY() method
167 Coder newCoder(int size) { in NIO_HEAP() method
173 Coder newCoder(int size) { in NIO_HEAP_WITH_INITIAL_OFFSET() method
180 Coder newCoder(int size) { in NIO_DIRECT_SAFE() method
186 Coder newCoder(int size) { in NIO_DIRECT_SAFE_WITH_INITIAL_OFFSET() method
193 Coder newCoder(int size) { in NIO_DIRECT_UNSAFE() method
199 Coder newCoder(int size) { in NIO_DIRECT_UNSAFE_WITH_INITIAL_OFFSET() method
206 Coder newCoder(int size) { in STREAM() method
211 abstract Coder newCoder(int size); in newCoder() method in CodedOutputStreamTest.OutputType