Searched refs:colon (Results 1 - 1 of 1) sorted by relevance

/gem5/ext/googletest/googletest/src/
H A Dgtest.cc229 "A colon-separated list of glob (not regex) patterns "
242 "by a colon and an output file name or directory. A directory "
418 const char* const colon = strchr(gtest_output_flag, ':'); local
419 return (colon == NULL) ?
421 std::string(gtest_output_flag, colon - gtest_output_flag);
431 const char* const colon = strchr(gtest_output_flag, ':'); local
432 if (colon == NULL)
438 internal::FilePath output_name(colon + 1);
446 internal::FilePath(colon + 1));
524 // A filter is a colon
927 const ::std::string::size_type colon = str.find(delimiter, pos); local
[all...]

Completed in 16 milliseconds