Lines Matching refs:StyleRef
78 StringPool::StyleRef::StyleRef() : mEntry(nullptr) { in StyleRef() function in aapt::StringPool::StyleRef
81 StringPool::StyleRef::StyleRef(const StringPool::StyleRef& rhs) : mEntry(rhs.mEntry) { in StyleRef() function in aapt::StringPool::StyleRef
87 StringPool::StyleRef::StyleRef(StringPool::StyleEntry* entry) : mEntry(entry) { in StyleRef() function in aapt::StringPool::StyleRef
93 StringPool::StyleRef::~StyleRef() { in ~StyleRef()
99 StringPool::StyleRef& StringPool::StyleRef::operator=(const StringPool::StyleRef& rhs) { in operator =()
111 const StringPool::StyleEntry* StringPool::StyleRef::operator->() const { in operator ->()
115 const StringPool::StyleEntry& StringPool::StyleRef::operator*() const { in operator *()
119 size_t StringPool::StyleRef::getIndex() const { in getIndex()
123 const StringPool::Context& StringPool::StyleRef::getContext() const { in getContext()
154 StringPool::StyleRef StringPool::makeRef(const StyleString& str) { in makeRef()
158 StringPool::StyleRef StringPool::makeRef(const StyleString& str, const Context& context) { in makeRef()
175 return StyleRef(styleEntry); in makeRef()
178 StringPool::StyleRef StringPool::makeRef(const StyleRef& ref) { in makeRef()
194 return StyleRef(styleEntry); in makeRef()