Searched defs:ReplaceParam (Results 1 – 3 of 3) sorted by relevance
362 bool CScript::ReplaceParam(opcodetype findOp, int posBefore, const std::vector<unsigned char> &vchP… in ReplaceParam() function in CScript
379 void ReplaceParam(unsigned int index, const char* str) { params[index] = Param(0, str); } in ReplaceParam() function385 void ReplaceParam(unsigned int index, const std::string& str) { params[index] = Param(0, str); } in ReplaceParam() function
150 func (a *Args) ReplaceParam(i int, item string) { func