Home | History | Annotate | Download | only in src

Lines Matching refs:colon

216     "A colon-separated list of glob (not regex) patterns "
229 "by a colon and an output file name or directory. A directory "
396 const char* const colon = strchr(gtest_output_flag, ':');
397 return (colon == NULL) ?
399 std::string(gtest_output_flag, colon - gtest_output_flag);
409 const char* const colon = strchr(gtest_output_flag, ':');
410 if (colon == NULL)
416 internal::FilePath output_name(colon + 1);
424 internal::FilePath(colon + 1));
502 // A filter is a colon-separated list of patterns. It matches a