Home | History | Annotate | Download | only in MC

Lines Matching refs:Input

26   Input* input = *pBuilder.getCurrentNode();
28 if (input->hasContext())
32 if (input->type() == Input::Script ||
33 input->type() == Input::Object ||
34 input->type() == Input::DynObj ||
35 input->type() == Input::Archive)
38 return pBuilder.setContext(*input);
52 Input* input = *pBuilder.getCurrentNode();
54 if (input->hasMemArea())
58 if (input->type() == Input::Script ||
59 input->type() == Input::Object ||
60 input->type() == Input::DynObj ||
61 input->type() == Input::Archive)
64 return pBuilder.setMemory(*input, m_Mode, m_Permission);