Searched refs:CMICmdCmdVarCreate (Results 1 – 3 of 3) sorted by relevance
51 CMICmdCmdVarCreate::CMICmdCmdVarCreate() in CMICmdCmdVarCreate() function in CMICmdCmdVarCreate60 m_pSelfCreatorFn = &CMICmdCmdVarCreate::CreateSelf; in CMICmdCmdVarCreate()71 CMICmdCmdVarCreate::~CMICmdCmdVarCreate() {} in ~CMICmdCmdVarCreate()84 bool CMICmdCmdVarCreate::ParseArgs() { in ParseArgs()104 bool CMICmdCmdVarCreate::Execute() { in Execute()225 bool CMICmdCmdVarCreate::Acknowledge() { in Acknowledge()277 CMICmdBase *CMICmdCmdVarCreate::CreateSelf() { in CreateSelf()278 return new CMICmdCmdVarCreate(); in CreateSelf()292 void CMICmdCmdVarCreate::CompleteSBValue(lldb::SBValue &vrwValue) { in CompleteSBValue()
49 class CMICmdCmdVarCreate : public CMICmdBase {57 /* ctor */ CMICmdCmdVarCreate();69 /* dtor */ ~CMICmdCmdVarCreate() override;
127 bOk &= Register<CMICmdCmdVarCreate>(); in RegisterAll()