Home
last modified time | relevance | path

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

/third_party/boringssl/src/third_party/googletest/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/googletest/googletest/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.c1868 PyObject *errors_str = PyUnicode_FromWideChar(errors, -1); in create_stdio() local
1869 if (errors_str == NULL) { in create_stdio()
1876 buf, encoding_str, errors_str, in create_stdio()
1880 Py_CLEAR(errors_str); in create_stdio()
/third_party/cares/test/gmock-1.8.0/
Dgmock-gtest-all.cc10389 const std::string& errors_str = errors.GetString(); in VerifyRegisteredTestNames() local
10390 if (errors_str != "") { in VerifyRegisteredTestNames()
10392 errors_str.c_str()); in VerifyRegisteredTestNames()