Searched refs:pBase (Results 1 – 2 of 2) sorted by relevance
41 AttributeBase(const AttributeBase& pBase) in AttributeBase() argument42 : m_WholeArchive(pBase.m_WholeArchive), in AttributeBase()43 m_AsNeeded(pBase.m_AsNeeded), in AttributeBase()44 m_AddNeeded(pBase.m_AddNeeded), in AttributeBase()45 m_Static(pBase.m_Static) in AttributeBase()182 const Attribute& pBase,211 AttributeProxy& assign(Attribute* pBase);
52 const Attribute& pBase, in AttributeProxy() argument54 : m_AttrPool(pParent), m_pBase(&pBase), m_Constraint(pConstraint) { in AttributeProxy()102 const Attribute *&pBase, in ReplaceOrRecord() argument108 pBase = pCopy; in ReplaceOrRecord()112 pBase = result; in ReplaceOrRecord()172 AttributeProxy& AttributeProxy::assign(Attribute* pBase) in assign() argument174 m_pBase = pBase; in assign()