Searched refs:entry_style_span (Results 1 - 6 of 6) 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);
H A DResourceTable.h136 const Vector<StringPool::entry_style_span>* style = NULL,
159 const Vector<StringPool::entry_style_span>* style = NULL,
233 const Vector<StringPool::entry_style_span>* style = NULL,
282 const Vector<StringPool::entry_style_span>* _style = NULL,
305 Vector<StringPool::entry_style_span> style;
342 const Vector<StringPool::entry_style_span>* style = NULL,
348 const Vector<StringPool::entry_style_span>* style = NULL,
H A DStringPool.cpp129 ssize_t StringPool::add(const String16& value, const Vector<entry_style_span>& spans,
205 entry_style_span span;
212 status_t StringPool::addStyleSpans(size_t idx, const Vector<entry_style_span>& spans)
224 status_t StringPool::addStyleSpan(size_t idx, const entry_style_span& span)
407 entry_style_span& span = style.spans.editItemAt(i);
H A DXMLNode.h27 Vector<StringPool::entry_style_span>* outSpans,
H A DXMLNode.cpp188 Vector<StringPool::entry_style_span>* outSpans,
192 Vector<StringPool::entry_style_span> spanStack;
278 StringPool::entry_style_span span;
323 StringPool::entry_style_span span = spanStack.top();
H A DResourceTable.cpp595 Vector<StringPool::entry_style_span> spans;
690 Vector<StringPool::entry_style_span> spans;
1824 const Vector<StringPool::entry_style_span>* style,
1919 const Vector<StringPool::entry_style_span>* style,
2211 const Vector<StringPool::entry_style_span>* style,
3333 const Vector<StringPool::entry_style_span>* _style,
3390 const Vector<StringPool::entry_style_span>* style,
3425 const Vector<StringPool::entry_style_span>* style,

Completed in 58 milliseconds