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