Home
last modified time | relevance | path

Searched refs:ArgsCnt (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/
H A Dbenchmark_register.cc135 if (family->ArgsCnt() == -1) { in FindBenchmarks()
262 CHECK(ArgsCnt() == -1 || ArgsCnt() == 1); in Arg()
273 CHECK(ArgsCnt() == -1 || ArgsCnt() == 1); in Range()
285 CHECK(ArgsCnt() == -1 || ArgsCnt() == static_cast<int>(ranges.size())); in Ranges()
318 CHECK(ArgsCnt() == -1 || ArgsCnt() == 1); in ArgName()
324 CHECK(ArgsCnt() == -1 || ArgsCnt() == static_cast<int>(names.size())); in ArgNames()
330 CHECK(ArgsCnt() == -1 || ArgsCnt() == 1); in DenseRange()
340 CHECK(ArgsCnt() == -1 || ArgsCnt() == static_cast<int>(args.size())); in Args()
462 int Benchmark::ArgsCnt() const { in ArgsCnt() function in benchmark::internal::Benchmark
/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/src/
H A Dbenchmark_register.cc135 if (family->ArgsCnt() == -1) { in FindBenchmarks()
257 CHECK(ArgsCnt() == -1 || ArgsCnt() == 1); in Arg()
268 CHECK(ArgsCnt() == -1 || ArgsCnt() == 1); in Range()
280 CHECK(ArgsCnt() == -1 || ArgsCnt() == static_cast<int>(ranges.size())); in Ranges()
313 CHECK(ArgsCnt() == -1 || ArgsCnt() == 1); in ArgName()
319 CHECK(ArgsCnt() == -1 || ArgsCnt() == static_cast<int>(names.size())); in ArgNames()
325 CHECK(ArgsCnt() == -1 || ArgsCnt() == 1); in DenseRange()
335 CHECK(ArgsCnt() == -1 || ArgsCnt() == static_cast<int>(args.size())); in Args()
441 int Benchmark::ArgsCnt() const { in ArgsCnt() function in benchmark::internal::Benchmark
/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/include/benchmark/
H A Dbenchmark.h905 int ArgsCnt() const;
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/include/benchmark/
H A Dbenchmark.h941 int ArgsCnt() const;