Home
last modified time | relevance | path

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

/ohos5.0/base/startup/init/test/benchmark/
H A Dparameter_benchmark.cpp35 struct LocalParameterTestState { struct
36 explicit LocalParameterTestState(int nprops) noexcept : nprops(nprops), valid(false) in LocalParameterTestState() function
88 LocalParameterTestState(const LocalParameterTestState&) = delete;
89 LocalParameterTestState & operator=(const LocalParameterTestState&) = delete;
91 ~LocalParameterTestState() noexcept in ~LocalParameterTestState()
113 static init_benchmark_param::LocalParameterTestState *g_localParamTester = nullptr; argument
118 g_localParamTester = new init_benchmark_param::LocalParameterTestState(g_maxCount); in CreateLocalParameterTest()