Home
last modified time | relevance | path

Searched refs:foundOne (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.cpp342 bool foundOne = demoData1.Find("ONE", valueOne); in BENCHMARK_F() local
344 AssertTrue(foundOne && foundTwo, "Not all keys were found as expected.", state); in BENCHMARK_F()
368 bool foundOne = demoData.Find("ONE", valueOne); in BENCHMARK_F() local
370 AssertTrue(foundOne, "Key \"ONE\" was not found as expected.", state); in BENCHMARK_F()