![]() |
Analysis Software
Documentation for sPHENIX simulation software
|
#include <JETSCAPE/blob/main/external_packages/googletest/googlemock/include/gmock/gmock-matchers.h>
Public Member Functions | |
| StrEqualityMatcher (const StringType &str, bool expect_eq, bool case_sensitive) | |
| template<typename CharType > | |
| bool | MatchAndExplain (CharType *s, MatchResultListener *listener) const |
| template<typename MatcheeStringType > | |
| bool | MatchAndExplain (const MatcheeStringType &s, MatchResultListener *) const |
| void | DescribeTo (::std::ostream *os) const |
| void | DescribeNegationTo (::std::ostream *os) const |
Private Member Functions | |
| void | DescribeToHelper (bool expect_eq,::std::ostream *os) const |
| GTEST_DISALLOW_ASSIGN_ (StrEqualityMatcher) | |
Private Attributes | |
| const StringType | string_ |
| const bool | expect_eq_ |
| const bool | case_sensitive_ |
Definition at line 1126 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 1126 of file gmock-matchers.h
|
inline |
Definition at line 1128 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 1128 of file gmock-matchers.h
|
inline |
Definition at line 1162 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 1162 of file gmock-matchers.h
References testing::internal::StrEqualityMatcher< StringType >::DescribeToHelper(), and testing::internal::StrEqualityMatcher< StringType >::expect_eq_.
Here is the call graph for this function:
|
inline |
Definition at line 1158 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 1158 of file gmock-matchers.h
References testing::internal::StrEqualityMatcher< StringType >::DescribeToHelper(), and testing::internal::StrEqualityMatcher< StringType >::expect_eq_.
Here is the call graph for this function:
|
inlineprivate |
Definition at line 1167 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 1167 of file gmock-matchers.h
References testing::internal::StrEqualityMatcher< StringType >::case_sensitive_, testing::internal::StrEqualityMatcher< StringType >::string_, and testing::internal::UniversalPrint().
Referenced by testing::internal::StrEqualityMatcher< StringType >::DescribeNegationTo(), and testing::internal::StrEqualityMatcher< StringType >::DescribeTo().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
|
inline |
Definition at line 1138 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 1138 of file gmock-matchers.h
References testing::internal::StrEqualityMatcher< StringType >::expect_eq_.
|
inline |
Definition at line 1150 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 1150 of file gmock-matchers.h
References testing::internal::StrEqualityMatcher< StringType >::case_sensitive_, testing::internal::CaseInsensitiveStringEquals(), testing::internal::StrEqualityMatcher< StringType >::expect_eq_, and testing::internal::StrEqualityMatcher< StringType >::string_.
Here is the call graph for this function:
|
private |
Definition at line 1178 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 1178 of file gmock-matchers.h
Referenced by testing::internal::StrEqualityMatcher< StringType >::DescribeToHelper(), and testing::internal::StrEqualityMatcher< StringType >::MatchAndExplain().
|
private |
Definition at line 1177 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 1177 of file gmock-matchers.h
Referenced by testing::internal::StrEqualityMatcher< StringType >::DescribeNegationTo(), testing::internal::StrEqualityMatcher< StringType >::DescribeTo(), and testing::internal::StrEqualityMatcher< StringType >::MatchAndExplain().
|
private |
Definition at line 1176 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 1176 of file gmock-matchers.h
Referenced by testing::internal::StrEqualityMatcher< StringType >::DescribeToHelper(), and testing::internal::StrEqualityMatcher< StringType >::MatchAndExplain().