Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/unittests/
DFactoriesTest.cpp77 NodeAlloc* delegatee = new NodeAlloc(); in TEST_F() local
78 m_pNodeAlloc->delegate(*delegatee); in TEST_F()
89 delete delegatee; in TEST_F()
94 NodeAlloc* delegatee = new NodeAlloc(); in TEST_F() local
96 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 …]