HomeSort by relevance Sort by last modified time
    Searched defs:StyleRef (Results 1 - 2 of 2) sorted by null

  /frameworks/base/tools/aapt2/
StringPool.h 98 class StyleRef {
100 StyleRef();
101 StyleRef(const StyleRef&);
102 ~StyleRef();
104 StyleRef& operator=(const StyleRef& rhs);
105 bool operator==(const StyleRef& rhs) const;
106 bool operator!=(const StyleRef& rhs) const;
116 explicit StyleRef(StyleEntry* entry)
    [all...]
StringPool.cpp 91 StringPool::StyleRef::StyleRef() : entry_(nullptr) {}
93 StringPool::StyleRef::StyleRef(const StringPool::StyleRef& rhs)
100 StringPool::StyleRef::StyleRef(StringPool::StyleEntry* entry) : entry_(entry) {
106 StringPool::StyleRef::~StyleRef() {
112 StringPool::StyleRef& StringPool::StyleRef::operator=(const StringPool::StyleRef& rhs)
    [all...]

Completed in 59 milliseconds