Searched refs:out_ (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/tools/aapt2/text/
H A DPrinter.h31 explicit Printer(::aapt::io::OutputStream* out) : out_(out) {
44 ::aapt::io::OutputStream* out_; member in class:aapt::text::Printer
H A DPrinter.cpp54 if (!io::Copy(out_, " ")) {
62 if (!io::Copy(out_, str_to_copy)) {
70 if (!io::Copy(out_, "\n")) {
/frameworks/base/tools/aapt2/io/
H A DUtil.h53 explicit OutputStreamAdaptor(::google::protobuf::io::ZeroCopyOutputStream* out) : out_(out) {
58 bool result = out_->Next(data, &out_size);
67 out_->BackUp(static_cast<int>(count));
71 return static_cast<size_t>(out_->ByteCount());
81 ::google::protobuf::io::ZeroCopyOutputStream* out_; member in class:aapt::io::OutputStreamAdaptor
/frameworks/base/tools/aapt2/format/
H A DContainer.cpp33 : out_(out), total_entry_count_(entry_count), current_entry_count_(0u) {
34 CodedOutputStream coded_out(out_);
64 CodedOutputStream coded_out(out_);
97 CodedOutputStream coded_out(out_);
131 if (!io::Copy(out_, in)) {
H A DContainer.h50 ::google::protobuf::io::ZeroCopyOutputStream* out_; member in class:aapt::ContainerWriter

Completed in 83 milliseconds