Home | History | Annotate | Download | only in gtest

Lines Matching refs:pstr

7462 // If *pstr starts with the given prefix, modifies *pstr to be right
7463 // past the prefix and returns true; otherwise leaves *pstr unchanged
7464 // and returns false. None of pstr, *pstr, and prefix can be NULL.
7465 GTEST_API_ bool SkipPrefix(const char* prefix, const char** pstr);