Home
last modified time | relevance | path

Searched refs:ByteStringFactory (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/java/core/src/test/java/com/google/protobuf/
DIsValidUtf8TestUtil.java64 static interface ByteStringFactory { interface in IsValidUtf8TestUtil
68 static final ByteStringFactory LITERAL_FACTORY = new ByteStringFactory() {
75 static final ByteStringFactory HEAP_NIO_FACTORY = new ByteStringFactory() {
91 static final ByteStringFactory DIRECT_NIO_FACTORY = new ByteStringFactory() {
230 static void testBytes(ByteStringFactory factory, int numBytes, long expectedCount) {
247 ByteStringFactory factory, int numBytes, long expectedCount, long start, long lim) {
344 ByteStringFactory factory, int numBytes, long expectedCount, long start, long lim) {
DIsValidUtf8Test.java40 import com.google.protobuf.IsValidUtf8TestUtil.ByteStringFactory;
143 private void assertValidUtf8(ByteStringFactory factory, int[] bytes, boolean not) { in assertValidUtf8()