Home
last modified time | relevance | path

Searched refs:ScopedPrematureExitFile (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/googletest/googletest/src/
H A Dgtest.cc5131 class ScopedPrematureExitFile { class
5133 explicit ScopedPrematureExitFile(const char* premature_exit_filepath) in ScopedPrematureExitFile() function in testing::internal::ScopedPrematureExitFile
5147 ~ScopedPrematureExitFile() { in ~ScopedPrematureExitFile()
5163 ScopedPrematureExitFile(const ScopedPrematureExitFile&) = delete;
5164 ScopedPrematureExitFile& operator=(const ScopedPrematureExitFile&) = delete;
5536 const internal::ScopedPrematureExitFile premature_exit_file( in Run()