Home
last modified time | relevance | path

Searched refs:errors_str (Results 1 – 4 of 4) sorted by relevance

/third_party/googletest/googletest/src/
Dgtest-typed-test.cc95 const std::string& errors_str = errors.GetString(); in VerifyRegisteredTestNames() local
96 if (errors_str != "") { in VerifyRegisteredTestNames()
98 errors_str.c_str()); in VerifyRegisteredTestNames()
/third_party/mesa3d/src/gtest/src/
Dgtest-typed-test.cc104 const std::string& errors_str = errors.GetString(); in VerifyRegisteredTestNames() local
105 if (errors_str != "") { in VerifyRegisteredTestNames()
107 errors_str.c_str()); in VerifyRegisteredTestNames()
/third_party/python/Python/
Dpylifecycle.c2233 PyObject *errors_str = PyUnicode_FromWideChar(errors, -1); in create_stdio() local
2234 if (errors_str == NULL) { in create_stdio()
2241 buf, encoding_str, errors_str, in create_stdio()
2245 Py_CLEAR(errors_str); in create_stdio()
/third_party/cef/tools/distrib/gtest/
Dgtest-all.cc12489 const std::string& errors_str = errors.GetString(); in VerifyRegisteredTestNames() local
12490 if (errors_str != "") { in VerifyRegisteredTestNames()
12492 errors_str.c_str()); in VerifyRegisteredTestNames()