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

/frameworks/compile/mclinker/include/mcld/ADT/
H A DTreeAllocator.h52 void delegate(NodeFactory& pClient) { argument
53 if (this == &pClient)
56 if (pClient.empty())
60 replace(pClient);
61 pClient.renounce();
66 concatenate(pClient);
67 pClient.renounce();
75 void replace(NodeFactory& pClient) { argument
76 Alloc::m_pRoot = pClient.Alloc::m_pRoot;
77 Alloc::m_pCurrent = pClient
83 concatenate(NodeFactory& pClient) argument
[all...]
H A DBinTree.h279 /// summon - change the final edges of pClient to our root
280 void summon(TreeImpl& pClient) { argument
281 if (this == &pClient)
285 iterator dEnd = pClient.end();
286 for (data = pClient.begin(); data != dEnd; ++data) {
287 if ((*data).left == &pClient.node)
289 if ((*data).right == &pClient.node)

Completed in 1358 milliseconds