Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/c_utils/base/test/benchmarktest/safe_map_benchmark_test/
H A Dsafe_map_benchmark_test.cpp446 bool foundCurrent = demoData.Find("A" + std::to_string(i), valueCurrent); in BENCHMARK_F() local
449 AssertTrue(foundCurrent && foundNext, "Not all keys were found as expected.", state); in BENCHMARK_F()