Searched refs:matchLogCount (Results 1 – 1 of 1) sorted by relevance
270 int matchLogCount = matchLog.size(); variable271 auto matchLogArray = std::make_unique<string[]>(matchLogCount);277 int count = GetKeywordsNum(msg, matchLogArray.get(), matchLogCount);278 EXPECT_EQ(count, matchLogCount) << msg << "DumpCatcherInterfacesTest005 Failed";