Home
last modified time | relevance | path

Searched refs:Iterate (Results 1 - 3 of 3) sorted by relevance

/commonlibrary/c_utils/base/include/
H A Dsafe_map.h206 void Iterate(const SafeMapCallBack& callback) in Iterate() function in OHOS::SafeMap
/commonlibrary/c_utils/base/test/unittest/common/
H A Dutils_safe_map_test.cpp200 * @tc.desc: Using Iterate to change the second parameter of SafeMap
216 demoData.Iterate(callback); in HWTEST_F()
246 data.Iterate(callback_it); in HWTEST_F()
/commonlibrary/c_utils/base/test/benchmarktest/safe_map_benchmark_test/
H A Dsafe_map_benchmark_test.cpp279 * @tc.desc: Using Iterate to change the second parameter of SafeMap
297 demoData.Iterate(callback); in BENCHMARK_F()
429 data.Iterate(callback_it); in BENCHMARK_F()

Completed in 3 milliseconds