Home
last modified time | relevance | path

Searched refs:StringOutputStream (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/tools/aapt2/io/
DStringStream.cpp54 StringOutputStream::StringOutputStream(std::string* str, size_t buffer_capacity) in StringOutputStream() function in aapt::io::StringOutputStream
61 StringOutputStream::~StringOutputStream() { in ~StringOutputStream()
65 bool StringOutputStream::Next(void** data, size_t* size) { in Next()
76 void StringOutputStream::BackUp(size_t count) { in BackUp()
84 size_t StringOutputStream::ByteCount() const { in ByteCount()
88 void StringOutputStream::Flush() { in Flush()
94 void StringOutputStream::FlushImpl() { in FlushImpl()
DStringStream.h57 class StringOutputStream : public OutputStream {
59 explicit StringOutputStream(std::string* str, size_t buffer_capacity = 4096u);
61 ~StringOutputStream();
80 DISALLOW_COPY_AND_ASSIGN(StringOutputStream);
DStringStream_test.cpp78 StringOutputStream out(&output, 10u); in TEST()
/frameworks/base/tools/aapt2/java/
DJavaClassGenerator_test.cpp25 using ::aapt::io::StringOutputStream;
50 StringOutputStream out(&result); in TEST()
75 StringOutputStream out(&output); in TEST()
100 StringOutputStream out(&output); in TEST()
126 StringOutputStream out(&output); in TEST()
157 StringOutputStream out(&output); in TEST()
170 StringOutputStream out(&output); in TEST()
183 StringOutputStream out(&output); in TEST()
249 StringOutputStream out(&output); in TEST()
274 StringOutputStream out(&output); in TEST()
[all …]
DAnnotationProcessor_test.cpp23 using ::aapt::io::StringOutputStream;
41 StringOutputStream out(&annotations); in TEST()
54 StringOutputStream out(&annotations); in TEST()
69 StringOutputStream out(&annotations); in TEST()
DProguardRules_test.cpp23 using ::aapt::io::StringOutputStream;
31 StringOutputStream sout(&out); in GetKeepSetString()
DManifestClassGenerator_test.cpp22 using ::aapt::io::StringOutputStream;
164 StringOutputStream out(out_str);
/frameworks/base/tools/aapt2/text/
DPrinter_test.cpp22 using ::aapt::io::StringOutputStream;
31 StringOutputStream out(&result); in TEST()
/frameworks/base/tools/aapt2/format/
DContainer_test.cpp24 using ::google::protobuf::io::StringOutputStream;
40 StringOutputStream out_stream(&output_str); in TEST()