Searched refs:pCmd (Results 1 – 1 of 1) sorted by relevance
108 SvCommand * pCmd = new SvCommand(name, value); in AppendCommands() local109 aTypes.Insert(pCmd, LIST_APPEND); in AppendCommands()202 aRet += pCmd->GetCommand(); in GetCommands()203 if( pCmd->GetArgument().Len() ) in GetCommands()206 aRet += pCmd->GetArgument(); in GetCommands()230 aTypes.Insert( pCmd, LIST_APPEND ); in Append()231 return *pCmd; in Append()257 SvCommand * pCmd = new SvCommand(); in operator >>() local258 rStm >> *pCmd; in operator >>()259 rThis.aTypes.Insert( pCmd, LIST_APPEND ); in operator >>()[all …]
Completed in 7 milliseconds