Searched refs:TypeFromString (Results 1 – 3 of 3) sorted by relevance
33 static bool TypeFromString(const std::string& str, Type* type);
23 bool TestResultPart::TypeFromString(const std::string& str, Type* type) { in TypeFromString() function in base::TestResultPart
170 if (!TestResultPart::TypeFromString(result_type, &type)) in ProcessGTestOutput()