Searched refs:child_name (Results 1 – 2 of 2) sorted by relevance
59 std::string child_name = thread_params_[i].name_; in CollectResults() local60 result->AddSubResult(instructions_[i]->CollectResults(child_name + "/")); in CollectResults()
182 std::string child_name = thread_params_[instruction_id_].name_; in CollectResults() local183 result->AddSubResult(instructions_[instruction_id_]->CollectResults(child_name + "/")); in CollectResults()