Searched refs:TypeId (Results 1 - 5 of 5) sorted by relevance

/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-internal.h425 // unique IDs to fixture classes and compare them. The TypeId type is
426 // used to hold such IDs. The user should treat TypeId as an opaque
427 // type: the only operation allowed on TypeId values is to compare
429 typedef const void* TypeId; typedef in namespace:testing::internal
447 TypeId GetTypeId() {
460 GTEST_API_ TypeId GetTestTypeId();
535 TypeId fixture_class_id,
H A Dgtest-param-util.h477 virtual TypeId GetTestCaseTypeId() const = 0;
516 virtual TypeId GetTestCaseTypeId() const { return GetTypeId<TestCase>(); }
/gem5/ext/googletest/googletest/include/gtest/
H A Dgtest.h721 internal::TypeId fixture_class_id,
733 internal::TypeId fixture_class_id,
760 const internal::TypeId fixture_class_id_; // ID of the test fixture class
/gem5/ext/googletest/googletest/src/
H A Dgtest-internal-inl.h86 GTEST_API_ extern const TypeId kTestTypeIdInGoogleTest;
H A Dgtest.cc620 TypeId GetTestTypeId() {
626 extern const TypeId kTestTypeIdInGoogleTest = GetTestTypeId();
2275 const internal::TypeId first_fixture_id = first_test_info->fixture_class_id_;
2280 const internal::TypeId this_fixture_id = this_test_info->fixture_class_id_;
2506 internal::TypeId fixture_class_id,
2549 TypeId fixture_class_id,

Completed in 46 milliseconds