Searched defs:ByteSink (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
H A Dbytestream.cpp13 ByteSink::~ByteSink() {}
15 char* ByteSink::GetAppendBuffer(int32_t min_capacity,
27 void ByteSink::Flush() {}
/external/chromium_org/third_party/icu/source/common/unicode/
H A Dbytestream.h7 // 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 { class in inherits:UMemory
54 ByteSink() { } function in class: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(cons
[all...]
/external/icu/icu4c/source/common/
H A Dbytestream.cpp13 ByteSink::~ByteSink() {}
15 char* ByteSink::GetAppendBuffer(int32_t min_capacity,
27 void ByteSink::Flush() {}
/external/icu/icu4c/source/common/unicode/
H A Dbytestream.h7 // 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 { class in inherits:UMemory
54 ByteSink() { } function in class: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(cons
[all...]
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 116 milliseconds