HomeSort by relevance Sort by last modified time
    Searched defs:ByteSink (Results 1 - 25 of 72) sorted by null

1 2 3

  /external/icu/icu4c/source/common/
bytestream.cpp 15 ByteSink::~ByteSink() {}
17 char* ByteSink::GetAppendBuffer(int32_t min_capacity,
29 void ByteSink::Flush() {}
  /external/icu/icu4c/source/common/unicode/
bytestream.h 9 // Abstract interface that consumes a sequence of bytes (ByteSink).
15 // ByteSink:
47 * A ByteSink can be filled with bytes.
50 class U_COMMON_API ByteSink : public UMemory {
56 ByteSink() { }
61 virtual ~ByteSink();
77 * on this ByteSink.
91 * If the ByteSink allocates or reallocates an internal buffer, it should use
122 * The ByteSink should be ready for further Append() calls after Flush().
129 ByteSink(const ByteSink &); // copy constructor not implemente
    [all...]
  /external/protobuf/src/google/protobuf/stubs/
bytestream.h 31 // This file declares the ByteSink and ByteSource abstract interfaces. These
32 // interfaces represent objects that consume (ByteSink) or produce (ByteSource)
39 // ByteSink:
73 // ByteSink* sink = ...
77 class LIBPROTOBUF_EXPORT ByteSink {
79 ByteSink() {}
80 virtual ~ByteSink() {}
85 // Flushes internal buffers. The default implemenation does nothing. ByteSink
91 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(ByteSink);
135 // Writes the next n bytes in this ByteSource to the given ByteSink, an
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/
bytestream.h 31 // This file declares the ByteSink and ByteSource abstract interfaces. These
32 // interfaces represent objects that consume (ByteSink) or produce (ByteSource)
39 // ByteSink:
73 // ByteSink* sink = ...
77 class LIBPROTOBUF_EXPORT ByteSink {
79 ByteSink() {}
80 virtual ~ByteSink() {}
85 // Flushes internal buffers. The default implemenation does nothing. ByteSink
91 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(ByteSink);
135 // Writes the next n bytes in this ByteSource to the given ByteSink, an
    [all...]
  /external/guava/guava/src/com/google/common/io/
ByteSink.java 31 * {@code ByteSink} is not an open, stateful stream that can be written to and closed. Instead, it
34 * <p>{@code ByteSink} provides two kinds of methods:
47 public abstract class ByteSink {
52 protected ByteSink() {}
55 * Returns a {@link CharSink} view of this {@code ByteSink} that writes characters to this sink
148 return new OutputStreamWriter(ByteSink.this.openStream(), charset);
153 return ByteSink.this.toString() + ".asCharSink(" + charset + ")";
  /cts/tests/libcore/javautilcollections/libs/
guava-20.0.jar 
  /external/dagger2/lib/
google-java-format-0.1-20151017.042846-2.jar 
  /external/guice/lib/
guava-16.0.1.jar 
  /external/r8/deps/
guava-19.0.jar 
  /prebuilts/devtools/tools/lib/
guava-17.0.jar 
guava-18.0.jar 
guava-22.0.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.1.0/
compiler-2.1.0.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.1.0-beta1/
compiler-2.1.0-beta1.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.1.0-beta3/
compiler-2.1.0-beta3.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.1.0-rc1/
compiler-2.1.0-rc1.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.1.2/
compiler-2.1.2.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.1.3/
compiler-2.1.3.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.2.0/
compiler-2.2.0.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.2.0-alpha1/
compiler-2.2.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.2.0-alpha3/
compiler-2.2.0-alpha3.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.2.0-alpha4/
compiler-2.2.0-alpha4.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.2.0-alpha7/
compiler-2.2.0-alpha7.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.2.0-beta1/
compiler-2.2.0-beta1.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.2.0-beta2/
compiler-2.2.0-beta2.jar 

Completed in 808 milliseconds

1 2 3