Searched refs:m_pAttr (Results 1 – 2 of 2) sorted by relevance
23 m_pAttr(NULL), in Input()34 m_pAttr(const_cast<Attribute*>(pProxy.attr())), in Input()48 m_pAttr(NULL), in Input()63 m_pAttr(const_cast<Attribute*>(pProxy.attr())), in Input()
88 { return (NULL != m_pAttr); } in hasAttribute()91 { return m_pAttr; } in attribute()129 Attribute *m_pAttr; variable