Searched refs:pClient (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/mclinker/include/mcld/ADT/
H A DTreeAllocator.h55 void delegate(NodeFactory& pClient) { argument
56 if (this == &pClient)
59 if (pClient.empty())
63 replace(pClient);
64 pClient.renounce();
69 concatenate(pClient);
70 pClient.renounce();
79 void replace(NodeFactory& pClient) { argument
80 Alloc::m_pRoot = pClient.Alloc::m_pRoot;
81 Alloc::m_pCurrent = pClient
87 concatenate(NodeFactory& pClient) argument
[all...]
H A DBinTree.h297 /// summon - change the final edges of pClient to our root
298 void summon(TreeImpl& pClient) { argument
299 if (this == &pClient)
303 iterator dEnd = pClient.end();
304 for (data = pClient.begin(); data!=dEnd; ++data ) {
305 if ((*data).left == &pClient.node)
307 if ((*data).right == &pClient.node)

Completed in 29 milliseconds