reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

utils/benchmark/src/benchmark_register.cc
  284     AddRange(&arglists[i], ranges[i].first, ranges[i].second,
  286     total *= arglists[i].size();
  289   std::vector<std::size_t> ctr(arglists.size(), 0);
  293     tmp.reserve(arglists.size());
  295     for (std::size_t j = 0; j < arglists.size(); j++) {
  296       tmp.push_back(arglists[j].at(ctr[j]));
  301     for (std::size_t j = 0; j < arglists.size(); j++) {
  302       if (ctr[j] + 1 < arglists[j].size()) {