• Home
  • Raw
  • Download

Lines Matching refs:st

44 BENCHMARK_F(BatteryBenchmarkTest, GetCapacity)(benchmark::State& st)  in BENCHMARK_F()
46 for (auto _ : st) { in BENCHMARK_F()
62 BENCHMARK_F(BatteryBenchmarkTest, GetChargingStatus)(benchmark::State& st) in BENCHMARK_F()
64 for (auto _ : st) { in BENCHMARK_F()
80 BENCHMARK_F(BatteryBenchmarkTest, GetHealthStatus)(benchmark::State& st) in BENCHMARK_F()
82 for (auto _ : st) { in BENCHMARK_F()
98 BENCHMARK_F(BatteryBenchmarkTest, GetPluggedType)(benchmark::State& st) in BENCHMARK_F()
100 for (auto _ : st) { in BENCHMARK_F()
116 BENCHMARK_F(BatteryBenchmarkTest, GetVoltage)(benchmark::State& st) in BENCHMARK_F()
118 for (auto _ : st) { in BENCHMARK_F()
133 BENCHMARK_F(BatteryBenchmarkTest, GetPresent)(benchmark::State& st) in BENCHMARK_F()
135 for (auto _ : st) { in BENCHMARK_F()
150 BENCHMARK_F(BatteryBenchmarkTest, GetTechnology)(benchmark::State& st) in BENCHMARK_F()
152 for (auto _ : st) { in BENCHMARK_F()
167 BENCHMARK_F(BatteryBenchmarkTest, GetBatteryTemperature)(benchmark::State& st) in BENCHMARK_F()
169 for (auto _ : st) { in BENCHMARK_F()
185 BENCHMARK_F(BatteryBenchmarkTest, GetNowCurrent)(benchmark::State& st) in BENCHMARK_F()
187 for (auto _ : st) { in BENCHMARK_F()
203 BENCHMARK_F(BatteryBenchmarkTest, GetRemainEnergy)(benchmark::State& st) in BENCHMARK_F()
205 for (auto _ : st) { in BENCHMARK_F()
221 BENCHMARK_F(BatteryBenchmarkTest, GetTotalEnergy)(benchmark::State& st) in BENCHMARK_F()
223 for (auto _ : st) { in BENCHMARK_F()
239 BENCHMARK_F(BatteryBenchmarkTest, GetCapacityLevel)(benchmark::State& st) in BENCHMARK_F()
241 for (auto _ : st) { in BENCHMARK_F()
257 BENCHMARK_F(BatteryBenchmarkTest, GetRemainingChargeTime)(benchmark::State& st) in BENCHMARK_F()
259 for (auto _ : st) { in BENCHMARK_F()