StringPool.h | 56 struct entry_style { struct in class:StringPool 57 entry_style() : offset(0) { } function in struct:StringPool::entry_style 59 entry_style(const entry_style& o) : offset(o.offset), spans(o.spans) { } function in struct:StringPool::entry_style 139 Vector<entry_style> mEntryStyleArray;
|