Searched refs:NullByteSink (Results 1 – 3 of 3) sorted by relevance
274 class PROTOBUF_EXPORT NullByteSink : public ByteSink {276 NullByteSink() {} in NullByteSink() function280 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(NullByteSink);
236 .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 ArbitraryInstances469 private static final NullByteSink INSTANCE = new NullByteSink();
245 .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 ArbitraryInstances478 private static final NullByteSink INSTANCE = new NullByteSink();