Searched refs:CodeLocation (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/contrib/googletest/googletest/include/gtest/internal/ |
| H A D | gtest-internal.h | 492 struct CodeLocation { struct 493 CodeLocation(const std::string& a_file, int a_line) in CodeLocation() function 523 CodeLocation code_location, 557 ::std::make_pair(test_name, CodeLocation(file, line))); in AddTestName() 565 const CodeLocation& GetCodeLocation(const std::string& test_name) const { in GetCodeLocation() 578 typedef ::std::map<std::string, CodeLocation> RegisteredTestsMap; 689 static bool Register(const char* /*prefix*/, const CodeLocation&, 705 static bool Register(const char* prefix, CodeLocation code_location, 720 const CodeLocation& test_location = state->GetCodeLocation(test_name); 741 static bool Register(const char* /*prefix*/, const CodeLocation&, [all …]
|
| H A D | gtest-param-util.h | 81 CodeLocation code_location); 506 const char* name, CodeLocation code_location) in ParameterizedTestCaseInfo() 650 CodeLocation code_location_; 678 CodeLocation code_location) { in GetTestCasePatternHolder()
|
| /freebsd-12.1/contrib/googletest/googletest/include/gtest/ |
| H A D | gtest-typed-test.h | 217 ::testing::internal::CodeLocation( \ 296 ::testing::internal::CodeLocation(__FILE__, __LINE__), \
|
| H A D | gtest.h | 766 internal::CodeLocation code_location, 778 internal::CodeLocation a_code_location, 805 internal::CodeLocation location_;
|
| H A D | gtest-param-test.h.pump | 449 ::testing::internal::CodeLocation(\ 491 ::testing::internal::CodeLocation(\
|
| H A D | gtest-param-test.h | 1383 ::testing::internal::CodeLocation(\ 1425 ::testing::internal::CodeLocation(\
|
| /freebsd-12.1/contrib/googletest/googletest/src/ |
| H A D | gtest.cc | 2569 internal::CodeLocation a_code_location, in TestInfo() 2612 CodeLocation code_location, in MakeAndRegisterTestInfo() 2625 CodeLocation code_location) { in ReportInvalidTestCaseType()
|
| /freebsd-12.1/contrib/googletest/googletest/test/ |
| H A D | gtest_unittest.cc | 92 CodeLocation(__FILE__, __LINE__), 0, NULL) {} in StreamingListenerTest()
|