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

/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-param-util.h684 ParameterizedTestCaseInfo<TestCase>* typed_test_info = NULL; local
698 typed_test_info = CheckedDowncastToActualType<
704 if (typed_test_info == NULL) {
705 typed_test_info = new ParameterizedTestCaseInfo<TestCase>(
707 test_case_infos_.push_back(typed_test_info);
709 return typed_test_info;

Completed in 12 milliseconds