Searched refs:entry_style (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tools/aapt/
H A DStringPool.h73 struct entry_style { struct in class:StringPool
74 entry_style() : offset(0) { } function in struct:StringPool::entry_style
76 entry_style(const entry_style& o) : offset(o.offset), spans(o.spans) { } function in struct:StringPool::entry_style
162 Vector<entry_style> mEntryStyleArray;
180 ANDROID_TRIVIAL_MOVE_TRAIT(StringPool::entry_style);
H A DStringPool.cpp211 entry_style& style = mEntryStyleArray.editItemAt(idx);
275 Vector<entry_style> newEntryStyleArray;
307 newEntryStyleArray.add(entry_style());
315 const entry_style& style = newEntryStyleArray[i];
384 entry_style& style = mEntryStyleArray.editItemAt(i);
477 entry_style& ent = mEntryStyleArray.editItemAt(i);

Completed in 31 milliseconds