Home
last modified time | relevance | path

Searched refs:MaskString (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/tools/aapt2/
H A DResourceValues.h315 std::string MaskString() const;
316 static std::string MaskString(uint32_t type_mask);
H A DResourceValues.cpp557 std::string Attribute::MaskString(uint32_t type_mask) { in MaskString() function in aapt::Attribute
656 std::string Attribute::MaskString() const { in MaskString() function in aapt::Attribute
657 return MaskString(type_mask); in MaskString()
661 *out << "(attr) " << MaskString(); in Print()
H A DDebug.cpp59 printer_->Print(attr->MaskString()); in Visit()
/aosp12/frameworks/base/tools/aapt2/link/
H A DReferenceLinker.cpp428 << ": failed to parse contents as one of type(s) " << Attribute::MaskString(type_flags)); in LinkReference()