#include <gtest.h>
|
| 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) |
◆ Compare() [1/4]
template<bool lhs_is_null_literal>
◆ Compare() [2/4]
template<bool lhs_is_null_literal>
template<typename T1, typename T2>
◆ Compare() [3/4]
template<bool lhs_is_null_literal>
◆ Compare() [4/4]
template<bool lhs_is_null_literal>
template<typename T1, typename T2>
The documentation for this class was generated from the following files:
- external/rapidjson/thirdparty/gtest/googletest/include/gtest/gtest.h
- tests/gtest/include/gtest/gtest.h