Home
last modified time | relevance | path

Searched refs:NullByteSink (Results 1 – 4 of 4) sorted by relevance

/external/protobuf/src/google/protobuf/stubs/
Dbytestream.h274 class PROTOBUF_EXPORT NullByteSink : public ByteSink {
276 NullByteSink() {} in NullByteSink() function
280 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(NullByteSink);
/external/guava/android/guava-testlib/src/com/google/common/testing/
DArbitraryInstances.java236 .put(ByteSink.class, NullByteSink.INSTANCE)
237 .put(CharSink.class, NullByteSink.INSTANCE.asCharSink(Charsets.UTF_8))
468 private static final class NullByteSink extends ByteSink implements Serializable { class in ArbitraryInstances
469 private static final NullByteSink INSTANCE = new NullByteSink();
/external/guava/guava-testlib/src/com/google/common/testing/
DArbitraryInstances.java245 .put(ByteSink.class, NullByteSink.INSTANCE)
246 .put(CharSink.class, NullByteSink.INSTANCE.asCharSink(Charsets.UTF_8))
477 private static final class NullByteSink extends ByteSink implements Serializable { class in ArbitraryInstances
478 private static final NullByteSink INSTANCE = new NullByteSink();
/external/guice/lib/build/
Dguava-testlib-19.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...