Home
last modified time | relevance | path

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

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