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.
3811 // subprocess. Must not be called before InitGoogleTest.
3819 // UnitTestOptions. Must not be called before InitGoogleTest.
3833 // ParseGoogleTestFlagsOnly. Is called from InitGoogleTest after the call to
3834 // ParseGoogleTestFlagsOnly. In case a user neglects to call InitGoogleTest
3938 // Makes sure InitGoogleTest() was called.
3941 "\nThis test program did NOT call ::testing::InitGoogleTest "
3951 // user didn't call InitGoogleTest.
4658 // The internal implementation of InitGoogleTest().
4695 void InitGoogleTest(int* argc, char** argv) {
4701 void InitGoogleTest(int* argc, wchar_t** argv) {