Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/unittests/
DFactoriesTest.cpp19 m_pFileAlloc = new FileAlloc(); in FactoriesTest()
25 delete m_pFileAlloc; in ~FactoriesTest()
168 MCLDFile* file = m_pFileAlloc->produce(); in TEST_F()
169 ASSERT_EQ(counter, m_pFileAlloc->size()); in TEST_F()
170 ASSERT_FALSE(m_pFileAlloc->empty()); in TEST_F()
181 MCLDFile* file = m_pFileAlloc->produce( in TEST_F()
183 ASSERT_EQ(counter, m_pFileAlloc->size()); in TEST_F()
184 ASSERT_FALSE(m_pFileAlloc->empty()); in TEST_F()
197 MCLDFile* file = m_pFileAlloc->produce( in TEST_F()
201 ASSERT_EQ(counter - 1, m_pFileAlloc->size()); in TEST_F()
[all …]
DFactoriesTest.h42 FileAlloc* m_pFileAlloc; variable