Lines Matching refs:StyleRef
91 StringPool::StyleRef::StyleRef() : entry_(nullptr) {} in StyleRef() function in aapt::StringPool::StyleRef
93 StringPool::StyleRef::StyleRef(const StringPool::StyleRef& rhs) in StyleRef() function in aapt::StringPool::StyleRef
100 StringPool::StyleRef::StyleRef(StringPool::StyleEntry* entry) : entry_(entry) { in StyleRef() function in aapt::StringPool::StyleRef
106 StringPool::StyleRef::~StyleRef() { in ~StyleRef()
112 StringPool::StyleRef& StringPool::StyleRef::operator=(const StringPool::StyleRef& rhs) { in operator =()
124 bool StringPool::StyleRef::operator==(const StyleRef& rhs) const { in operator ==()
144 bool StringPool::StyleRef::operator!=(const StyleRef& rhs) const { in operator !=()
148 const StringPool::StyleEntry* StringPool::StyleRef::operator->() const { in operator ->()
152 const StringPool::StyleEntry& StringPool::StyleRef::operator*() const { in operator *()
156 size_t StringPool::StyleRef::index() const { in index()
160 const StringPool::Context& StringPool::StyleRef::GetContext() const { in GetContext()
203 StringPool::StyleRef StringPool::MakeRef(const StyleString& str) { in MakeRef()
207 StringPool::StyleRef StringPool::MakeRef(const StyleString& str, const Context& context) { in MakeRef()
219 return StyleRef(borrow); in MakeRef()
222 StringPool::StyleRef StringPool::MakeRef(const StyleRef& ref) { in MakeRef()
234 return StyleRef(borrow); in MakeRef()