Home | History | Annotate | Download | only in aapt2

Lines Matching defs:StyledString

168 StyledString::StyledString(const StringPool::StyleRef& ref) : value(ref) {
171 bool StyledString::equals(const Value* value) const {
172 const StyledString* other = valueCast<StyledString>(value);
188 bool StyledString::flatten(android::Res_value* outValue) const {
198 StyledString* StyledString::clone(StringPool* newPool) const {
199 StyledString* str = new StyledString(newPool->makeRef(value));
205 void StyledString::print(std::ostream* out) const {