Lines Matching refs:Print

41   Print(&str_stream);  in PrettyPrint()
42 printer->Print(str_stream.str()); in PrettyPrint()
46 value.Print(&out); in operator <<()
95 void RawString::Print(std::ostream* out) const { in Print() function in aapt::RawString
144 void Reference::Print(std::ostream* out) const { in Print() function in aapt::Reference
174 printer->Print("@"); in PrettyPrintReferenceImpl()
178 printer->Print("?"); in PrettyPrintReferenceImpl()
183 printer->Print("null"); in PrettyPrintReferenceImpl()
188 printer->Print("*"); in PrettyPrintReferenceImpl()
194 printer->Print(name.to_string()); in PrettyPrintReferenceImpl()
196 printer->Print(name.type.to_string()); in PrettyPrintReferenceImpl()
197 printer->Print("/"); in PrettyPrintReferenceImpl()
198 printer->Print(name.entry); in PrettyPrintReferenceImpl()
201 printer->Print(ref.id.value().to_string()); in PrettyPrintReferenceImpl()
224 void Id::Print(std::ostream* out) const { in Print() function in aapt::Id
266 void String::Print(std::ostream* out) const { in Print() function in aapt::String
271 printer->Print("\""); in PrettyPrint()
272 printer->Print(*value); in PrettyPrint()
273 printer->Print("\""); in PrettyPrint()
313 void StyledString::Print(std::ostream* out) const { in Print() function in aapt::StyledString
341 void FileReference::Print(std::ostream* out) const { in Print() function in aapt::FileReference
381 void BinaryPrimitive::Print(std::ostream* out) const { in Print() function in aapt::BinaryPrimitive
462 printer->Print("@empty"); in PrettyPrint()
464 printer->Print("@null"); in PrettyPrint()
469 printer->Print(StringPrintf("%" PRIi32, static_cast<int32_t>(value.data))); in PrettyPrint()
473 printer->Print(StringPrintf("0x%08x", value.data)); in PrettyPrint()
477 printer->Print(value.data != 0 ? "true" : "false"); in PrettyPrint()
484 printer->Print(StringPrintf("#%08x", value.data)); in PrettyPrint()
490 printer->Print(StringPrintf(DecideFormat(f), f)); in PrettyPrint()
494 printer->Print(ComplexToString(value.data, false /*fraction*/)); in PrettyPrint()
498 printer->Print(ComplexToString(value.data, true /*fraction*/)); in PrettyPrint()
502 printer->Print(StringPrintf("(unknown 0x%02x) 0x%08x", value.dataType, value.data)); in PrettyPrint()
678 void Attribute::Print(std::ostream* out) const { in Print() function in aapt::Attribute
881 void Style::Print(std::ostream* out) const { in Print() function in aapt::Style
970 void Array::Print(std::ostream* out) const { in Print() function in aapt::Array
997 void Plural::Print(std::ostream* out) const { in Print() function in aapt::Plural
1040 void Styleable::Print(std::ostream* out) const { in Print() function in aapt::Styleable
1056 void Macro::Print(std::ostream* out) const { in Print() function in aapt::Macro