Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/unittests/
DInputTreeTest.cpp28 m_pAlloc = new mcld::InputFactory(10, *m_pConfig); in InputTreeTest()
30 *m_pConfig, *m_pAlloc, m_ContextFactory, m_MemFactory, false); in InputTreeTest()
38 delete m_pAlloc; in ~InputTreeTest()
75 ASSERT_FALSE(m_pAlloc->empty()); in TEST_F()
76 ASSERT_TRUE(1 == m_pAlloc->size()); in TEST_F()
88 ASSERT_FALSE(m_pAlloc->empty()); in TEST_F()
89 ASSERT_FALSE(m_pAlloc->size() == 0); in TEST_F()
97 Input* input = m_pAlloc->produce("FileSpec", "path1"); in TEST_F()
103 Input* input = m_pAlloc->produce("FileSpec", "path1"); in TEST_F()
113 ASSERT_FALSE(m_pAlloc->empty()); in TEST_F()
[all …]
DInputTreeTest.h47 mcld::InputFactory* m_pAlloc; variable