Searched refs:execs_ (Results 1 – 2 of 2) sorted by relevance
291 if (execs_.empty()) { \295 auto exec = execs_.find(step); \296 if (exec == execs_.end()) return 0; \301 for (const auto& exec : execs_) { \304 return bytes / execs_.size(); \371 auto exec = execs_.find(step); in trackable()372 if (exec == execs_.end()) return false; in trackable()396 for (auto& exec : execs_) { in ToProto()450 execs_.clear(); in FromProto()452 auto& exec = execs_[exec_pb.first]; in FromProto()[all …]
217 auto exec = execs_.find(step); in AddStepStat()218 if (exec == execs_.end()) { in AddStepStat()219 execs_.insert(std::pair<int64, ExecStep>(step, ExecStep())); in AddStepStat()220 exec = execs_.find(step); in AddStepStat()