Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/ADT/
DTreeAllocator.h53 void delegate(NodeFactory& pClient) { in delegate() argument
54 if (this == &pClient) in delegate()
57 if (pClient.empty()) in delegate()
61 replace(pClient); in delegate()
62 pClient.renounce(); in delegate()
67 concatenate(pClient); in delegate()
68 pClient.renounce(); in delegate()
77 void replace(NodeFactory& pClient) { in replace() argument
78 Alloc::m_pRoot = pClient.Alloc::m_pRoot; in replace()
79 Alloc::m_pCurrent = pClient.Alloc::m_pCurrent; in replace()
[all …]
DBinTree.h298 void summon(TreeImpl& pClient) { in summon() argument
299 if (this == &pClient) in summon()
303 iterator dEnd = pClient.end(); in summon()
304 for (data = pClient.begin(); data!=dEnd; ++data ) { in summon()
305 if ((*data).left == &pClient.node) in summon()
307 if ((*data).right == &pClient.node) in summon()