Searched refs:teardown_ (Results 1 – 5 of 5) sorted by relevance
83 teardown_ = benchmark_.teardown_; in BenchmarkInstance()105 if (teardown_) { in Teardown()108 teardown_(st); in Teardown()
70 callback_function teardown_ = nullptr; variable
216 teardown_(nullptr) { in Benchmark()334 teardown_ = teardown; in Teardown()
169 …_based_fixture( boost::function<void ()> const& setup_, boost::function<void ()> const& teardown_ ) in function_based_fixture() argument171 , m_teardown( teardown_ ) in function_based_fixture()
1123 callback_function teardown_; variable