Searched refs:delegatee (Results 1 – 1 of 1) sorted by relevance
77 NodeAlloc* delegatee = new NodeAlloc(); in TEST_F() local78 m_pNodeAlloc->delegate(*delegatee); in TEST_F()89 delete delegatee; in TEST_F()94 NodeAlloc* delegatee = new NodeAlloc(); in TEST_F() local96 node = delegatee->produce(); in TEST_F()100 m_pNodeAlloc->delegate(*delegatee); in TEST_F()111 ASSERT_EQ(0, delegatee->size()); in TEST_F()112 ASSERT_TRUE(delegatee->empty()); in TEST_F()113 delete delegatee; in TEST_F()118 NodeAlloc* delegatee = new NodeAlloc(); in TEST_F() local[all …]