HomeSort by relevance Sort by last modified time
    Searched refs:NullByteSink (Results 1 - 2 of 2) sorted by null

  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/
bytestream.h 44 // NullByteSink Consumes a never-ending stream of bytes
270 // NullByteSink sink;
273 class LIBPROTOBUF_EXPORT NullByteSink : public ByteSink {
275 NullByteSink() {}
279 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(NullByteSink);
  /external/guava/guava-testlib/src/com/google/common/testing/
ArbitraryInstances.java 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 {
457 private static final NullByteSink INSTANCE = new NullByteSink();

Completed in 2279 milliseconds