Searched refs:FormatFileLocation (Results 1 - 10 of 10) sorted by relevance

/gem5/ext/googletest/googletest/src/
H A Dgtest-typed-test.cc106 fprintf(stderr, "%s %s", FormatFileLocation(file, line).c_str(),
H A Dgtest-port.cc880 GTEST_API_ ::std::string FormatFileLocation(const char* file, int line) { function in namespace:testing::internal
895 // FormatFileLocation in order to contrast the two functions.
897 // to the file location it produces, unlike FormatFileLocation().
915 << FormatFileLocation(file, line).c_str() << ": ";
H A Dgtest.cc2575 FormatFileLocation(code_location.file.c_str(),
2853 << internal::FormatFileLocation(test_part_result.file_name(),
4124 msg << "\n" << internal::FormatFileLocation(trace.file, trace.line)
/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-death-test-internal.h169 ::testing::internal::FormatFileLocation(__FILE__, __LINE__).c_str(), \
H A Dgtest-internal.h560 FormatFileLocation(file, line).c_str(), test_name, case_name);
683 FormatFileLocation(code_location.file.c_str(),
H A Dgtest-port.h1230 GTEST_API_ ::std::string FormatFileLocation(const char* file, int line);
1234 // FormatFileLocation in order to contrast the two functions.
/gem5/ext/googletest/googletest/test/
H A Dgtest-port_test.cc269 // Verifies behavior of FormatFileLocation.
271 EXPECT_PRED_FORMAT2(IsSubstring, "foo.cc", FormatFileLocation("foo.cc", 42));
272 EXPECT_PRED_FORMAT2(IsSubstring, "42", FormatFileLocation("foo.cc", 42));
277 IsSubstring, "unknown file", FormatFileLocation(NULL, 42));
278 EXPECT_PRED_FORMAT2(IsSubstring, "42", FormatFileLocation(NULL, 42));
282 EXPECT_EQ("foo.cc:", FormatFileLocation("foo.cc", -1));
286 EXPECT_EQ("unknown file:", FormatFileLocation(NULL, -1));
/gem5/ext/googletest/googlemock/src/
H A Dgmock-spec-builders.cc567 std::cout << internal::FormatFileLocation(state.first_used_file,
/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-spec-builders.h706 *os << FormatFileLocation(file(), line()) << " ";
1644 << FormatFileLocation(spec->file(), spec->line()) << "\n";
/gem5/ext/googletest/googlemock/test/
H A Dgmock-spec-builders_test.cc95 using testing::internal::FormatFileLocation;
899 std::string expect_call_location = FormatFileLocation(__FILE__, __LINE__ + 1);
917 on_call_location = FormatFileLocation(__FILE__, __LINE__ + 1);

Completed in 36 milliseconds