Home | History | Annotate | Download | only in src

Lines Matching refs:InitGoogleTest

307 // A user must call testing::InitGoogleTest() to initialize Google
309 // InitGoogleTest() has been called. We don't protect this variable
368 // Application pathname gotten in InitGoogleTest.
3817 // subprocess. Must not be called before InitGoogleTest.
3825 // UnitTestOptions. Must not be called before InitGoogleTest.
3840 // Must not be called before InitGoogleTest.
3858 // ParseGoogleTestFlagsOnly. Is called from InitGoogleTest after the call to
3859 // ParseGoogleTestFlagsOnly. In case a user neglects to call InitGoogleTest
3973 // Makes sure InitGoogleTest() was called.
3976 "\nThis test program did NOT call ::testing::InitGoogleTest "
3986 // user didn't call InitGoogleTest.
4677 // The internal implementation of InitGoogleTest().
4716 void InitGoogleTest(int* argc, char** argv) {
4722 void InitGoogleTest(int* argc, wchar_t** argv) {