Home
last modified time | relevance | path

Searched refs:foundB (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.cpp117 bool foundB = newdemo.Find("B", tar); in BENCHMARK_F() local
118 AssertTrue(foundB, "newdemo.Find(\"B\", tar) did not return true as expected.", state); in BENCHMARK_F()
307 bool foundB = demoData.Find("B", valueB); in BENCHMARK_F() local
308 AssertTrue(foundB, "Key \"B\" was not found as expected.", state); in BENCHMARK_F()