Lines Matching refs:InitGoogleTest
304 // A user must call testing::InitGoogleTest() to initialize Google
306 // InitGoogleTest() has been called. We don't protect this variable
365 // Application pathname gotten in InitGoogleTest.
3990 // subprocess. Must not be called before InitGoogleTest.
3998 // UnitTestOptions. Must not be called before InitGoogleTest.
4013 // Must not be called before InitGoogleTest.
4031 // ParseGoogleTestFlagsOnly. Is called from InitGoogleTest after the call to
4032 // ParseGoogleTestFlagsOnly. In case a user neglects to call InitGoogleTest
4146 // Makes sure InitGoogleTest() was called.
4149 "\nThis test program did NOT call ::testing::InitGoogleTest "
4159 // user didn't call InitGoogleTest.
4849 // The internal implementation of InitGoogleTest().
4888 void InitGoogleTest(int* argc, char** argv) {
4894 void InitGoogleTest(int* argc, wchar_t** argv) {