Searched refs:errors_str (Results 1 – 4 of 4) sorted by relevance
95 const std::string& errors_str = errors.GetString(); in VerifyRegisteredTestNames() local96 if (errors_str != "") { in VerifyRegisteredTestNames()98 errors_str.c_str()); in VerifyRegisteredTestNames()
104 const std::string& errors_str = errors.GetString(); in VerifyRegisteredTestNames() local105 if (errors_str != "") { in VerifyRegisteredTestNames()107 errors_str.c_str()); in VerifyRegisteredTestNames()
2233 PyObject *errors_str = PyUnicode_FromWideChar(errors, -1); in create_stdio() local2234 if (errors_str == NULL) { in create_stdio()2241 buf, encoding_str, errors_str, in create_stdio()2245 Py_CLEAR(errors_str); in create_stdio()
12489 const std::string& errors_str = errors.GetString(); in VerifyRegisteredTestNames() local12490 if (errors_str != "") { in VerifyRegisteredTestNames()12492 errors_str.c_str()); in VerifyRegisteredTestNames()