Lines Matching refs:pstr
7462 // If *pstr starts with the given prefix, modifies *pstr to be right7463 // past the prefix and returns true; otherwise leaves *pstr unchanged7464 // and returns false. None of pstr, *pstr, and prefix can be NULL.7465 GTEST_API_ bool SkipPrefix(const char* prefix, const char** pstr);