Searched refs:findStart (Results 1 – 4 of 4) sorted by relevance
99 std::ranges::subrange<std::string::const_iterator> findStart = in handleLeftOverTemplateVars() local102 if (!findStart) in handleLeftOverTemplateVars()108 strPtr->begin() + (findStart.end() - strPtr->begin()), in handleLeftOverTemplateVars()129 "VAR", std::string(findStart.begin(), templateVarEnd)); in handleLeftOverTemplateVars()130 strPtr->erase(findStart.begin(), templateVarEnd); in handleLeftOverTemplateVars()
182 auto findStart = probe->find('('); in filterProbeInterfaces() local183 if (findStart != std::string::npos) in filterProbeInterfaces()185 std::string interface = probe->substr(0, findStart); in filterProbeInterfaces()
153 auto findStart = probe.find('('); in doProbe() local154 if (findStart == std::string::npos) in doProbe()159 std::string probeInterface = probe.substr(0, findStart); in doProbe()
704 auto findStart = probe.find('('); in run() local705 std::string interface = probe.substr(0, findStart); in run()