Home
last modified time | relevance | path

Searched refs:ArgNames (Results 1 - 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/
H A Dmarl_bench.h64 b->ArgNames({"tasks", "threads"}); in args()
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/
H A Dmutex_benchmark.cc224 ->ArgNames({"cs_ns", "num_prios"}); in SetupBenchmarkArgs()
/third_party/benchmark/bindings/python/google_benchmark/
H A Dbenchmark.cc88 .def("arg_names", &Benchmark::ArgNames, in NB_MODULE()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
H A DRecord.cpp919 SmallVector<StringInit*, 8> ArgNames;
922 ArgNames.push_back(LHSs->getArgName(i));
926 ArgNames.push_back(RHSs->getArgName(i));
928 return DagInit::get(Op, nullptr, Args, ArgNames);
1004 SmallVector<StringInit*, 8> ArgNames;
1007 ArgNames.push_back(Dag->getArgName(i));
1009 return DagInit::get(Op, nullptr, Args, ArgNames);
/third_party/benchmark/src/
H A Dbenchmark_register.cc308 Benchmark* Benchmark::ArgNames(const std::vector<std::string>& names) { in ArgNames() function in benchmark::internal::Benchmark
/third_party/benchmark/test/
H A Dreporter_output_test.cc350 BENCHMARK(BM_arg_names)->Args({2, 5, 4})->ArgNames({"first", "", "third"});
/third_party/benchmark/include/benchmark/
H A Dbenchmark.h1134 // Equivalent to ArgNames({name})
1139 Benchmark* ArgNames(const std::vector<std::string>& names);

Completed in 9 milliseconds