Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
testing::internal::EqHelper< lhs_is_null_literal > Class Template Reference

#include <JETSCAPE/blob/main/external_packages/googletest/googletest/include/gtest/gtest.h>

Static Public Member Functions

template<typename T1 , typename T2 >
static AssertionResult Compare (const char *lhs_expression, const char *rhs_expression, const T1 &lhs, const T2 &rhs)
 
static AssertionResult Compare (const char *lhs_expression, const char *rhs_expression, BiggestInt lhs, BiggestInt rhs)
 

Detailed Description

template<bool lhs_is_null_literal>
class testing::internal::EqHelper< lhs_is_null_literal >

Definition at line 1413 of file gtest.h.

View newest version in sPHENIX GitHub at line 1413 of file gtest.h

Member Function Documentation

template<bool lhs_is_null_literal>
template<typename T1 , typename T2 >
static AssertionResult testing::internal::EqHelper< lhs_is_null_literal >::Compare ( const char *  lhs_expression,
const char *  rhs_expression,
const T1 lhs,
const T2 rhs 
)
inlinestatic

Definition at line 1417 of file gtest.h.

View newest version in sPHENIX GitHub at line 1417 of file gtest.h

References testing::internal::CmpHelperEQ().

+ Here is the call graph for this function:

template<bool lhs_is_null_literal>
static AssertionResult testing::internal::EqHelper< lhs_is_null_literal >::Compare ( const char *  lhs_expression,
const char *  rhs_expression,
BiggestInt  lhs,
BiggestInt  rhs 
)
inlinestatic

Definition at line 1430 of file gtest.h.

View newest version in sPHENIX GitHub at line 1430 of file gtest.h

References testing::internal::CmpHelperEQ().

+ Here is the call graph for this function:


The documentation for this class was generated from the following file: