Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/stubs/
Dbytestream.h273 class LIBPROTOBUF_EXPORT NullByteSink : public ByteSink {
275 NullByteSink() {} in NullByteSink() function
279 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(NullByteSink);
/external/guava/guava-testlib/src/com/google/common/testing/
DArbitraryInstances.java234 .put(ByteSink.class, NullByteSink.INSTANCE)
235 .put(CharSink.class, NullByteSink.INSTANCE.asCharSink(Charsets.UTF_8))
456 private static final class NullByteSink extends ByteSink implements Serializable { class in ArbitraryInstances
457 private static final NullByteSink INSTANCE = new NullByteSink();