Searched defs:StyledString (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tools/aapt2/
H A DResourceValues.cpp211 StyledString::StyledString(const StringPool::StyleRef& ref) : value(ref) {} function in class:aapt::StyledString
213 bool StyledString::Equals(const Value* value) const {
214 const StyledString* other = ValueCast<StyledString>(value);
237 bool StyledString::Flatten(android::Res_value* out_value) const {
247 StyledString* StyledString::Clone(StringPool* new_pool) const {
248 StyledString* str = new StyledString(new_poo
[all...]
H A DResourceValues.h201 struct StyledString : public BaseItem<StyledString> { struct in namespace:aapt
209 explicit StyledString(const StringPool::StyleRef& ref);
213 StyledString* Clone(StringPool* new_pool) const override;

Completed in 1365 milliseconds