Home | History | Annotate | Download | only in aapt

Lines Matching refs:Item

255     class Item {
257 Item() : isId(false), format(ResTable_map::TYPE_ANY), bagKeyId(0), evaluating(false)
259 Item(const SourcePos& pos,
264 Item(const Item& o) : sourcePos(o.sourcePos),
269 ~Item() { }
271 Item& operator=(const Item& o) {
332 const Item* getItem() const { return mType == TYPE_ITEM ? &mItem : NULL; }
333 const KeyedVector<String16, Item>& getBag() const { return mBag; }
354 Item mItem;
356 KeyedVector<String16, Item> mBag;
537 const Item* getItem(uint32_t resID, uint32_t attrID) const;