Lines Matching full:stripped
136 // Collect which entries we've stripped and the smallest
137 // SDK level which was stripped.
139 std::vector<Style::Entry> stripped;
149 stripped.emplace_back(std::move(*iter));
160 if (!stripped.empty()) {
161 // We have stripped attributes, so let's create a new style to hold them.
177 // Move the recorded stripped attributes into this new style.
178 std::move(stripped.begin(), stripped.end(),
457 // Something was stripped, so let's generate a new file
458 // with the version of the smallest SDK version stripped.