Home
last modified time | relevance | path

Searched refs:fixture_class_id_ (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/googletest/googletest/include/gtest/
H A Dgtest.h653 const internal::TypeId fixture_class_id_; // ID of the test fixture class variable
/freebsd-14.2/contrib/googletest/googletest/src/
H A Dgtest.cc2510 const internal::TypeId first_fixture_id = first_test_info->fixture_class_id_; in HasSameFixtureClass()
2515 const internal::TypeId this_fixture_id = this_test_info->fixture_class_id_; in HasSameFixtureClass()
2732 fixture_class_id_(fixture_class_id), in TestInfo()