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