Home | History | Annotate | Download | only in aapt

Lines Matching refs:Item

296     class Item {
298 Item() : isId(false), format(ResTable_map::TYPE_ANY), bagKeyId(0), evaluating(false)
300 Item(const SourcePos& pos,
305 Item(const Item& o) : sourcePos(o.sourcePos),
310 ~Item() { }
312 Item& operator=(const Item& o) {
379 const Item* getItem() const { return mType == TYPE_ITEM ? &mItem : NULL; }
380 const KeyedVector<String16, Item>& getBag() const { return mBag; }
401 Item mItem;
403 KeyedVector<String16, Item> mBag;
613 const Item* getItem(uint32_t resID, uint32_t attrID) const;