Searched refs:LocalParameterTestState (Results 1 – 1 of 1) sorted by relevance
35 struct LocalParameterTestState { struct36 explicit LocalParameterTestState(int nprops) noexcept : nprops(nprops), valid(false) in LocalParameterTestState() function88 LocalParameterTestState(const LocalParameterTestState&) = delete;89 LocalParameterTestState & operator=(const LocalParameterTestState&) = delete;91 ~LocalParameterTestState() noexcept in ~LocalParameterTestState()113 static init_benchmark_param::LocalParameterTestState *g_localParamTester = nullptr; argument118 g_localParamTester = new init_benchmark_param::LocalParameterTestState(g_maxCount); in CreateLocalParameterTest()