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

  /frameworks/base/tools/aapt2/
StringPool.h 75 class StyleRef {
77 StyleRef();
78 StyleRef(const StyleRef&);
79 ~StyleRef();
81 StyleRef& operator=(const StyleRef& rhs);
91 StyleRef(StyleEntry* entry);
122 friend class StyleRef;
151 StyleRef makeRef(const StyleString& str)
    [all...]
StringPool.cpp 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)
    [all...]
StringPool_test.cpp 91 StringPool::StyleRef ref2 = pool.makeRef(StyleString{ {u"a"} });
148 StringPool::StyleRef ref = pool.makeRef(str);
166 StringPool::StyleRef styleRef = pool.makeRef(str);
168 EXPECT_NE(ref.getIndex(), styleRef.getIndex());
211 StringPool::StyleRef ref4 = pool.makeRef(StyleString{
ResourceValues.h 221 StringPool::StyleRef value;
223 StyledString(const StringPool::StyleRef& ref);
ResourceValues.cpp 168 StyledString::StyledString(const StringPool::StyleRef& ref) : value(ref) {

Completed in 76 milliseconds