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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc1971 const char* const dash = strchr(p, '-'); local
1974 if (dash == NULL) {
1978 positive = std::string(p, dash); // Everything up to the dash
1979 negative = std::string(dash + 1); // Everything after the dash

Completed in 19 milliseconds