Home | History | Annotate | Download | only in MC

Lines Matching refs:Input

11 #include "mcld/MC/Input.h"
23 Input* input = *pBuilder.getCurrentNode();
25 if (input->hasContext())
29 if (input->type() == Input::Script || input->type() == Input::Object ||
30 input->type() == Input::DynObj || input->type() == Input::Archive)
33 return pBuilder.setContext(*input);
46 Input* input = *pBuilder.getCurrentNode();
48 if (input->hasMemArea())
52 if (input->type() == Input::Script || input->type() == Input::Object ||
53 input->type() == Input::DynObj || input->type() == Input::Archive)
56 return pBuilder.setMemory(*input, m_Mode, m_Permission);