Lines Matching defs:prefix
572 // If *pstr starts with the given prefix, modifies *pstr to be right
573 // past the prefix and returns true; otherwise leaves *pstr unchanged
574 // and returns false. None of pstr, *pstr, and prefix can be NULL.
575 GTEST_API_ bool SkipPrefix(const char* prefix, const char** pstr);
646 // Returns the prefix of 'str' before the first comma in it; returns
703 static bool Register(const char* prefix, const CodeLocation& code_location,
714 (std::string(prefix) + (prefix[0] == '\0' ? "" : "/") + case_name +
729 typename Types::Tail>::Register(prefix,
742 static bool Register(const char* /*prefix*/, const CodeLocation&,
763 static bool Register(const char* prefix, CodeLocation code_location,
785 prefix, test_location, case_name, test_names, 0, type_names);
789 Types>::Register(prefix, code_location,
800 static bool Register(const char* /*prefix*/, const CodeLocation&,