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

  /external/icu4c/common/
bytestream.cpp 13 ByteSink::~ByteSink() {}
15 char* ByteSink::GetAppendBuffer(int32_t min_capacity,
27 void ByteSink::Flush() {}
  /external/icu4c/common/unicode/
bytestream.h 7 // Abstract interface that consumes a sequence of bytes (ByteSink).
13 // ByteSink:
45 * A ByteSink can be filled with bytes.
48 class U_COMMON_API ByteSink : public UMemory {
54 ByteSink() { }
59 virtual ~ByteSink();
75 * on this ByteSink.
89 * If the ByteSink allocates or reallocates an internal buffer, it should use
120 * The ByteSink should be ready for further Append() calls after Flush().
127 ByteSink(const ByteSink &); // copy constructor not implemente
    [all...]
  /prebuilts/tools/common/gradle-plugins/repository/com/google/guava/guava/14.0/
guava-14.0.jar 

Completed in 123 milliseconds