Lines Matching refs:npos
317 if (equal_sign_index == std::string::npos) { in EvalFilterString()
322 std::string rhs = filter.substr(equal_sign_index + 1, std::string::npos); in EvalFilterString()
338 while ((reg_index = after_reg.find(reg_token)) != std::string::npos) { in TemplateHelper()
342 while ((reg_index = after_reg_filter.find(reg_token)) != std::string::npos) { in TemplateHelper()
362 while ((shift_index = after_shift.find(SHIFT_TOKEN)) != std::string::npos) { in TemplateHelper()
366 while ((shift_index = after_shift_filter.find(SHIFT_TOKEN)) != std::string::npos) { in TemplateHelper()
385 if (cond_index != std::string::npos) { in TemplateHelper()
390 if (cond_index != std::string::npos) { in TemplateHelper()
409 if (cond_index != std::string::npos) { in TemplateHelper()
414 if (cond_index != std::string::npos) { in TemplateHelper()
437 while ((reg_index = after_reg.find(reg_token)) != std::string::npos) { in TemplateHelper()
441 while ((reg_index = after_reg_filter.find(reg_token)) != std::string::npos) { in TemplateHelper()
464 while ((shift_index = after_shift.find(SHIFT_TOKEN)) != std::string::npos) { in TemplateHelper()
468 while ((shift_index = after_shift_filter.find(SHIFT_TOKEN)) != std::string::npos) { in TemplateHelper()
489 if (cond_index != std::string::npos) { in TemplateHelper()
494 if (cond_index != std::string::npos) { in TemplateHelper()
515 if (cond_index != std::string::npos) { in TemplateHelper()
520 if (cond_index != std::string::npos) { in TemplateHelper()