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

/gem5/ext/googletest/googletest/src/
H A Dgtest.cc509 const char* const dash = strchr(p, '-'); local
512 if (dash == NULL) {
516 positive = std::string(p, dash); // Everything up to the dash
517 negative = std::string(dash + 1); // Everything after the dash

Completed in 24 milliseconds