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 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...]
StringPool_test.cpp 151 StringPool::StyleRef ref = pool.MakeRef(StyleString{{"android"}, {Span{{"b"}, 2, 6}}});
168 StringPool::StyleRef style_ref = pool.MakeRef(StyleString{{"android"}});
176 StringPool::StyleRef ref_a = pool.MakeRef(StyleString{{"beta"}});
178 StringPool::StyleRef ref_c = pool.MakeRef(StyleString{{"alpha"}});
235 StringPool::StyleRef ref_e =
ResourceValues.h 202 StringPool::StyleRef value;
209 explicit StyledString(const StringPool::StyleRef& ref);
ResourceValues.cpp 211 StyledString::StyledString(const StringPool::StyleRef& ref) : value(ref) {}

Completed in 148 milliseconds