Home | History | Annotate | Download | only in src

Lines Matching refs:InitGoogleTest

285 // A user must call testing::InitGoogleTest() to initialize Google
287 // InitGoogleTest() has been called. We don't protect this variable
346 // Application pathname gotten in InitGoogleTest.
3780 // subprocess. Must not be called before InitGoogleTest.
3788 // UnitTestOptions. Must not be called before InitGoogleTest.
3802 // ParseGoogleTestFlagsOnly. Is called from InitGoogleTest after the call to
3803 // ParseGoogleTestFlagsOnly. In case a user neglects to call InitGoogleTest
3907 // Makes sure InitGoogleTest() was called.
3910 "\nThis test program did NOT call ::testing::InitGoogleTest "
3920 // user didn't call InitGoogleTest.
4595 // The internal implementation of InitGoogleTest().
4632 void InitGoogleTest(int* argc, char** argv) {
4638 void InitGoogleTest(int* argc, wchar_t** argv) {