Analysis Software
Documentation for sPHENIX simulation software
|
#include <JETSCAPE/blob/main/external_packages/googletest/googlemock/include/gmock/gmock-spec-builders.h>
Public Member Functions | |
InSequence () | |
~InSequence () | |
Private Member Functions | |
GTEST_DISALLOW_COPY_AND_ASSIGN_ (InSequence) | |
Private Attributes | |
bool | sequence_created_ |
Definition at line 660 of file gmock-spec-builders.h.
View newest version in sPHENIX GitHub at line 660 of file gmock-spec-builders.h
testing::InSequence::InSequence | ( | ) |
Definition at line 805 of file gmock-spec-builders.cc.
View newest version in sPHENIX GitHub at line 805 of file gmock-spec-builders.cc
References testing::internal::g_gmock_implicit_sequence, and sequence_created_.
Referenced by testing::internal::TypedExpectation< F >::InSequence().
testing::InSequence::~InSequence | ( | ) |
Definition at line 816 of file gmock-spec-builders.cc.
View newest version in sPHENIX GitHub at line 816 of file gmock-spec-builders.cc
References testing::internal::g_gmock_implicit_sequence, and sequence_created_.
|
private |
|
private |
Definition at line 665 of file gmock-spec-builders.h.
View newest version in sPHENIX GitHub at line 665 of file gmock-spec-builders.h
Referenced by InSequence(), and ~InSequence().