Home
last modified time | relevance | path

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

/external/llvm/utils/unittest/googletest/src/
Dgtest-typed-test.cc96 const String& errors_str = errors.GetString(); in VerifyRegisteredTestNames() local
97 if (errors_str != "") { in VerifyRegisteredTestNames()
99 errors_str.c_str()); in VerifyRegisteredTestNames()
/external/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()
/external/rust/crates/quiche/deps/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()
/external/llvm-project/llvm/utils/unittest/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()
/external/libvpx/libvpx/third_party/googletest/src/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()
/external/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()
/external/libaom/libaom/third_party/googletest/src/googletest/src/
Dgtest-typed-test.cc103 const std::string &errors_str = errors.GetString(); in VerifyRegisteredTestNames() local
104 if (errors_str != "") { in VerifyRegisteredTestNames()
106 errors_str.c_str()); in VerifyRegisteredTestNames()
/external/python/cpython3/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()
/external/fmtlib/test/
Dgmock-gtest-all.cc9407 const std::string& errors_str = errors.GetString(); in VerifyRegisteredTestNames() local
9408 if (errors_str != "") { in VerifyRegisteredTestNames()
9410 errors_str.c_str()); in VerifyRegisteredTestNames()
/external/rust/crates/grpcio-sys/grpc/third_party/cares/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()