Searched refs:ParseGoogleTestFlagsOnly (Results 1 - 3 of 3) sorted by relevance

/gem5/ext/googletest/googletest/src/
H A Dgtest-internal-inl.h782 // ParseGoogleTestFlagsOnly. Is called from InitGoogleTest after the call to
783 // ParseGoogleTestFlagsOnly. In case a user neglects to call InitGoogleTest
953 GTEST_API_ void ParseGoogleTestFlagsOnly(int* argc, char** argv);
954 GTEST_API_ void ParseGoogleTestFlagsOnly(int* argc, wchar_t** argv);
H A Dgtest.cc4432 // ParseGoogleTestFlagsOnly. Is called from InitGoogleTest after the call to
4433 // ParseGoogleTestFlagsOnly. In case a user neglects to call InitGoogleTest
5332 void ParseGoogleTestFlagsOnly(int* argc, char** argv) { function
5335 void ParseGoogleTestFlagsOnly(int* argc, wchar_t** argv) { function
5355 ParseGoogleTestFlagsOnly(argc, argv);
/gem5/ext/googletest/googletest/test/
H A Dgtest_unittest.cc5671 internal::ParseGoogleTestFlagsOnly(&argc1, const_cast<CharType**>(argv1));
5684 // ParseGoogleTestFlagsOnly should neither set g_help_flag nor print the

Completed in 54 milliseconds