Home | History | Annotate | Download | only in internal

Lines Matching refs:pstr

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