Home | History | Annotate | Download | only in aapt2

Lines Matching refs:Item

538                                           const Item* value) {
583 bool Attribute::Matches(const Item* item, DiagMessage* out_msg) const {
585 item->Flatten(&val);
591 BuildAttributeMismatchMessage(out_msg, this, item);
599 *out_msg << *item << " is less than minimum integer " << min_int;
604 *out_msg << *item << " is greater than maximum integer " << max_int;
682 style->entries.push_back(Entry{entry.key, std::unique_ptr<Item>(entry.value->Clone(new_pool))});
770 [](const std::unique_ptr<Item>& a,
771 const std::unique_ptr<Item>& b) -> bool {
780 for (auto& item : items) {
781 array->items.emplace_back(std::unique_ptr<Item>(item->Clone(new_pool)));
800 const std::unique_ptr<Item>& a = *one_iter;
801 const std::unique_ptr<Item>& b = *two_iter;
820 p->values[i] = std::unique_ptr<Item>(values[i]->Clone(new_pool));