Home | History | Annotate | Download | only in aapt2

Lines Matching refs:Span

131  * Build a string from XML that converts nested elements into Span objects.
135 std::vector<Span> spanStack;
178 // Build a span object out of the nested element.
193 spanStack.push_back(Span{ spanName, static_cast<uint32_t>(builder.str().size()) });