Searched refs:pBase (Results 1 – 1 of 1) sorted by relevance
52 const Attribute& pBase, in AttributeProxy() argument54 : m_AttrPool(pParent), m_pBase(&pBase), m_Constraint(pConstraint) { in AttributeProxy()96 const Attribute*& pBase, in ReplaceOrRecord() argument101 pBase = pCopy; in ReplaceOrRecord()104 pBase = result; in ReplaceOrRecord()156 AttributeProxy& AttributeProxy::assign(Attribute* pBase) { in assign() argument157 m_pBase = pBase; in assign()