Searched refs:errors_str (Results 1 – 4 of 4) sorted by relevance
104 const std::string& errors_str = errors.GetString(); in VerifyRegisteredTestNames() local105 if (errors_str != "") { in VerifyRegisteredTestNames()107 errors_str.c_str()); in VerifyRegisteredTestNames()
1868 PyObject *errors_str = PyUnicode_FromWideChar(errors, -1); in create_stdio() local1869 if (errors_str == NULL) { in create_stdio()1876 buf, encoding_str, errors_str, in create_stdio()1880 Py_CLEAR(errors_str); in create_stdio()
10389 const std::string& errors_str = errors.GetString(); in VerifyRegisteredTestNames() local10390 if (errors_str != "") { in VerifyRegisteredTestNames()10392 errors_str.c_str()); in VerifyRegisteredTestNames()