Lines Matching refs:Print
41 Print(&str_stream); in PrettyPrint()
42 printer->Print(str_stream.str()); in PrettyPrint()
46 value.Print(&out); in operator <<()
93 void RawString::Print(std::ostream* out) const { in Print() function in aapt::RawString
143 void Reference::Print(std::ostream* out) const { in Print() function in aapt::Reference
173 printer->Print("@"); in PrettyPrintReferenceImpl()
177 printer->Print("?"); in PrettyPrintReferenceImpl()
182 printer->Print("null"); in PrettyPrintReferenceImpl()
187 printer->Print("*"); in PrettyPrintReferenceImpl()
193 printer->Print(name.to_string()); in PrettyPrintReferenceImpl()
195 printer->Print(to_string(name.type)); in PrettyPrintReferenceImpl()
196 printer->Print("/"); in PrettyPrintReferenceImpl()
197 printer->Print(name.entry); in PrettyPrintReferenceImpl()
200 printer->Print(ref.id.value().to_string()); in PrettyPrintReferenceImpl()
227 void Id::Print(std::ostream* out) const { in Print() function in aapt::Id
277 void String::Print(std::ostream* out) const { in Print() function in aapt::String
282 printer->Print("\""); in PrettyPrint()
283 printer->Print(*value); in PrettyPrint()
284 printer->Print("\""); in PrettyPrint()
332 void StyledString::Print(std::ostream* out) const { in Print() function in aapt::StyledString
369 void FileReference::Print(std::ostream* out) const { in Print() function in aapt::FileReference
413 void BinaryPrimitive::Print(std::ostream* out) const { in Print() function in aapt::BinaryPrimitive
479 printer->Print("@empty"); in PrettyPrint()
481 printer->Print("@null"); in PrettyPrint()
486 printer->Print(StringPrintf("%" PRIi32, static_cast<int32_t>(value.data))); in PrettyPrint()
490 printer->Print(StringPrintf("0x%08x", value.data)); in PrettyPrint()
494 printer->Print(value.data != 0 ? "true" : "false"); in PrettyPrint()
501 printer->Print(StringPrintf("#%08x", value.data)); in PrettyPrint()
505 printer->Print(StringPrintf("%g", *reinterpret_cast<const float*>(&value.data))); in PrettyPrint()
509 printer->Print(ComplexToString(value.data, false /*fraction*/)); in PrettyPrint()
513 printer->Print(ComplexToString(value.data, true /*fraction*/)); in PrettyPrint()
517 printer->Print(StringPrintf("(unknown 0x%02x) 0x%08x", value.dataType, value.data)); in PrettyPrint()
697 void Attribute::Print(std::ostream* out) const { in Print() function in aapt::Attribute
912 void Style::Print(std::ostream* out) const { in Print() function in aapt::Style
1010 void Array::Print(std::ostream* out) const { in Print() function in aapt::Array
1050 void Plural::Print(std::ostream* out) const { in Print() function in aapt::Plural
1097 void Styleable::Print(std::ostream* out) const { in Print() function in aapt::Styleable