Home
last modified time | relevance | path

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/
Dgtest-all.cc1971 const char* const dash = strchr(p, '-'); in FilterMatchesTest() local
1974 if (dash == NULL) { in FilterMatchesTest()
1978 positive = std::string(p, dash); // Everything up to the dash in FilterMatchesTest()
1979 negative = std::string(dash + 1); // Everything after the dash in FilterMatchesTest()