Lines Matching defs:prefix
587 // If *pstr starts with the given prefix, modifies *pstr to be right
588 // past the prefix and returns true; otherwise leaves *pstr unchanged
589 // and returns false. None of pstr, *pstr, and prefix can be NULL.
590 GTEST_API_ bool SkipPrefix(const char* prefix, const char** pstr);
661 // Returns the prefix of 'str' before the first comma in it; returns
718 static bool Register(const char* prefix, const CodeLocation& code_location,
729 (std::string(prefix) + (prefix[0] == '\0' ? "" : "/") + case_name +
744 typename Types::Tail>::Register(prefix,
757 static bool Register(const char* /*prefix*/, const CodeLocation&,
778 static bool Register(const char* prefix, CodeLocation code_location,
800 prefix, test_location, case_name, test_names, 0, type_names);
804 Types>::Register(prefix, code_location,
815 static bool Register(const char* /*prefix*/, const CodeLocation&,