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

/frameworks/compile/mclinker/include/mcld/ADT/
H A DTreeAllocator.h50 void delegate(NodeFactory& pClient) { argument
51 if (this == &pClient)
54 if (pClient.empty())
58 replace(pClient);
59 pClient.renounce();
64 concatenate(pClient);
65 pClient.renounce();
74 void replace(NodeFactory& pClient) { argument
75 Alloc::m_pRoot = pClient.Alloc::m_pRoot;
76 Alloc::m_pCurrent = pClient
82 concatenate(NodeFactory& pClient) argument
[all...]
H A DBinTree.h294 /// summon - change the final edges of pClient to our root
295 void summon(TreeImpl& pClient) { argument
296 if (this == &pClient)
300 iterator dEnd = pClient.end();
301 for (data = pClient.begin(); data!=dEnd; ++data ) {
302 if ((*data).left == &pClient.node)
304 if ((*data).right == &pClient.node)

Completed in 124 milliseconds