Home | History | Annotate | Download | only in unittests

Lines Matching refs:m_pAlloc

31   m_pAlloc  = new mcld::InputFactory(10, *m_pConfig);
33 *m_pAlloc,
45 delete m_pAlloc;
85 ASSERT_FALSE(m_pAlloc->empty());
86 ASSERT_TRUE(1 == m_pAlloc->size());
98 ASSERT_FALSE(m_pAlloc->empty());
99 ASSERT_FALSE(m_pAlloc->size()==0);
108 Input* input = m_pAlloc->produce("FileSpec", "path1");
115 Input* input = m_pAlloc->produce("FileSpec", "path1");
125 ASSERT_FALSE(m_pAlloc->empty());
126 ASSERT_FALSE(m_pAlloc->size()==100);
139 Input* input = m_pAlloc->produce("FileSpec", "path1");
146 ASSERT_FALSE(m_pAlloc->empty());
147 ASSERT_TRUE(m_pAlloc->size()==50);
155 Input* input = m_pAlloc->produce("111", "/");
159 input = m_pAlloc->produce("10", "/");
164 input = m_pAlloc->produce("7", "/");
166 input = m_pAlloc->produce("8", "/");