Home
last modified time | relevance | path

Searched refs:TypeFromString (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/base/test/launcher/
Dtest_result.h33 static bool TypeFromString(const std::string& str, Type* type);
Dtest_result.cc23 bool TestResultPart::TypeFromString(const std::string& str, Type* type) { in TypeFromString() function in base::TestResultPart
/external/libchrome/base/test/
Dgtest_xml_util.cc170 if (!TestResultPart::TypeFromString(result_type, &type)) in ProcessGTestOutput()