Lines Matching refs:delegatee
77 NodeAlloc* delegatee = new NodeAlloc();
78 m_pNodeAlloc->delegate(*delegatee);
89 delete delegatee;
94 NodeAlloc* delegatee = new NodeAlloc();
96 node = delegatee->produce();
100 m_pNodeAlloc->delegate(*delegatee);
111 ASSERT_EQ(0, delegatee->size());
112 ASSERT_TRUE(delegatee->empty());
113 delete delegatee;
118 NodeAlloc* delegatee = new NodeAlloc();
128 // produce delegatee
130 node = delegatee->produce();
136 m_pNodeAlloc->delegate(*delegatee);
147 ASSERT_EQ(0, delegatee->size());
148 ASSERT_TRUE(delegatee->empty());
149 delete delegatee;