Home
last modified time | relevance | path

Searched refs:foundA (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.cpp105 bool foundA = demoData.Find("A", valueA); in BENCHMARK_F() local
106 AssertTrue(foundA, "demoData.Find(\"A\", valueA) did not return true as expected.", state); in BENCHMARK_F()
302 bool foundA = demoData.Find("A", valueA); in BENCHMARK_F() local
303 AssertTrue(foundA, "Key \"A\" was not found as expected.", state); in BENCHMARK_F()