Searched defs:StringOutputStream (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tools/aapt2/io/
H A DStringStream.cpp54 StringOutputStream::StringOutputStream(std::string* str, size_t buffer_capacity) function in class:aapt::io::StringOutputStream
61 StringOutputStream::~StringOutputStream() {
65 bool StringOutputStream::Next(void** data, size_t* size) {
76 void StringOutputStream::BackUp(size_t count) {
84 size_t StringOutputStream::ByteCount() const {
88 void StringOutputStream::Flush() {
94 void StringOutputStream::FlushImpl() {
H A DStringStream.h57 class StringOutputStream : public OutputStream { class in namespace:aapt::io
59 explicit StringOutputStream(std::string* str, size_t buffer_capacity = 4096u);
61 ~StringOutputStream();
80 DISALLOW_COPY_AND_ASSIGN(StringOutputStream);

Completed in 50 milliseconds