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.cc5082 class ScopedPrematureExitFile { class
5084 explicit ScopedPrematureExitFile(const char* premature_exit_filepath) in ScopedPrematureExitFile() function in testing::internal::ScopedPrematureExitFile
5098 ~ScopedPrematureExitFile() { in ~ScopedPrematureExitFile()
5114 ScopedPrematureExitFile(const ScopedPrematureExitFile&) = delete;
5115 ScopedPrematureExitFile& operator=(const ScopedPrematureExitFile&) = delete;
5487 const internal::ScopedPrematureExitFile premature_exit_file( in Run()