![]() |
Analysis Software
Documentation for sPHENIX simulation software
|
#include <JETSCAPE/blob/main/external_packages/googletest/googletest/include/gtest/internal/gtest-internal.h>
Public Member Functions | |
| ScopedTrace (const char *file, int line, const Message &message) | |
| ~ScopedTrace () | |
Private Member Functions | |
| GTEST_DISALLOW_COPY_AND_ASSIGN_ (ScopedTrace) | |
Definition at line 156 of file gtest-internal.h.
View newest version in sPHENIX GitHub at line 156 of file gtest-internal.h
| testing::internal::ScopedTrace::ScopedTrace | ( | const char * | file, |
| int | line, | ||
| const Message & | message | ||
| ) |
Definition at line 3828 of file gtest.cc.
View newest version in sPHENIX GitHub at line 3828 of file gtest.cc
References file, testing::internal::TraceInfo::file, testing::UnitTest::GetInstance(), line, testing::internal::TraceInfo::line, testing::internal::TraceInfo::message, and testing::UnitTest::PushGTestTrace().
Here is the call graph for this function:| testing::internal::ScopedTrace::~ScopedTrace | ( | ) |
Definition at line 3839 of file gtest.cc.
View newest version in sPHENIX GitHub at line 3839 of file gtest.cc
References testing::UnitTest::GetInstance(), and testing::UnitTest::PopGTestTrace().
Here is the call graph for this function:
|
private |