Searched refs:found_at (Results 1 – 2 of 2) sorted by relevance
80 std::size_t found_at = got_file.find(file); in CheckFileMatches() local81 if (found_at == std::string_view::npos) in CheckFileMatches()85 if (found_at != 0) { in CheckFileMatches()86 char last_char = got_file[found_at - 1]; in CheckFileMatches()91 return got_file.substr(found_at) == file; in CheckFileMatches()98 std::size_t found_at = got_msg.find(msg); in CheckMessageMatches() local99 if (found_at == std::string_view::npos) in CheckMessageMatches()
45 size_t found_at = 0; in free_chosen_port() local52 found_at = i; in free_chosen_port()56 chosen_ports[found_at] = chosen_ports[num_chosen_ports - 1]; in free_chosen_port()