Home
last modified time | relevance | path

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

/freebsd-head/contrib/googletest/googletest/include/gtest/
HDgtest.h652 const internal::TypeId fixture_class_id_; // ID of the test fixture class variable
/freebsd-head/contrib/googletest/googletest/src/
HDgtest.cc2536 const internal::TypeId first_fixture_id = first_test_info->fixture_class_id_; in HasSameFixtureClass()
2541 const internal::TypeId this_fixture_id = this_test_info->fixture_class_id_; in HasSameFixtureClass()
2756 fixture_class_id_(fixture_class_id), in TestInfo()