Searched refs:errors_str (Results 1 - 8 of 8) sorted by path

/external/chromium_org/testing/gtest/src/
H A Dgtest-typed-test.cc96 const std::string& errors_str = errors.GetString(); local
97 if (errors_str != "") {
99 errors_str.c_str());
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc9576 const std::string& errors_str = errors.GetString();
9577 if (errors_str != "") {
9579 errors_str.c_str());
/external/chromium_org/third_party/mesa/src/src/gtest/src/
H A Dgtest-typed-test.cc96 const String& errors_str = errors.GetString(); local
97 if (errors_str != "") {
99 errors_str.c_str());
/external/gtest/src/
H A Dgtest-typed-test.cc96 const std::string& errors_str = errors.GetString(); local
97 if (errors_str != "") {
99 errors_str.c_str());
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc9578 const std::string& errors_str = errors.GetString();
9579 if (errors_str != "") {
9581 errors_str.c_str());
/external/llvm/utils/unittest/googletest/src/
H A Dgtest-typed-test.cc96 const String& errors_str = errors.GetString(); local
97 if (errors_str != "") {
99 errors_str.c_str());
/external/mesa3d/src/gtest/src/
H A Dgtest-typed-test.cc96 const String& errors_str = errors.GetString(); local
97 if (errors_str != "") {
99 errors_str.c_str());
/external/protobuf/gtest/src/
H A Dgtest-typed-test.cc84 const String& errors_str = errors.GetString(); local
85 if (errors_str != "") {
87 errors_str.c_str());

Completed in 467 milliseconds