Home
last modified time | relevance | path

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

/external/libcxx/utils/google-benchmark/src/
Dbenchmark_register.cc277 std::vector<std::vector<int>> arglists(ranges.size()); in Ranges() local
280 AddRange(&arglists[i], ranges[i].first, ranges[i].second, in Ranges()
282 total *= arglists[i].size(); in Ranges()
285 std::vector<std::size_t> ctr(arglists.size(), 0); in Ranges()
289 tmp.reserve(arglists.size()); in Ranges()
291 for (std::size_t j = 0; j < arglists.size(); j++) { in Ranges()
292 tmp.push_back(arglists[j].at(ctr[j])); in Ranges()
297 for (std::size_t j = 0; j < arglists.size(); j++) { in Ranges()
298 if (ctr[j] + 1 < arglists[j].size()) { in Ranges()
/external/google-benchmark/src/
Dbenchmark_register.cc290 std::vector<std::vector<int>> arglists(ranges.size()); in Ranges() local
293 AddRange(&arglists[i], ranges[i].first, ranges[i].second, in Ranges()
295 total *= arglists[i].size(); in Ranges()
298 std::vector<std::size_t> ctr(arglists.size(), 0); in Ranges()
302 tmp.reserve(arglists.size()); in Ranges()
304 for (std::size_t j = 0; j < arglists.size(); j++) { in Ranges()
305 tmp.push_back(arglists[j].at(ctr[j])); in Ranges()
310 for (std::size_t j = 0; j < arglists.size(); j++) { in Ranges()
311 if (ctr[j] + 1 < arglists[j].size()) { in Ranges()