reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/unittests/Host/FileTest.cpp
   26                                          Info->name(),
   43                                          Info->name(),
tools/lldb/unittests/Interpreter/TestCompletion.cpp
   69     std::string name = test_info->name();
tools/lldb/unittests/TestingSupport/TestUtilities.cpp
   35           llvm::Twine(Info->test_case_name()) + "-" + Info->name(), "test", FD,
tools/lldb/unittests/tools/lldb-server/tests/TestBase.cpp
   32                                 test_info->name() + ".log");
utils/unittest/googlemock/src/gmock-spec-builders.cc
  736       state.first_used_test = test_info->name();
utils/unittest/googletest/src/gtest-death-test.cc
 1138       + info->test_case_name() + "." + info->name();
utils/unittest/googletest/src/gtest-internal-inl.h
 1144     SendLn(std::string("event=TestStart&name=") + test_info.name());
utils/unittest/googletest/src/gtest.cc
 2276   const char* const first_test_name = first_test_info->name();
 2281   const char* const this_test_name = this_test_info->name();
 2603     return test_info && test_info->name() == name_;
 3113   PrintTestName(test_info.test_case_name(), test_info.name());
 3136   PrintTestName(test_info.test_case_name(), test_info.name());
 3186       printf("%s.%s", test_case.name(), test_info.name());
 3632   OutputXmlAttribute(stream, kTestcase, "name", test_info.name());
 4808       const std::string test_name(test_info->name());
 4888         printf("  %s", test_info->name());