Searched refs:pClient (Results 1 – 2 of 2) sorted by relevance
55 void delegate(NodeFactory& pClient) { in delegate() argument56 if (this == &pClient) in delegate()59 if (pClient.empty()) in delegate()63 replace(pClient); in delegate()64 pClient.renounce(); in delegate()69 concatenate(pClient); in delegate()70 pClient.renounce(); in delegate()79 void replace(NodeFactory& pClient) { in replace() argument80 Alloc::m_pRoot = pClient.Alloc::m_pRoot; in replace()81 Alloc::m_pCurrent = pClient.Alloc::m_pCurrent; in replace()[all …]
298 void summon(TreeImpl& pClient) { in summon() argument299 if (this == &pClient) in summon()303 iterator dEnd = pClient.end(); in summon()304 for (data = pClient.begin(); data!=dEnd; ++data ) { in summon()305 if ((*data).left == &pClient.node) in summon()307 if ((*data).right == &pClient.node) in summon()