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);
234 .put(ByteSink.class, NullByteSink.INSTANCE)235 .put(CharSink.class, NullByteSink.INSTANCE.asCharSink(Charsets.UTF_8))459 private static final class NullByteSink extends ByteSink implements Serializable { class in ArbitraryInstances460 private static final NullByteSink INSTANCE = new NullByteSink();
243 .put(ByteSink.class, NullByteSink.INSTANCE)244 .put(CharSink.class, NullByteSink.INSTANCE.asCharSink(Charsets.UTF_8))471 private static final class NullByteSink extends ByteSink implements Serializable { class in ArbitraryInstances472 private static final NullByteSink INSTANCE = new NullByteSink();