Searched refs:StyledString (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/tools/aapt2/
H A DResourceValues.cpp139 StyledString::StyledString(const StringPool::StyleRef& ref) : value(ref) { function in class:aapt::StyledString
142 bool StyledString::flatten(android::Res_value& outValue) const {
152 StyledString* StyledString::clone(StringPool* newPool) const {
153 return new StyledString(newPool->makeRef(value));
156 void StyledString::print(std::ostream& out) const {
H A DResourceValues.h174 struct StyledString : public BaseItem<StyledString> { struct in namespace:aapt
177 StyledString(const StringPool::StyleRef& ref);
180 StyledString* clone(StringPool* newPool) const override;
316 virtual void visit(StyledString& string, ValueVisitorArgs& args) {
357 virtual void visit(const StyledString& string, ValueVisitorArgs& args) {
H A DBinaryResourceParser.cpp683 return util::make_unique<StyledString>(
H A DResourceParser.cpp759 // This can only be a StyledString.
760 return util::make_unique<StyledString>(

Completed in 58 milliseconds