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

/frameworks/base/tools/aapt/
H A DStringPool.h68 struct entry_style_span { struct in class:StringPool
79 Vector<entry_style_span> spans;
99 ssize_t add(const String16& value, const Vector<entry_style_span>& spans,
104 status_t addStyleSpans(size_t idx, const Vector<entry_style_span>& spans);
105 status_t addStyleSpan(size_t idx, const entry_style_span& span);
186 ANDROID_TRIVIAL_MOVE_TRAIT(StringPool::entry_style_span);
H A DStringPool.cpp134 ssize_t StringPool::add(const String16& value, const Vector<entry_style_span>& spans,
218 entry_style_span span;
225 status_t StringPool::addStyleSpans(size_t idx, const Vector<entry_style_span>& spans)
237 status_t StringPool::addStyleSpan(size_t idx, const entry_style_span& span)
425 entry_style_span& span = style.spans.editItemAt(i);
H A DResourceTable.h146 const Vector<StringPool::entry_style_span>* style = NULL,
169 const Vector<StringPool::entry_style_span>* style = NULL,
249 const Vector<StringPool::entry_style_span>* style = NULL,
300 const Vector<StringPool::entry_style_span>* _style = NULL,
323 Vector<StringPool::entry_style_span> style;
360 const Vector<StringPool::entry_style_span>* style = NULL,
366 const Vector<StringPool::entry_style_span>* style = NULL,
H A DXMLNode.h29 Vector<StringPool::entry_style_span>* outSpans,
H A DXMLNode.cpp209 Vector<StringPool::entry_style_span>* outSpans,
213 Vector<StringPool::entry_style_span> spanStack;
291 StringPool::entry_style_span span;
336 StringPool::entry_style_span span = spanStack.top();
H A DResourceTable.cpp600 Vector<StringPool::entry_style_span> spans;
697 Vector<StringPool::entry_style_span> spans;
1852 const Vector<StringPool::entry_style_span>* style,
1947 const Vector<StringPool::entry_style_span>* style,
2297 const Vector<StringPool::entry_style_span>* style,
3445 const Vector<StringPool::entry_style_span>* _style,
3502 const Vector<StringPool::entry_style_span>* style,
3537 const Vector<StringPool::entry_style_span>* style,

Completed in 288 milliseconds