HomeSort by relevance Sort by last modified time
    Searched refs:ArgsCnt (Results 1 - 4 of 4) sorted by null

  /external/google-benchmark/src/
benchmark_register.cc 128 if (family->ArgsCnt() == -1) {
267 CHECK(ArgsCnt() == -1 || ArgsCnt() == 1);
278 CHECK(ArgsCnt() == -1 || ArgsCnt() == 1);
289 CHECK(ArgsCnt() == -1 || ArgsCnt() == static_cast<int>(ranges.size()));
322 CHECK(ArgsCnt() == -1 || ArgsCnt() == 1);
328 CHECK(ArgsCnt() == -1 || ArgsCnt() == static_cast<int>(names.size()))
    [all...]
  /external/libcxx/utils/google-benchmark/src/
benchmark_register.cc 118 if (family->ArgsCnt() == -1) {
254 CHECK(ArgsCnt() == -1 || ArgsCnt() == 1);
265 CHECK(ArgsCnt() == -1 || ArgsCnt() == 1);
276 CHECK(ArgsCnt() == -1 || ArgsCnt() == static_cast<int>(ranges.size()));
309 CHECK(ArgsCnt() == -1 || ArgsCnt() == 1);
315 CHECK(ArgsCnt() == -1 || ArgsCnt() == static_cast<int>(names.size()))
    [all...]
  /external/google-benchmark/include/benchmark/
benchmark_api.h 671 int ArgsCnt() const;
    [all...]
  /external/libcxx/utils/google-benchmark/include/benchmark/
benchmark_api.h 616 int ArgsCnt() const;

Completed in 99 milliseconds