Searched refs:pBase (Results 1 – 2 of 2) sorted by relevance
39 AttributeBase(const AttributeBase& pBase) in AttributeBase() argument40 : m_WholeArchive(pBase.m_WholeArchive), in AttributeBase()41 m_AsNeeded(pBase.m_AsNeeded), in AttributeBase()42 m_AddNeeded(pBase.m_AddNeeded), in AttributeBase()43 m_Static(pBase.m_Static) {} in AttributeBase()152 const Attribute& pBase,180 AttributeProxy& assign(Attribute* pBase);
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()