Home
last modified time | relevance | path

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

/rocksdb-6.9/third-party/gtest-1.8.1/fused-src/gtest/
Dgtest-all.cc2012 const char* const dash = strchr(p, '-'); in FilterMatchesTest() local
2015 if (dash == NULL) { in FilterMatchesTest()
2019 positive = std::string(p, dash); // Everything up to the dash in FilterMatchesTest()
2020 negative = std::string(dash + 1); // Everything after the dash in FilterMatchesTest()