Searched refs:matchedOperation (Results 1 – 1 of 1) sorted by relevance
125 auto matchedOperation = find_if(opeartions.begin(), opeartions.end(), tryOpSucceed); variable127 if (matchedOperation != opeartions.end()) {128 ret = matchedOperation->Execute(mapArgToVal);134 if (matchedOperation != opeartions.end()) {135 ret = matchedOperation->Execute(mapArgToVal);140 if (matchedOperation != opeartions.end()) {141 ret = matchedOperation->Execute(mapArgToVal);