Lines Matching refs:find
516 if (ignored.find(name) != ignored.end()) return;
576 auto it = suites_.find(std::string(test_suite_name));
589 if (ignored.find(testcase.first) != ignored.end()) continue;
1256 const ::std::string::size_type colon = str.find(delimiter, pos);
1371 IdMap::iterator it = ids_.find(str);
1803 return haystack.find(needle) != StringType::npos;
2381 if (std::find(reserved_names.begin(), reserved_names.end(), property_name) !=
4178 GTEST_CHECK_(std::find(allowed_names.begin(), allowed_names.end(), name) !=
4611 GTEST_CHECK_(std::find(allowed_names.begin(), allowed_names.end(), name) !=
4626 GTEST_CHECK_(std::find(allowed_names.begin(), allowed_names.end(), name) !=
5656 const size_t pos = target.find(':');
5754 // Can we find a TestSuite with the given name?
6570 "@G" GTEST_PROJECT_URL_ "@D. If you find a bug in " GTEST_NAME_