Searched refs:found_count (Results 1 – 1 of 1) sorted by relevance
123 std::map<std::string, size_t> found_count; in TEST_F() local125 ++found_count[s]; in TEST_F()128 ASSERT_EQ(found_count[strings[i]], 1U); in TEST_F()130 found_count.clear(); in TEST_F()133 ++found_count[*it]; in TEST_F()138 ASSERT_EQ(found_count[strings[i]], 1U); in TEST_F()