Home | History | Annotate | Download | only in unittests

Lines Matching refs:Input

108   Input* input = m_pAlloc->produce("FileSpec", "path1");
109 m_pTestee->insert<InputTree::Inclusive>(node, *input);
115 Input* input = m_pAlloc->produce("FileSpec", "path1");
116 m_pTestee->insert<InputTree::Inclusive>(node, *input);
139 Input* input = m_pAlloc->produce("FileSpec", "path1");
140 m_pTestee->insert(node, InputTree::Afterward, *input);
155 Input* input = m_pAlloc->produce("111", "/");
156 m_pTestee->insert<InputTree::Inclusive>(node, *input);
159 input = m_pAlloc->produce("10", "/");
160 m_pTestee->insert<InputTree::Positional>(node, *input);
164 input = m_pAlloc->produce("7", "/");
165 m_pTestee->insert<InputTree::Inclusive>(node, *input);
166 input = m_pAlloc->produce("8", "/");
167 m_pTestee->insert<InputTree::Positional>(node, *input);