Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-param-util.h775 struct TypeParameterizedTestSuiteInfo { struct
776 explicit TypeParameterizedTestSuiteInfo(CodeLocation c) in TypeParameterizedTestSuiteInfo() function
783 std::map<std::string, TypeParameterizedTestSuiteInfo> suites_; argument
/freebsd-14.2/contrib/googletest/googletest/src/
H A Dgtest.cc571 TypeParameterizedTestSuiteInfo(code_location)); in RegisterTestSuite()