Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/ADT/
DTreeAllocator.h50 void delegate(NodeFactory& pClient) { in delegate() argument
51 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() argument
75 Alloc::m_pRoot = pClient.Alloc::m_pRoot; in replace()
76 Alloc::m_pCurrent = pClient.Alloc::m_pCurrent; in replace()
[all …]
DBinTree.h295 void summon(TreeImpl& pClient) { in summon() argument
296 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()