Searched refs:pClient (Results 1 – 2 of 2) sorted by relevance
53 void delegate(NodeFactory& pClient) { in delegate() argument54 if (this == &pClient) in delegate()57 if (pClient.empty()) in delegate()61 replace(pClient); in delegate()62 pClient.renounce(); in delegate()67 concatenate(pClient); in delegate()68 pClient.renounce(); in delegate()77 void replace(NodeFactory& pClient) { in replace() argument78 Alloc::m_pRoot = pClient.Alloc::m_pRoot; in replace()79 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()