StringPool.h | 72 struct entry_style { struct in class:StringPool 73 entry_style() : offset(0) { } function in struct:StringPool::entry_style 75 entry_style(const entry_style& o) : offset(o.offset), spans(o.spans) { } function in struct:StringPool::entry_style 161 Vector<entry_style> mEntryStyleArray; 179 ANDROID_TRIVIAL_MOVE_TRAIT(StringPool::entry_style);
|