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
169 Vector<entry_style> mEntryStyleArray;
187 ANDROID_TRIVIAL_MOVE_TRAIT(StringPool::entry_style);
H A DStringPool.cpp244 entry_style& style = mEntryStyleArray.editItemAt(idx);
313 Vector<entry_style> newEntryStyleArray;
345 newEntryStyleArray.add(entry_style());
353 const entry_style& style = newEntryStyleArray[i];
422 entry_style& style = mEntryStyleArray.editItemAt(i);
515 entry_style& ent = mEntryStyleArray.editItemAt(i);

Completed in 2452 milliseconds