Lines Matching refs:Print
41 Print(&str_stream); in PrettyPrint()
42 printer->Print(str_stream.str()); in PrettyPrint()
46 value.Print(&out); in operator <<()
94 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()
223 void Id::Print(std::ostream* out) const { in Print() function in aapt::Id
265 void String::Print(std::ostream* out) const { in Print() function in aapt::String
270 printer->Print("\""); in PrettyPrint()
271 printer->Print(*value); in PrettyPrint()
272 printer->Print("\""); in PrettyPrint()
312 void StyledString::Print(std::ostream* out) const { in Print() function in aapt::StyledString
340 void FileReference::Print(std::ostream* out) const { in Print() function in aapt::FileReference
380 void BinaryPrimitive::Print(std::ostream* out) const { in Print() function in aapt::BinaryPrimitive
446 printer->Print("@empty"); in PrettyPrint()
448 printer->Print("@null"); in PrettyPrint()
453 printer->Print(StringPrintf("%" PRIi32, static_cast<int32_t>(value.data))); in PrettyPrint()
457 printer->Print(StringPrintf("0x%08x", value.data)); in PrettyPrint()
461 printer->Print(value.data != 0 ? "true" : "false"); in PrettyPrint()
468 printer->Print(StringPrintf("#%08x", value.data)); in PrettyPrint()
472 printer->Print(StringPrintf("%g", *reinterpret_cast<const float*>(&value.data))); in PrettyPrint()
476 printer->Print(ComplexToString(value.data, false /*fraction*/)); in PrettyPrint()
480 printer->Print(ComplexToString(value.data, true /*fraction*/)); in PrettyPrint()
484 printer->Print(StringPrintf("(unknown 0x%02x) 0x%08x", value.dataType, value.data)); in PrettyPrint()
660 void Attribute::Print(std::ostream* out) const { in Print() function in aapt::Attribute
863 void Style::Print(std::ostream* out) const { in Print() function in aapt::Style
952 void Array::Print(std::ostream* out) const { in Print() function in aapt::Array
979 void Plural::Print(std::ostream* out) const { in Print() function in aapt::Plural
1022 void Styleable::Print(std::ostream* out) const { in Print() function in aapt::Styleable
1038 void Macro::Print(std::ostream* out) const { in Print() function in aapt::Macro