Home | History | Annotate | Download | only in aapt2

Lines Matching refs:StyleRef

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