Searched refs:NullByteSink (Results 1 – 2 of 2) sorted by relevance
273 class LIBPROTOBUF_EXPORT NullByteSink : public ByteSink {275 NullByteSink() {} in NullByteSink() function279 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(NullByteSink);
234 .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 ArbitraryInstances457 private static final NullByteSink INSTANCE = new NullByteSink();