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

/frameworks/base/tools/aapt/
H A DStringPool.h75 struct entry_style { struct in class:StringPool
76 entry_style() : offset(0) { } function in struct:StringPool::entry_style
78 entry_style(const entry_style& o) : offset(o.offset), spans(o.spans) { } function in struct:StringPool::entry_style
164 Vector<entry_style> mEntryStyleArray;
182 ANDROID_TRIVIAL_MOVE_TRAIT(StringPool::entry_style);
H A DStringPool.cpp231 entry_style& style = mEntryStyleArray.editItemAt(idx);
295 Vector<entry_style> newEntryStyleArray;
327 newEntryStyleArray.add(entry_style());
335 const entry_style& style = newEntryStyleArray[i];
404 entry_style& style = mEntryStyleArray.editItemAt(i);
497 entry_style& ent = mEntryStyleArray.editItemAt(i);

Completed in 6 milliseconds