Home
last modified time | relevance | path

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

/ndk/sources/third_party/googletest/googletest/include/gtest/internal/
Dgtest-internal.h388 typedef const void* TypeId; typedef
406 TypeId GetTypeId() { in GetTypeId()
419 GTEST_API_ TypeId GetTestTypeId();
485 TypeId fixture_class_id,
Dgtest-param-util.h422 virtual TypeId GetTestCaseTypeId() const = 0;
459 virtual TypeId GetTestCaseTypeId() const { return GetTypeId<TestCase>(); } in GetTestCaseTypeId()
/ndk/sources/third_party/googletest/googletest/include/gtest/
Dgtest.h683 internal::TypeId fixture_class_id,
694 internal::TypeId fixture_class_id,
720 const internal::TypeId fixture_class_id_; // ID of the test fixture class
/ndk/sources/third_party/googletest/googletest/src/
Dgtest.cc594 TypeId GetTestTypeId() { in GetTestTypeId()
600 extern const TypeId kTestTypeIdInGoogleTest = GetTestTypeId();
1936 const internal::TypeId first_fixture_id = first_test_info->fixture_class_id_; in HasSameFixtureClass()
1941 const internal::TypeId this_fixture_id = this_test_info->fixture_class_id_; in HasSameFixtureClass()
2166 internal::TypeId fixture_class_id, in TestInfo()
2206 TypeId fixture_class_id, in MakeAndRegisterTestInfo()
Dgtest-internal-inl.h86 GTEST_API_ extern const TypeId kTestTypeIdInGoogleTest;