Home
last modified time | relevance | path

Searched refs:out_result_ (Results 1 – 2 of 2) sorted by relevance

/pki/
A Dpath_builder.cc973 out_result_.exceeded_iteration_limit = true; in Run()
976 out_result_.exceeded_deadline = true; in Run()
994 out_result_.iteration_count = iteration_count; in Run()
995 return std::move(out_result_); in Run()
1024 out_result_.iteration_count = iteration_count; in Run()
1026 return std::move(out_result_); in Run()
1039 if (!out_result_.HasValidPath()) { in AddResultPath()
1041 out_result_.GetBestPathPossiblyInvalid(); in AddResultPath()
1048 out_result_.best_result_index = out_result_.paths.size(); in AddResultPath()
1052 out_result_.max_depth_seen = result_path->certs.size(); in AddResultPath()
[all …]
A Dpath_builder.h255 Result out_result_; variable

Completed in 6 milliseconds