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

/frameworks/base/tools/aapt2/
H A DResourceValues.cpp287 StyledString::StyledString(const StringPool::StyleRef& ref) : value(ref) { function in class:aapt::StyledString
290 bool StyledString::Equals(const Value* value) const {
291 const StyledString* other = ValueCast<StyledString>(value);
314 bool StyledString::Flatten(android::Res_value* out_value) const {
324 StyledString* StyledString::Clone(StringPool* new_pool) const {
325 StyledString* str = new StyledString(new_poo
[all...]
H A DResourceValues.h240 struct StyledString : public BaseItem<StyledString> { struct in namespace:aapt
248 explicit StyledString(const StringPool::StyleRef& ref);
252 StyledString* Clone(StringPool* new_pool) const override;

Completed in 9 milliseconds