Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-param-util.h495 GTEST_API_ void InsertSyntheticTestCase(const std::string& name,
613 InsertSyntheticTestCase(GetTestSuiteName(), code_location_, in RegisterTests()
/freebsd-14.2/contrib/googletest/googletest/src/
H A Dgtest.cc513 void InsertSyntheticTestCase(const std::string& name, CodeLocation location, in InsertSyntheticTestCase() function