Electroneum
Loading...
Searching...
No Matches
testing::internal::EqHelper< lhs_is_null_literal > Class Template Reference

#include <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)
template<typename T1, typename T2>
static AssertionResult Compare (const char *expected_expression, const char *actual_expression, const T1 &expected, const T2 &actual)
static AssertionResult Compare (const char *expected_expression, const char *actual_expression, BiggestInt expected, BiggestInt actual)

Detailed Description

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

Definition at line 1413 of file gtest.h.

Member Function Documentation

◆ Compare() [1/4]

template<bool lhs_is_null_literal>
AssertionResult testing::internal::EqHelper< lhs_is_null_literal >::Compare ( const char * expected_expression,
const char * actual_expression,
BiggestInt expected,
BiggestInt actual )
inlinestatic

Definition at line 1432 of file gtest.h.

1435 {
1437 actual);
1438 }
AssertionResult CmpHelperEQ(const char *lhs_expression, const char *rhs_expression, const T1 &lhs, const T2 &rhs)
Definition gtest.h:1387
Here is the call graph for this function:

◆ Compare() [2/4]

template<bool lhs_is_null_literal>
template<typename T1, typename T2>
AssertionResult testing::internal::EqHelper< lhs_is_null_literal >::Compare ( const char * expected_expression,
const char * actual_expression,
const T1 & expected,
const T2 & actual )
inlinestatic

Definition at line 1418 of file gtest.h.

1421 {
1423 actual);
1424 }
Here is the call graph for this function:

◆ Compare() [3/4]

template<bool lhs_is_null_literal>
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.

1433 {
1435 }
Here is the call graph for this function:

◆ Compare() [4/4]

template<bool lhs_is_null_literal>
template<typename T1, typename T2>
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.

1420 {
1422 }
Here is the call graph for this function:

The documentation for this class was generated from the following files:
  • /home/abuild/rpmbuild/BUILD/electroneum-5.1.3.1-build/electroneum-5.1.3.1/external/rapidjson/thirdparty/gtest/googletest/include/gtest/gtest.h
  • /home/abuild/rpmbuild/BUILD/electroneum-5.1.3.1-build/electroneum-5.1.3.1/tests/gtest/include/gtest/gtest.h