Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/unittests/
DFactoriesTest.cpp21 m_pFileAlloc = new FileAlloc(); in FactoriesTest()
28 delete m_pFileAlloc; in ~FactoriesTest()
173 MCLDFile* file = m_pFileAlloc->produce(); in TEST_F()
174 ASSERT_EQ(counter, m_pFileAlloc->size()); in TEST_F()
175 ASSERT_FALSE(m_pFileAlloc->empty()); in TEST_F()
186 MCLDFile* file = m_pFileAlloc->produce( string(name), in TEST_F()
189 ASSERT_EQ(counter, m_pFileAlloc->size()); in TEST_F()
190 ASSERT_FALSE(m_pFileAlloc->empty()); in TEST_F()
203 MCLDFile* file = m_pFileAlloc->produce( string(name), in TEST_F()
208 ASSERT_EQ(counter-1, m_pFileAlloc->size()); in TEST_F()
[all …]
DFactoriesTest.h43 FileAlloc *m_pFileAlloc; variable