Home
last modified time | relevance | path

Searched refs:BenchmarkCase (Results 1 – 3 of 3) sorted by relevance

/third_party/json/benchmarks/thirdparty/benchmark/include/benchmark/
Dbenchmark.h1007 this->BenchmarkCase(st); in Run()
1019 virtual void BenchmarkCase(State&) = 0;
1118 virtual void BenchmarkCase(::benchmark::State&); \
1129 virtual void BenchmarkCase(::benchmark::State&); \
1140 virtual void BenchmarkCase(::benchmark::State&); \
1152 virtual void BenchmarkCase(::benchmark::State&); \
1160 void BaseClass##_##Method##_Benchmark::BenchmarkCase
1164 void BaseClass##_##Method##_Benchmark::BenchmarkCase
1168 void BaseClass##_##Method##_Benchmark::BenchmarkCase
1173 void BaseClass##_##Method##_Benchmark::BenchmarkCase
[all …]
/third_party/protobuf/benchmarks/cpp/
Dcpp_benchmark.cc100 virtual void BenchmarkCase(benchmark::State& state) { in BenchmarkCase() function in ParseNewFixture
121 virtual void BenchmarkCase(benchmark::State& state) { in BenchmarkCase() function in ParseNewArenaFixture
144 virtual void BenchmarkCase(benchmark::State& state) { in BenchmarkCase() function in ParseReuseFixture
176 virtual void BenchmarkCase(benchmark::State& state) { in BenchmarkCase() function in SerializeFixture
/third_party/benchmark/include/benchmark/
Dbenchmark.h1217 this->BenchmarkCase(st); in Run()
1229 virtual void BenchmarkCase(State&) = 0;
1346 virtual void BenchmarkCase(::benchmark::State&) BENCHMARK_OVERRIDE; \
1357 virtual void BenchmarkCase(::benchmark::State&) BENCHMARK_OVERRIDE; \
1368 virtual void BenchmarkCase(::benchmark::State&) BENCHMARK_OVERRIDE; \
1380 virtual void BenchmarkCase(::benchmark::State&) BENCHMARK_OVERRIDE; \
1389 void BENCHMARK_PRIVATE_CONCAT_NAME(BaseClass, Method)::BenchmarkCase
1393 void BENCHMARK_PRIVATE_CONCAT_NAME(BaseClass, Method)::BenchmarkCase
1397 void BENCHMARK_PRIVATE_CONCAT_NAME(BaseClass, Method)::BenchmarkCase
1402 void BENCHMARK_PRIVATE_CONCAT_NAME(BaseClass, Method)::BenchmarkCase
[all …]