Searched defs:entry_style_span (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tools/aapt/
H A DStringPool.h70 struct entry_style_span { struct in class:StringPool
81 Vector<entry_style_span> spans;
101 ssize_t add(const String16& value, const Vector<entry_style_span>& spans,
106 status_t addStyleSpans(size_t idx, const Vector<entry_style_span>& spans);
107 status_t addStyleSpan(size_t idx, const entry_style_span& span);
181 ANDROID_TRIVIAL_MOVE_TRAIT(StringPool::entry_style_span);

Completed in 488 milliseconds