Lines Matching defs:state
30 void SetUp(const ::benchmark::State &state)
35 void TearDown(const ::benchmark::State &state)
46 BENCHMARK_F(CodecBenchmarkManagerTest, GetComponentNum)(benchmark::State &state)
51 for (auto _ : state) {
61 BENCHMARK_F(CodecBenchmarkManagerTest, GetComponentCapabilityList)(benchmark::State &state)
70 for (auto _ : state) {
79 BENCHMARK_F(CodecBenchmarkManagerTest, CreateComponent)(benchmark::State &state)
96 for (auto _ : state) {
108 BENCHMARK_F(CodecBenchmarkManagerTest, DestroyComponent)(benchmark::State &state)
125 for (auto _ : state) {