Searched refs:pClient (Results 1 – 2 of 2) sorted by relevance
52 void delegate(NodeFactory& pClient) { in delegate() argument53 if (this == &pClient) in delegate()56 if (pClient.empty()) in delegate()60 replace(pClient); in delegate()61 pClient.renounce(); in delegate()66 concatenate(pClient); in delegate()67 pClient.renounce(); in delegate()75 void replace(NodeFactory& pClient) { in replace() argument76 Alloc::m_pRoot = pClient.Alloc::m_pRoot; in replace()77 Alloc::m_pCurrent = pClient.Alloc::m_pCurrent; in replace()[all …]
280 void summon(TreeImpl& pClient) { in summon() argument281 if (this == &pClient) in summon()285 iterator dEnd = pClient.end(); in summon()286 for (data = pClient.begin(); data != dEnd; ++data) { in summon()287 if ((*data).left == &pClient.node) in summon()289 if ((*data).right == &pClient.node) in summon()