Home | History | Annotate | Download | only in aapt2

Lines Matching refs:strings_

184   entry->index_ = strings_.size();
189 strings_.emplace_back(std::move(entry));
243 const size_t string_len = strings_.size();
245 strings_[index]->index_ = index;
251 for (std::unique_ptr<Entry>& entry : pool.strings_) {
258 std::move(pool.strings_.begin(), pool.strings_.end(), std::back_inserter(strings_));
259 pool.strings_.clear();
267 strings_.reserve(strings_.size() + string_count);
283 std::remove_if(strings_.begin(), strings_.end(),
290 strings_.erase(end_iter2, strings_.end());
318 SortEntries(strings_, cmp);
409 for (const std::unique_ptr<Entry>& entry : pool.strings_) {