Searched refs:valid_path_count_ (Results 1 – 4 of 4) sorted by relevance
258 size_t valid_path_count_ = 0; variable
1012 valid_path_count_++; in Run()1013 if (valid_path_limit_ > 0 && valid_path_count_ == valid_path_limit_) { in Run()