Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/googletest/googletest/src/
H A Dgtest.cc5036 class ScopedPrematureExitFile { class
5038 explicit ScopedPrematureExitFile(const char* premature_exit_filepath) in ScopedPrematureExitFile() function in testing::internal::ScopedPrematureExitFile
5052 ~ScopedPrematureExitFile() { in ~ScopedPrematureExitFile()
5068 ScopedPrematureExitFile(const ScopedPrematureExitFile&) = delete;
5069 ScopedPrematureExitFile& operator=(const ScopedPrematureExitFile&) = delete;
5425 const internal::ScopedPrematureExitFile premature_exit_file( in Run()