Searched refs:entry_style_span (Results 1 - 6 of 6) sorted by relevance
/frameworks/base/tools/aapt/ |
H A D | StringPool.h | 68 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); 179 ANDROID_TRIVIAL_MOVE_TRAIT(StringPool::entry_style_span);
|
H A D | ResourceTable.h | 125 const Vector<StringPool::entry_style_span>* style = NULL, 148 const Vector<StringPool::entry_style_span>* style = NULL, 215 const Vector<StringPool::entry_style_span>* style = NULL, 262 const Vector<StringPool::entry_style_span>* _style = NULL, 285 Vector<StringPool::entry_style_span> style; 318 const Vector<StringPool::entry_style_span>* style = NULL, 324 const Vector<StringPool::entry_style_span>* style = NULL,
|
H A D | StringPool.cpp | 109 ssize_t StringPool::add(const String16& value, const Vector<entry_style_span>& spans, 185 entry_style_span span; 192 status_t StringPool::addStyleSpans(size_t idx, const Vector<entry_style_span>& spans) 204 status_t StringPool::addStyleSpan(size_t idx, const entry_style_span& span) 387 entry_style_span& span = style.spans.editItemAt(i);
|
H A D | XMLNode.h | 27 Vector<StringPool::entry_style_span>* outSpans,
|
H A D | XMLNode.cpp | 188 Vector<StringPool::entry_style_span>* outSpans, 192 Vector<StringPool::entry_style_span> spanStack; 269 StringPool::entry_style_span span; 314 StringPool::entry_style_span span = spanStack.top();
|
H A D | ResourceTable.cpp | 587 Vector<StringPool::entry_style_span> spans; 657 Vector<StringPool::entry_style_span> spans; 1701 const Vector<StringPool::entry_style_span>* style, 1808 const Vector<StringPool::entry_style_span>* style, 2092 const Vector<StringPool::entry_style_span>* style, 3060 const Vector<StringPool::entry_style_span>* _style, 3092 const Vector<StringPool::entry_style_span>* style, 3122 const Vector<StringPool::entry_style_span>* style,
|
Completed in 60 milliseconds