Searched refs:pClient (Results 1 – 2 of 2) sorted by relevance
50 void delegate(NodeFactory& pClient) { in delegate() argument51 if (this == &pClient) in delegate()54 if (pClient.empty()) in delegate()58 replace(pClient); in delegate()59 pClient.renounce(); in delegate()64 concatenate(pClient); in delegate()65 pClient.renounce(); in delegate()74 void replace(NodeFactory& pClient) { in replace() argument75 Alloc::m_pRoot = pClient.Alloc::m_pRoot; in replace()76 Alloc::m_pCurrent = pClient.Alloc::m_pCurrent; in replace()[all …]
295 void summon(TreeImpl& pClient) { in summon() argument296 if (this == &pClient) in summon()300 iterator dEnd = pClient.end(); in summon()301 for (data = pClient.begin(); data!=dEnd; ++data ) { in summon()302 if ((*data).left == &pClient.node) in summon()304 if ((*data).right == &pClient.node) in summon()