Googletest export
Make include guards conform with https://google.github.io/styleguide/cppguide.html#The__define_Guard, attempt #2 PiperOrigin-RevId: 357056902
This commit is contained in:
		@@ -127,8 +127,8 @@
 | 
			
		||||
 | 
			
		||||
// GOOGLETEST_CM0002 DO NOT DELETE
 | 
			
		||||
 | 
			
		||||
#ifndef GMOCK_INCLUDE_GMOCK_GMOCK_ACTIONS_H_
 | 
			
		||||
#define GMOCK_INCLUDE_GMOCK_GMOCK_ACTIONS_H_
 | 
			
		||||
#ifndef GOOGLETEST_GOOGLEMOCK_INCLUDE_GMOCK_GMOCK_ACTIONS_H_
 | 
			
		||||
#define GOOGLETEST_GOOGLEMOCK_INCLUDE_GMOCK_GMOCK_ACTIONS_H_
 | 
			
		||||
 | 
			
		||||
#ifndef _WIN32_WCE
 | 
			
		||||
# include <errno.h>
 | 
			
		||||
@@ -1684,5 +1684,4 @@ template <typename F, typename Impl>
 | 
			
		||||
# pragma warning(pop)
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
#endif  // GMOCK_INCLUDE_GMOCK_GMOCK_ACTIONS_H_
 | 
			
		||||
#endif  // GOOGLETEST_GOOGLEMOCK_INCLUDE_GMOCK_GMOCK_ACTIONS_H_
 | 
			
		||||
 
 | 
			
		||||
@@ -36,8 +36,8 @@
 | 
			
		||||
 | 
			
		||||
// GOOGLETEST_CM0002 DO NOT DELETE
 | 
			
		||||
 | 
			
		||||
#ifndef GMOCK_INCLUDE_GMOCK_GMOCK_CARDINALITIES_H_
 | 
			
		||||
#define GMOCK_INCLUDE_GMOCK_GMOCK_CARDINALITIES_H_
 | 
			
		||||
#ifndef GOOGLETEST_GOOGLEMOCK_INCLUDE_GMOCK_GMOCK_CARDINALITIES_H_
 | 
			
		||||
#define GOOGLETEST_GOOGLEMOCK_INCLUDE_GMOCK_GMOCK_CARDINALITIES_H_
 | 
			
		||||
 | 
			
		||||
#include <limits.h>
 | 
			
		||||
#include <memory>
 | 
			
		||||
@@ -154,4 +154,4 @@ inline Cardinality MakeCardinality(const CardinalityInterface* c) {
 | 
			
		||||
 | 
			
		||||
GTEST_DISABLE_MSC_WARNINGS_POP_()  //  4251
 | 
			
		||||
 | 
			
		||||
#endif  // GMOCK_INCLUDE_GMOCK_GMOCK_CARDINALITIES_H_
 | 
			
		||||
#endif  // GOOGLETEST_GOOGLEMOCK_INCLUDE_GMOCK_GMOCK_CARDINALITIES_H_
 | 
			
		||||
 
 | 
			
		||||
@@ -252,8 +252,8 @@
 | 
			
		||||
 | 
			
		||||
// GOOGLETEST_CM0002 DO NOT DELETE
 | 
			
		||||
 | 
			
		||||
#ifndef GMOCK_INCLUDE_GMOCK_GMOCK_MATCHERS_H_
 | 
			
		||||
#define GMOCK_INCLUDE_GMOCK_GMOCK_MATCHERS_H_
 | 
			
		||||
#ifndef GOOGLETEST_GOOGLEMOCK_INCLUDE_GMOCK_GMOCK_MATCHERS_H_
 | 
			
		||||
#define GOOGLETEST_GOOGLEMOCK_INCLUDE_GMOCK_GMOCK_MATCHERS_H_
 | 
			
		||||
 | 
			
		||||
#include <algorithm>
 | 
			
		||||
#include <cmath>
 | 
			
		||||
@@ -5389,4 +5389,4 @@ GTEST_DISABLE_MSC_WARNINGS_POP_()  //  4251 5046
 | 
			
		||||
// declarations from this file.
 | 
			
		||||
#include "gmock/internal/custom/gmock-matchers.h"
 | 
			
		||||
 | 
			
		||||
#endif  // GMOCK_INCLUDE_GMOCK_GMOCK_MATCHERS_H_
 | 
			
		||||
#endif  // GOOGLETEST_GOOGLEMOCK_INCLUDE_GMOCK_GMOCK_MATCHERS_H_
 | 
			
		||||
 
 | 
			
		||||
@@ -34,8 +34,8 @@
 | 
			
		||||
 | 
			
		||||
// GOOGLETEST_CM0002 DO NOT DELETE
 | 
			
		||||
 | 
			
		||||
#ifndef GMOCK_INCLUDE_GMOCK_GMOCK_MORE_ACTIONS_H_
 | 
			
		||||
#define GMOCK_INCLUDE_GMOCK_GMOCK_MORE_ACTIONS_H_
 | 
			
		||||
#ifndef GOOGLETEST_GOOGLEMOCK_INCLUDE_GMOCK_GMOCK_MORE_ACTIONS_H_
 | 
			
		||||
#define GOOGLETEST_GOOGLEMOCK_INCLUDE_GMOCK_GMOCK_MORE_ACTIONS_H_
 | 
			
		||||
 | 
			
		||||
#include <memory>
 | 
			
		||||
#include <utility>
 | 
			
		||||
@@ -570,4 +570,4 @@ InvokeArgument(Params&&... params) {
 | 
			
		||||
 | 
			
		||||
}  // namespace testing
 | 
			
		||||
 | 
			
		||||
#endif  // GMOCK_INCLUDE_GMOCK_GMOCK_MORE_ACTIONS_H_
 | 
			
		||||
#endif  // GOOGLETEST_GOOGLEMOCK_INCLUDE_GMOCK_GMOCK_MORE_ACTIONS_H_
 | 
			
		||||
 
 | 
			
		||||
@@ -37,8 +37,8 @@
 | 
			
		||||
 | 
			
		||||
// GOOGLETEST_CM0002 DO NOT DELETE
 | 
			
		||||
 | 
			
		||||
#ifndef GMOCK_INCLUDE_GMOCK_MORE_MATCHERS_H_
 | 
			
		||||
#define GMOCK_INCLUDE_GMOCK_MORE_MATCHERS_H_
 | 
			
		||||
#ifndef GOOGLETEST_GOOGLEMOCK_INCLUDE_GMOCK_GMOCK_MORE_MATCHERS_H_
 | 
			
		||||
#define GOOGLETEST_GOOGLEMOCK_INCLUDE_GMOCK_GMOCK_MORE_MATCHERS_H_
 | 
			
		||||
 | 
			
		||||
#include "gmock/gmock-matchers.h"
 | 
			
		||||
 | 
			
		||||
@@ -89,4 +89,4 @@ MATCHER(IsFalse, negation ? "is true" : "is false") {
 | 
			
		||||
 | 
			
		||||
}  // namespace testing
 | 
			
		||||
 | 
			
		||||
#endif  // GMOCK_INCLUDE_GMOCK_MORE_MATCHERS_H_
 | 
			
		||||
#endif  // GOOGLETEST_GOOGLEMOCK_INCLUDE_GMOCK_GMOCK_MORE_MATCHERS_H_
 | 
			
		||||
 
 | 
			
		||||
@@ -60,8 +60,8 @@
 | 
			
		||||
 | 
			
		||||
// GOOGLETEST_CM0002 DO NOT DELETE
 | 
			
		||||
 | 
			
		||||
#ifndef GMOCK_INCLUDE_GMOCK_GMOCK_NICE_STRICT_H_
 | 
			
		||||
#define GMOCK_INCLUDE_GMOCK_GMOCK_NICE_STRICT_H_
 | 
			
		||||
#ifndef GOOGLETEST_GOOGLEMOCK_INCLUDE_GMOCK_GMOCK_NICE_STRICT_H_
 | 
			
		||||
#define GOOGLETEST_GOOGLEMOCK_INCLUDE_GMOCK_GMOCK_NICE_STRICT_H_
 | 
			
		||||
 | 
			
		||||
#include <type_traits>
 | 
			
		||||
 | 
			
		||||
@@ -260,4 +260,4 @@ class GTEST_INTERNAL_EMPTY_BASE_CLASS StrictMock
 | 
			
		||||
 | 
			
		||||
}  // namespace testing
 | 
			
		||||
 | 
			
		||||
#endif  // GMOCK_INCLUDE_GMOCK_GMOCK_NICE_STRICT_H_
 | 
			
		||||
#endif  // GOOGLETEST_GOOGLEMOCK_INCLUDE_GMOCK_GMOCK_NICE_STRICT_H_
 | 
			
		||||
 
 | 
			
		||||
@@ -58,8 +58,8 @@
 | 
			
		||||
 | 
			
		||||
// GOOGLETEST_CM0002 DO NOT DELETE
 | 
			
		||||
 | 
			
		||||
#ifndef GMOCK_INCLUDE_GMOCK_GMOCK_SPEC_BUILDERS_H_
 | 
			
		||||
#define GMOCK_INCLUDE_GMOCK_GMOCK_SPEC_BUILDERS_H_
 | 
			
		||||
#ifndef GOOGLETEST_GOOGLEMOCK_INCLUDE_GMOCK_GMOCK_SPEC_BUILDERS_H_
 | 
			
		||||
#define GOOGLETEST_GOOGLEMOCK_INCLUDE_GMOCK_GMOCK_SPEC_BUILDERS_H_
 | 
			
		||||
 | 
			
		||||
#include <functional>
 | 
			
		||||
#include <map>
 | 
			
		||||
@@ -2033,4 +2033,4 @@ GTEST_DISABLE_MSC_WARNINGS_POP_()  //  4251
 | 
			
		||||
#define EXPECT_CALL(obj, call) \
 | 
			
		||||
  GMOCK_ON_CALL_IMPL_(obj, InternalExpectedAt, call)
 | 
			
		||||
 | 
			
		||||
#endif  // GMOCK_INCLUDE_GMOCK_GMOCK_SPEC_BUILDERS_H_
 | 
			
		||||
#endif  // GOOGLETEST_GOOGLEMOCK_INCLUDE_GMOCK_GMOCK_SPEC_BUILDERS_H_
 | 
			
		||||
 
 | 
			
		||||
@@ -34,8 +34,8 @@
 | 
			
		||||
 | 
			
		||||
// GOOGLETEST_CM0002 DO NOT DELETE
 | 
			
		||||
 | 
			
		||||
#ifndef GMOCK_INCLUDE_GMOCK_GMOCK_H_
 | 
			
		||||
#define GMOCK_INCLUDE_GMOCK_GMOCK_H_
 | 
			
		||||
#ifndef GOOGLETEST_GOOGLEMOCK_INCLUDE_GMOCK_GMOCK_H_
 | 
			
		||||
#define GOOGLETEST_GOOGLEMOCK_INCLUDE_GMOCK_GMOCK_H_
 | 
			
		||||
 | 
			
		||||
// This file implements the following syntax:
 | 
			
		||||
//
 | 
			
		||||
@@ -95,4 +95,4 @@ GTEST_API_ void InitGoogleMock();
 | 
			
		||||
 | 
			
		||||
}  // namespace testing
 | 
			
		||||
 | 
			
		||||
#endif  // GMOCK_INCLUDE_GMOCK_GMOCK_H_
 | 
			
		||||
#endif  // GOOGLETEST_GOOGLEMOCK_INCLUDE_GMOCK_GMOCK_H_
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,6 @@
 | 
			
		||||
// GOOGLETEST_CM0002 DO NOT DELETE
 | 
			
		||||
 | 
			
		||||
#ifndef GMOCK_INCLUDE_GMOCK_INTERNAL_CUSTOM_GMOCK_GENERATED_ACTIONS_H_
 | 
			
		||||
#define GMOCK_INCLUDE_GMOCK_INTERNAL_CUSTOM_GMOCK_GENERATED_ACTIONS_H_
 | 
			
		||||
#ifndef GOOGLETEST_GOOGLEMOCK_INCLUDE_GMOCK_INTERNAL_CUSTOM_GMOCK_GENERATED_ACTIONS_H_
 | 
			
		||||
#define GOOGLETEST_GOOGLEMOCK_INCLUDE_GMOCK_INTERNAL_CUSTOM_GMOCK_GENERATED_ACTIONS_H_
 | 
			
		||||
 | 
			
		||||
#endif  // GMOCK_INCLUDE_GMOCK_INTERNAL_CUSTOM_GMOCK_GENERATED_ACTIONS_H_
 | 
			
		||||
#endif  // GOOGLETEST_GOOGLEMOCK_INCLUDE_GMOCK_INTERNAL_CUSTOM_GMOCK_GENERATED_ACTIONS_H_
 | 
			
		||||
 
 | 
			
		||||
@@ -31,6 +31,6 @@
 | 
			
		||||
//
 | 
			
		||||
// GOOGLETEST_CM0002 DO NOT DELETE
 | 
			
		||||
 | 
			
		||||
#ifndef GMOCK_INCLUDE_GMOCK_INTERNAL_CUSTOM_GMOCK_MATCHERS_H_
 | 
			
		||||
#define GMOCK_INCLUDE_GMOCK_INTERNAL_CUSTOM_GMOCK_MATCHERS_H_
 | 
			
		||||
#endif  // GMOCK_INCLUDE_GMOCK_INTERNAL_CUSTOM_GMOCK_MATCHERS_H_
 | 
			
		||||
#ifndef GOOGLETEST_GOOGLEMOCK_INCLUDE_GMOCK_INTERNAL_CUSTOM_GMOCK_MATCHERS_H_
 | 
			
		||||
#define GOOGLETEST_GOOGLEMOCK_INCLUDE_GMOCK_INTERNAL_CUSTOM_GMOCK_MATCHERS_H_
 | 
			
		||||
#endif  // GOOGLETEST_GOOGLEMOCK_INCLUDE_GMOCK_INTERNAL_CUSTOM_GMOCK_MATCHERS_H_
 | 
			
		||||
 
 | 
			
		||||
@@ -33,7 +33,7 @@
 | 
			
		||||
 | 
			
		||||
// GOOGLETEST_CM0002 DO NOT DELETE
 | 
			
		||||
 | 
			
		||||
#ifndef GMOCK_INCLUDE_GMOCK_INTERNAL_CUSTOM_GMOCK_PORT_H_
 | 
			
		||||
#define GMOCK_INCLUDE_GMOCK_INTERNAL_CUSTOM_GMOCK_PORT_H_
 | 
			
		||||
#ifndef GOOGLETEST_GOOGLEMOCK_INCLUDE_GMOCK_INTERNAL_CUSTOM_GMOCK_PORT_H_
 | 
			
		||||
#define GOOGLETEST_GOOGLEMOCK_INCLUDE_GMOCK_INTERNAL_CUSTOM_GMOCK_PORT_H_
 | 
			
		||||
 | 
			
		||||
#endif  // GMOCK_INCLUDE_GMOCK_INTERNAL_CUSTOM_GMOCK_PORT_H_
 | 
			
		||||
#endif  // GOOGLETEST_GOOGLEMOCK_INCLUDE_GMOCK_INTERNAL_CUSTOM_GMOCK_PORT_H_
 | 
			
		||||
 
 | 
			
		||||
@@ -36,8 +36,8 @@
 | 
			
		||||
 | 
			
		||||
// GOOGLETEST_CM0002 DO NOT DELETE
 | 
			
		||||
 | 
			
		||||
#ifndef GMOCK_INCLUDE_GMOCK_INTERNAL_GMOCK_INTERNAL_UTILS_H_
 | 
			
		||||
#define GMOCK_INCLUDE_GMOCK_INTERNAL_GMOCK_INTERNAL_UTILS_H_
 | 
			
		||||
#ifndef GOOGLETEST_GOOGLEMOCK_INCLUDE_GMOCK_INTERNAL_GMOCK_INTERNAL_UTILS_H_
 | 
			
		||||
#define GOOGLETEST_GOOGLEMOCK_INCLUDE_GMOCK_INTERNAL_GMOCK_INTERNAL_UTILS_H_
 | 
			
		||||
 | 
			
		||||
#include <stdio.h>
 | 
			
		||||
#include <ostream>  // NOLINT
 | 
			
		||||
@@ -456,4 +456,4 @@ constexpr size_t Function<R(Args...)>::ArgumentCount;
 | 
			
		||||
}  // namespace internal
 | 
			
		||||
}  // namespace testing
 | 
			
		||||
 | 
			
		||||
#endif  // GMOCK_INCLUDE_GMOCK_INTERNAL_GMOCK_INTERNAL_UTILS_H_
 | 
			
		||||
#endif  // GOOGLETEST_GOOGLEMOCK_INCLUDE_GMOCK_INTERNAL_GMOCK_INTERNAL_UTILS_H_
 | 
			
		||||
 
 | 
			
		||||
@@ -37,8 +37,8 @@
 | 
			
		||||
 | 
			
		||||
// GOOGLETEST_CM0002 DO NOT DELETE
 | 
			
		||||
 | 
			
		||||
#ifndef GMOCK_INCLUDE_GMOCK_INTERNAL_GMOCK_PORT_H_
 | 
			
		||||
#define GMOCK_INCLUDE_GMOCK_INTERNAL_GMOCK_PORT_H_
 | 
			
		||||
#ifndef GOOGLETEST_GOOGLEMOCK_INCLUDE_GMOCK_INTERNAL_GMOCK_PORT_H_
 | 
			
		||||
#define GOOGLETEST_GOOGLEMOCK_INCLUDE_GMOCK_INTERNAL_GMOCK_PORT_H_
 | 
			
		||||
 | 
			
		||||
#include <assert.h>
 | 
			
		||||
#include <stdlib.h>
 | 
			
		||||
@@ -84,4 +84,4 @@
 | 
			
		||||
 | 
			
		||||
#endif  // !defined(GMOCK_DECLARE_bool_)
 | 
			
		||||
 | 
			
		||||
#endif  // GMOCK_INCLUDE_GMOCK_INTERNAL_GMOCK_PORT_H_
 | 
			
		||||
#endif  // GOOGLETEST_GOOGLEMOCK_INCLUDE_GMOCK_INTERNAL_GMOCK_PORT_H_
 | 
			
		||||
 
 | 
			
		||||
@@ -1,5 +1,5 @@
 | 
			
		||||
#ifndef GOOGLETEST_GOOGLEMOCK_INCLUDE_GMOCK_PP_H_
 | 
			
		||||
#define GOOGLETEST_GOOGLEMOCK_INCLUDE_GMOCK_PP_H_
 | 
			
		||||
#ifndef GOOGLETEST_GOOGLEMOCK_INCLUDE_GMOCK_INTERNAL_GMOCK_PP_H_
 | 
			
		||||
#define GOOGLETEST_GOOGLEMOCK_INCLUDE_GMOCK_INTERNAL_GMOCK_PP_H_
 | 
			
		||||
 | 
			
		||||
// Expands and concatenates the arguments. Constructed macros reevaluate.
 | 
			
		||||
#define GMOCK_PP_CAT(_1, _2) GMOCK_PP_INTERNAL_CAT(_1, _2)
 | 
			
		||||
 
 | 
			
		||||
@@ -112,8 +112,8 @@
 | 
			
		||||
// is defined as LinkTest1 in gmock_link_test.cc and as LinkTest2 in
 | 
			
		||||
// gmock_link2_test.cc to avoid producing linker errors.
 | 
			
		||||
 | 
			
		||||
#ifndef GMOCK_TEST_GMOCK_LINK_TEST_H_
 | 
			
		||||
#define GMOCK_TEST_GMOCK_LINK_TEST_H_
 | 
			
		||||
#ifndef GOOGLEMOCK_TEST_GMOCK_LINK_TEST_H_
 | 
			
		||||
#define GOOGLEMOCK_TEST_GMOCK_LINK_TEST_H_
 | 
			
		||||
 | 
			
		||||
#include "gmock/gmock.h"
 | 
			
		||||
 | 
			
		||||
@@ -687,4 +687,4 @@ TEST(LinkTest, TestMatcherCast) {
 | 
			
		||||
  EXPECT_TRUE(m.Matches(nullptr));
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
#endif  // GMOCK_TEST_GMOCK_LINK_TEST_H_
 | 
			
		||||
#endif  // GOOGLEMOCK_TEST_GMOCK_LINK_TEST_H_
 | 
			
		||||
 
 | 
			
		||||
@@ -35,8 +35,8 @@
 | 
			
		||||
// directly.
 | 
			
		||||
// GOOGLETEST_CM0001 DO NOT DELETE
 | 
			
		||||
 | 
			
		||||
#ifndef GTEST_INCLUDE_GTEST_GTEST_DEATH_TEST_H_
 | 
			
		||||
#define GTEST_INCLUDE_GTEST_GTEST_DEATH_TEST_H_
 | 
			
		||||
#ifndef GOOGLETEST_INCLUDE_GTEST_GTEST_DEATH_TEST_H_
 | 
			
		||||
#define GOOGLETEST_INCLUDE_GTEST_GTEST_DEATH_TEST_H_
 | 
			
		||||
 | 
			
		||||
#include "gtest/internal/gtest-death-test-internal.h"
 | 
			
		||||
 | 
			
		||||
@@ -339,4 +339,4 @@ class GTEST_API_ KilledBySignal {
 | 
			
		||||
 | 
			
		||||
}  // namespace testing
 | 
			
		||||
 | 
			
		||||
#endif  // GTEST_INCLUDE_GTEST_GTEST_DEATH_TEST_H_
 | 
			
		||||
#endif  // GOOGLETEST_INCLUDE_GTEST_GTEST_DEATH_TEST_H_
 | 
			
		||||
 
 | 
			
		||||
@@ -32,8 +32,8 @@
 | 
			
		||||
// This file implements just enough of the matcher interface to allow
 | 
			
		||||
// EXPECT_DEATH and friends to accept a matcher argument.
 | 
			
		||||
 | 
			
		||||
#ifndef GTEST_INCLUDE_GTEST_GTEST_MATCHERS_H_
 | 
			
		||||
#define GTEST_INCLUDE_GTEST_GTEST_MATCHERS_H_
 | 
			
		||||
#ifndef GOOGLETEST_INCLUDE_GTEST_GTEST_MATCHERS_H_
 | 
			
		||||
#define GOOGLETEST_INCLUDE_GTEST_GTEST_MATCHERS_H_
 | 
			
		||||
 | 
			
		||||
#include <atomic>
 | 
			
		||||
#include <memory>
 | 
			
		||||
@@ -927,4 +927,4 @@ inline internal::NeMatcher<Rhs> Ne(Rhs x) {
 | 
			
		||||
 | 
			
		||||
GTEST_DISABLE_MSC_WARNINGS_POP_()  //  4251 5046
 | 
			
		||||
 | 
			
		||||
#endif  // GTEST_INCLUDE_GTEST_GTEST_MATCHERS_H_
 | 
			
		||||
#endif  // GOOGLETEST_INCLUDE_GTEST_GTEST_MATCHERS_H_
 | 
			
		||||
 
 | 
			
		||||
@@ -44,8 +44,8 @@
 | 
			
		||||
 | 
			
		||||
// GOOGLETEST_CM0001 DO NOT DELETE
 | 
			
		||||
 | 
			
		||||
#ifndef GTEST_INCLUDE_GTEST_GTEST_MESSAGE_H_
 | 
			
		||||
#define GTEST_INCLUDE_GTEST_GTEST_MESSAGE_H_
 | 
			
		||||
#ifndef GOOGLETEST_INCLUDE_GTEST_GTEST_MESSAGE_H_
 | 
			
		||||
#define GOOGLETEST_INCLUDE_GTEST_GTEST_MESSAGE_H_
 | 
			
		||||
 | 
			
		||||
#include <limits>
 | 
			
		||||
#include <memory>
 | 
			
		||||
@@ -216,4 +216,4 @@ std::string StreamableToString(const T& streamable) {
 | 
			
		||||
 | 
			
		||||
GTEST_DISABLE_MSC_WARNINGS_POP_()  //  4251
 | 
			
		||||
 | 
			
		||||
#endif  // GTEST_INCLUDE_GTEST_GTEST_MESSAGE_H_
 | 
			
		||||
#endif  // GOOGLETEST_INCLUDE_GTEST_GTEST_MESSAGE_H_
 | 
			
		||||
 
 | 
			
		||||
@@ -31,9 +31,8 @@
 | 
			
		||||
// in Google C++ Testing and Mocking Framework (Google Test)
 | 
			
		||||
//
 | 
			
		||||
// GOOGLETEST_CM0001 DO NOT DELETE
 | 
			
		||||
#ifndef GTEST_INCLUDE_GTEST_GTEST_PARAM_TEST_H_
 | 
			
		||||
#define GTEST_INCLUDE_GTEST_GTEST_PARAM_TEST_H_
 | 
			
		||||
 | 
			
		||||
#ifndef GOOGLETEST_INCLUDE_GTEST_GTEST_PARAM_TEST_H_
 | 
			
		||||
#define GOOGLETEST_INCLUDE_GTEST_GTEST_PARAM_TEST_H_
 | 
			
		||||
 | 
			
		||||
// Value-parameterized tests allow you to test your code with different
 | 
			
		||||
// parameters without writing multiple copies of the same test.
 | 
			
		||||
@@ -505,4 +504,4 @@ internal::CartesianProductHolder<Generator...> Combine(const Generator&... g) {
 | 
			
		||||
 | 
			
		||||
}  // namespace testing
 | 
			
		||||
 | 
			
		||||
#endif  // GTEST_INCLUDE_GTEST_GTEST_PARAM_TEST_H_
 | 
			
		||||
#endif  // GOOGLETEST_INCLUDE_GTEST_GTEST_PARAM_TEST_H_
 | 
			
		||||
 
 | 
			
		||||
@@ -97,8 +97,8 @@
 | 
			
		||||
 | 
			
		||||
// GOOGLETEST_CM0001 DO NOT DELETE
 | 
			
		||||
 | 
			
		||||
#ifndef GTEST_INCLUDE_GTEST_GTEST_PRINTERS_H_
 | 
			
		||||
#define GTEST_INCLUDE_GTEST_GTEST_PRINTERS_H_
 | 
			
		||||
#ifndef GOOGLETEST_INCLUDE_GTEST_GTEST_PRINTERS_H_
 | 
			
		||||
#define GOOGLETEST_INCLUDE_GTEST_GTEST_PRINTERS_H_
 | 
			
		||||
 | 
			
		||||
#include <functional>
 | 
			
		||||
#include <memory>
 | 
			
		||||
@@ -952,4 +952,4 @@ template <typename T>
 | 
			
		||||
// declarations from this file.
 | 
			
		||||
#include "gtest/internal/custom/gtest-printers.h"
 | 
			
		||||
 | 
			
		||||
#endif  // GTEST_INCLUDE_GTEST_GTEST_PRINTERS_H_
 | 
			
		||||
#endif  // GOOGLETEST_INCLUDE_GTEST_GTEST_PRINTERS_H_
 | 
			
		||||
 
 | 
			
		||||
@@ -33,8 +33,8 @@
 | 
			
		||||
 | 
			
		||||
// GOOGLETEST_CM0004 DO NOT DELETE
 | 
			
		||||
 | 
			
		||||
#ifndef GTEST_INCLUDE_GTEST_GTEST_SPI_H_
 | 
			
		||||
#define GTEST_INCLUDE_GTEST_GTEST_SPI_H_
 | 
			
		||||
#ifndef GOOGLETEST_INCLUDE_GTEST_GTEST_SPI_H_
 | 
			
		||||
#define GOOGLETEST_INCLUDE_GTEST_GTEST_SPI_H_
 | 
			
		||||
 | 
			
		||||
#include "gtest/gtest.h"
 | 
			
		||||
 | 
			
		||||
@@ -235,4 +235,4 @@ GTEST_DISABLE_MSC_WARNINGS_POP_()  //  4251
 | 
			
		||||
    }\
 | 
			
		||||
  } while (::testing::internal::AlwaysFalse())
 | 
			
		||||
 | 
			
		||||
#endif  // GTEST_INCLUDE_GTEST_GTEST_SPI_H_
 | 
			
		||||
#endif  // GOOGLETEST_INCLUDE_GTEST_GTEST_SPI_H_
 | 
			
		||||
 
 | 
			
		||||
@@ -29,8 +29,8 @@
 | 
			
		||||
//
 | 
			
		||||
// GOOGLETEST_CM0001 DO NOT DELETE
 | 
			
		||||
 | 
			
		||||
#ifndef GTEST_INCLUDE_GTEST_GTEST_TEST_PART_H_
 | 
			
		||||
#define GTEST_INCLUDE_GTEST_GTEST_TEST_PART_H_
 | 
			
		||||
#ifndef GOOGLETEST_INCLUDE_GTEST_GTEST_TEST_PART_H_
 | 
			
		||||
#define GOOGLETEST_INCLUDE_GTEST_GTEST_TEST_PART_H_
 | 
			
		||||
 | 
			
		||||
#include <iosfwd>
 | 
			
		||||
#include <vector>
 | 
			
		||||
@@ -181,4 +181,4 @@ class GTEST_API_ HasNewFatalFailureHelper
 | 
			
		||||
 | 
			
		||||
GTEST_DISABLE_MSC_WARNINGS_POP_()  //  4251
 | 
			
		||||
 | 
			
		||||
#endif  // GTEST_INCLUDE_GTEST_GTEST_TEST_PART_H_
 | 
			
		||||
#endif  // GOOGLETEST_INCLUDE_GTEST_GTEST_TEST_PART_H_
 | 
			
		||||
 
 | 
			
		||||
@@ -29,8 +29,8 @@
 | 
			
		||||
 | 
			
		||||
// GOOGLETEST_CM0001 DO NOT DELETE
 | 
			
		||||
 | 
			
		||||
#ifndef GTEST_INCLUDE_GTEST_GTEST_TYPED_TEST_H_
 | 
			
		||||
#define GTEST_INCLUDE_GTEST_GTEST_TYPED_TEST_H_
 | 
			
		||||
#ifndef GOOGLETEST_INCLUDE_GTEST_GTEST_TYPED_TEST_H_
 | 
			
		||||
#define GOOGLETEST_INCLUDE_GTEST_GTEST_TYPED_TEST_H_
 | 
			
		||||
 | 
			
		||||
// This header implements typed tests and type-parameterized tests.
 | 
			
		||||
 | 
			
		||||
@@ -326,4 +326,4 @@ INSTANTIATE_TYPED_TEST_SUITE_P(My, FooTest, MyTypes);
 | 
			
		||||
  INSTANTIATE_TYPED_TEST_SUITE_P
 | 
			
		||||
#endif  // GTEST_REMOVE_LEGACY_TEST_CASEAPI_
 | 
			
		||||
 | 
			
		||||
#endif  // GTEST_INCLUDE_GTEST_GTEST_TYPED_TEST_H_
 | 
			
		||||
#endif  // GOOGLETEST_INCLUDE_GTEST_GTEST_TYPED_TEST_H_
 | 
			
		||||
 
 | 
			
		||||
@@ -49,8 +49,8 @@
 | 
			
		||||
 | 
			
		||||
// GOOGLETEST_CM0001 DO NOT DELETE
 | 
			
		||||
 | 
			
		||||
#ifndef GTEST_INCLUDE_GTEST_GTEST_H_
 | 
			
		||||
#define GTEST_INCLUDE_GTEST_GTEST_H_
 | 
			
		||||
#ifndef GOOGLETEST_INCLUDE_GTEST_GTEST_H_
 | 
			
		||||
#define GOOGLETEST_INCLUDE_GTEST_GTEST_H_
 | 
			
		||||
 | 
			
		||||
#include <cstddef>
 | 
			
		||||
#include <limits>
 | 
			
		||||
@@ -2473,4 +2473,4 @@ inline int RUN_ALL_TESTS() {
 | 
			
		||||
 | 
			
		||||
GTEST_DISABLE_MSC_WARNINGS_POP_()  //  4251
 | 
			
		||||
 | 
			
		||||
#endif  // GTEST_INCLUDE_GTEST_GTEST_H_
 | 
			
		||||
#endif  // GOOGLETEST_INCLUDE_GTEST_GTEST_H_
 | 
			
		||||
 
 | 
			
		||||
@@ -33,8 +33,8 @@
 | 
			
		||||
// Implements a family of generic predicate assertion macros.
 | 
			
		||||
// GOOGLETEST_CM0001 DO NOT DELETE
 | 
			
		||||
 | 
			
		||||
#ifndef GTEST_INCLUDE_GTEST_GTEST_PRED_IMPL_H_
 | 
			
		||||
#define GTEST_INCLUDE_GTEST_GTEST_PRED_IMPL_H_
 | 
			
		||||
#ifndef GOOGLETEST_INCLUDE_GTEST_GTEST_PRED_IMPL_H_
 | 
			
		||||
#define GOOGLETEST_INCLUDE_GTEST_GTEST_PRED_IMPL_H_
 | 
			
		||||
 | 
			
		||||
#include "gtest/gtest.h"
 | 
			
		||||
 | 
			
		||||
@@ -356,4 +356,4 @@ AssertionResult AssertPred5Helper(const char* pred_text,
 | 
			
		||||
 | 
			
		||||
}  // namespace testing
 | 
			
		||||
 | 
			
		||||
#endif  // GTEST_INCLUDE_GTEST_GTEST_PRED_IMPL_H_
 | 
			
		||||
#endif  // GOOGLETEST_INCLUDE_GTEST_GTEST_PRED_IMPL_H_
 | 
			
		||||
 
 | 
			
		||||
@@ -31,8 +31,8 @@
 | 
			
		||||
// Google C++ Testing and Mocking Framework definitions useful in production code.
 | 
			
		||||
// GOOGLETEST_CM0003 DO NOT DELETE
 | 
			
		||||
 | 
			
		||||
#ifndef GTEST_INCLUDE_GTEST_GTEST_PROD_H_
 | 
			
		||||
#define GTEST_INCLUDE_GTEST_GTEST_PROD_H_
 | 
			
		||||
#ifndef GOOGLETEST_INCLUDE_GTEST_GTEST_PROD_H_
 | 
			
		||||
#define GOOGLETEST_INCLUDE_GTEST_GTEST_PROD_H_
 | 
			
		||||
 | 
			
		||||
// When you need to test the private or protected members of a class,
 | 
			
		||||
// use the FRIEND_TEST macro to declare your tests as friends of the
 | 
			
		||||
@@ -58,4 +58,4 @@
 | 
			
		||||
#define FRIEND_TEST(test_case_name, test_name)\
 | 
			
		||||
friend class test_case_name##_##test_name##_Test
 | 
			
		||||
 | 
			
		||||
#endif  // GTEST_INCLUDE_GTEST_GTEST_PROD_H_
 | 
			
		||||
#endif  // GOOGLETEST_INCLUDE_GTEST_GTEST_PROD_H_
 | 
			
		||||
 
 | 
			
		||||
@@ -31,7 +31,7 @@
 | 
			
		||||
//
 | 
			
		||||
// ** Custom implementation starts here **
 | 
			
		||||
 | 
			
		||||
#ifndef GTEST_INCLUDE_GTEST_INTERNAL_CUSTOM_GTEST_PORT_H_
 | 
			
		||||
#define GTEST_INCLUDE_GTEST_INTERNAL_CUSTOM_GTEST_PORT_H_
 | 
			
		||||
#ifndef GOOGLETEST_INCLUDE_GTEST_INTERNAL_CUSTOM_GTEST_PORT_H_
 | 
			
		||||
#define GOOGLETEST_INCLUDE_GTEST_INTERNAL_CUSTOM_GTEST_PORT_H_
 | 
			
		||||
 | 
			
		||||
#endif  // GTEST_INCLUDE_GTEST_INTERNAL_CUSTOM_GTEST_PORT_H_
 | 
			
		||||
#endif  // GOOGLETEST_INCLUDE_GTEST_INTERNAL_CUSTOM_GTEST_PORT_H_
 | 
			
		||||
 
 | 
			
		||||
@@ -36,7 +36,7 @@
 | 
			
		||||
//
 | 
			
		||||
// ** Custom implementation starts here **
 | 
			
		||||
 | 
			
		||||
#ifndef GTEST_INCLUDE_GTEST_INTERNAL_CUSTOM_GTEST_PRINTERS_H_
 | 
			
		||||
#define GTEST_INCLUDE_GTEST_INTERNAL_CUSTOM_GTEST_PRINTERS_H_
 | 
			
		||||
#ifndef GOOGLETEST_INCLUDE_GTEST_INTERNAL_CUSTOM_GTEST_PRINTERS_H_
 | 
			
		||||
#define GOOGLETEST_INCLUDE_GTEST_INTERNAL_CUSTOM_GTEST_PRINTERS_H_
 | 
			
		||||
 | 
			
		||||
#endif  // GTEST_INCLUDE_GTEST_INTERNAL_CUSTOM_GTEST_PRINTERS_H_
 | 
			
		||||
#endif  // GOOGLETEST_INCLUDE_GTEST_INTERNAL_CUSTOM_GTEST_PRINTERS_H_
 | 
			
		||||
 
 | 
			
		||||
@@ -31,7 +31,7 @@
 | 
			
		||||
//
 | 
			
		||||
// ** Custom implementation starts here **
 | 
			
		||||
 | 
			
		||||
#ifndef GTEST_INCLUDE_GTEST_INTERNAL_CUSTOM_GTEST_H_
 | 
			
		||||
#define GTEST_INCLUDE_GTEST_INTERNAL_CUSTOM_GTEST_H_
 | 
			
		||||
#ifndef GOOGLETEST_INCLUDE_GTEST_INTERNAL_CUSTOM_GTEST_H_
 | 
			
		||||
#define GOOGLETEST_INCLUDE_GTEST_INTERNAL_CUSTOM_GTEST_H_
 | 
			
		||||
 | 
			
		||||
#endif  // GTEST_INCLUDE_GTEST_INTERNAL_CUSTOM_GTEST_H_
 | 
			
		||||
#endif  // GOOGLETEST_INCLUDE_GTEST_INTERNAL_CUSTOM_GTEST_H_
 | 
			
		||||
 
 | 
			
		||||
@@ -33,8 +33,8 @@
 | 
			
		||||
// death tests.  They are subject to change without notice.
 | 
			
		||||
// GOOGLETEST_CM0001 DO NOT DELETE
 | 
			
		||||
 | 
			
		||||
#ifndef GTEST_INCLUDE_GTEST_INTERNAL_GTEST_DEATH_TEST_INTERNAL_H_
 | 
			
		||||
#define GTEST_INCLUDE_GTEST_INTERNAL_GTEST_DEATH_TEST_INTERNAL_H_
 | 
			
		||||
#ifndef GOOGLETEST_INCLUDE_GTEST_INTERNAL_GTEST_DEATH_TEST_INTERNAL_H_
 | 
			
		||||
#define GOOGLETEST_INCLUDE_GTEST_INTERNAL_GTEST_DEATH_TEST_INTERNAL_H_
 | 
			
		||||
 | 
			
		||||
#include "gtest/gtest-matchers.h"
 | 
			
		||||
#include "gtest/internal/gtest-internal.h"
 | 
			
		||||
@@ -301,4 +301,4 @@ InternalRunDeathTestFlag* ParseInternalRunDeathTestFlag();
 | 
			
		||||
}  // namespace internal
 | 
			
		||||
}  // namespace testing
 | 
			
		||||
 | 
			
		||||
#endif  // GTEST_INCLUDE_GTEST_INTERNAL_GTEST_DEATH_TEST_INTERNAL_H_
 | 
			
		||||
#endif  // GOOGLETEST_INCLUDE_GTEST_INTERNAL_GTEST_DEATH_TEST_INTERNAL_H_
 | 
			
		||||
 
 | 
			
		||||
@@ -37,8 +37,8 @@
 | 
			
		||||
 | 
			
		||||
// GOOGLETEST_CM0001 DO NOT DELETE
 | 
			
		||||
 | 
			
		||||
#ifndef GTEST_INCLUDE_GTEST_INTERNAL_GTEST_FILEPATH_H_
 | 
			
		||||
#define GTEST_INCLUDE_GTEST_INTERNAL_GTEST_FILEPATH_H_
 | 
			
		||||
#ifndef GOOGLETEST_INCLUDE_GTEST_INTERNAL_GTEST_FILEPATH_H_
 | 
			
		||||
#define GOOGLETEST_INCLUDE_GTEST_INTERNAL_GTEST_FILEPATH_H_
 | 
			
		||||
 | 
			
		||||
#include "gtest/internal/gtest-string.h"
 | 
			
		||||
 | 
			
		||||
@@ -208,4 +208,4 @@ class GTEST_API_ FilePath {
 | 
			
		||||
 | 
			
		||||
GTEST_DISABLE_MSC_WARNINGS_POP_()  //  4251
 | 
			
		||||
 | 
			
		||||
#endif  // GTEST_INCLUDE_GTEST_INTERNAL_GTEST_FILEPATH_H_
 | 
			
		||||
#endif  // GOOGLETEST_INCLUDE_GTEST_INTERNAL_GTEST_FILEPATH_H_
 | 
			
		||||
 
 | 
			
		||||
@@ -34,8 +34,8 @@
 | 
			
		||||
 | 
			
		||||
// GOOGLETEST_CM0001 DO NOT DELETE
 | 
			
		||||
 | 
			
		||||
#ifndef GTEST_INCLUDE_GTEST_INTERNAL_GTEST_INTERNAL_H_
 | 
			
		||||
#define GTEST_INCLUDE_GTEST_INTERNAL_GTEST_INTERNAL_H_
 | 
			
		||||
#ifndef GOOGLETEST_INCLUDE_GTEST_INTERNAL_GTEST_INTERNAL_H_
 | 
			
		||||
#define GOOGLETEST_INCLUDE_GTEST_INTERNAL_GTEST_INTERNAL_H_
 | 
			
		||||
 | 
			
		||||
#include "gtest/internal/gtest-port.h"
 | 
			
		||||
 | 
			
		||||
@@ -1557,4 +1557,4 @@ class NeverThrown {
 | 
			
		||||
              test_suite_name, test_name)>);                                  \
 | 
			
		||||
  void GTEST_TEST_CLASS_NAME_(test_suite_name, test_name)::TestBody()
 | 
			
		||||
 | 
			
		||||
#endif  // GTEST_INCLUDE_GTEST_INTERNAL_GTEST_INTERNAL_H_
 | 
			
		||||
#endif  // GOOGLETEST_INCLUDE_GTEST_INTERNAL_GTEST_INTERNAL_H_
 | 
			
		||||
 
 | 
			
		||||
@@ -32,8 +32,8 @@
 | 
			
		||||
 | 
			
		||||
// GOOGLETEST_CM0001 DO NOT DELETE
 | 
			
		||||
 | 
			
		||||
#ifndef GTEST_INCLUDE_GTEST_INTERNAL_GTEST_PARAM_UTIL_H_
 | 
			
		||||
#define GTEST_INCLUDE_GTEST_INTERNAL_GTEST_PARAM_UTIL_H_
 | 
			
		||||
#ifndef GOOGLETEST_INCLUDE_GTEST_INTERNAL_GTEST_PARAM_UTIL_H_
 | 
			
		||||
#define GOOGLETEST_INCLUDE_GTEST_INTERNAL_GTEST_PARAM_UTIL_H_
 | 
			
		||||
 | 
			
		||||
#include <ctype.h>
 | 
			
		||||
 | 
			
		||||
@@ -944,4 +944,4 @@ class CartesianProductHolder {
 | 
			
		||||
}  // namespace internal
 | 
			
		||||
}  // namespace testing
 | 
			
		||||
 | 
			
		||||
#endif  // GTEST_INCLUDE_GTEST_INTERNAL_GTEST_PARAM_UTIL_H_
 | 
			
		||||
#endif  // GOOGLETEST_INCLUDE_GTEST_INTERNAL_GTEST_PARAM_UTIL_H_
 | 
			
		||||
 
 | 
			
		||||
@@ -32,8 +32,8 @@
 | 
			
		||||
// This header file defines the GTEST_OS_* macro.
 | 
			
		||||
// It is separate from gtest-port.h so that custom/gtest-port.h can include it.
 | 
			
		||||
 | 
			
		||||
#ifndef GTEST_INCLUDE_GTEST_INTERNAL_GTEST_PORT_ARCH_H_
 | 
			
		||||
#define GTEST_INCLUDE_GTEST_INTERNAL_GTEST_PORT_ARCH_H_
 | 
			
		||||
#ifndef GOOGLETEST_INCLUDE_GTEST_INTERNAL_GTEST_PORT_ARCH_H_
 | 
			
		||||
#define GOOGLETEST_INCLUDE_GTEST_INTERNAL_GTEST_PORT_ARCH_H_
 | 
			
		||||
 | 
			
		||||
// Determines the platform on which Google Test is compiled.
 | 
			
		||||
#ifdef __CYGWIN__
 | 
			
		||||
@@ -109,4 +109,4 @@
 | 
			
		||||
#define GTEST_OS_ESP32 1
 | 
			
		||||
#endif  // __CYGWIN__
 | 
			
		||||
 | 
			
		||||
#endif  // GTEST_INCLUDE_GTEST_INTERNAL_GTEST_PORT_ARCH_H_
 | 
			
		||||
#endif  // GOOGLETEST_INCLUDE_GTEST_INTERNAL_GTEST_PORT_ARCH_H_
 | 
			
		||||
 
 | 
			
		||||
@@ -40,8 +40,8 @@
 | 
			
		||||
 | 
			
		||||
// GOOGLETEST_CM0001 DO NOT DELETE
 | 
			
		||||
 | 
			
		||||
#ifndef GTEST_INCLUDE_GTEST_INTERNAL_GTEST_PORT_H_
 | 
			
		||||
#define GTEST_INCLUDE_GTEST_INTERNAL_GTEST_PORT_H_
 | 
			
		||||
#ifndef GOOGLETEST_INCLUDE_GTEST_INTERNAL_GTEST_PORT_H_
 | 
			
		||||
#define GOOGLETEST_INCLUDE_GTEST_INTERNAL_GTEST_PORT_H_
 | 
			
		||||
 | 
			
		||||
// Environment-describing macros
 | 
			
		||||
// -----------------------------
 | 
			
		||||
@@ -2368,4 +2368,4 @@ using Variant = ::std::variant<T...>;
 | 
			
		||||
#endif  // __has_include
 | 
			
		||||
#endif  // GTEST_HAS_ABSL
 | 
			
		||||
 | 
			
		||||
#endif  // GTEST_INCLUDE_GTEST_INTERNAL_GTEST_PORT_H_
 | 
			
		||||
#endif  // GOOGLETEST_INCLUDE_GTEST_INTERNAL_GTEST_PORT_H_
 | 
			
		||||
 
 | 
			
		||||
@@ -38,8 +38,8 @@
 | 
			
		||||
 | 
			
		||||
// GOOGLETEST_CM0001 DO NOT DELETE
 | 
			
		||||
 | 
			
		||||
#ifndef GTEST_INCLUDE_GTEST_INTERNAL_GTEST_STRING_H_
 | 
			
		||||
#define GTEST_INCLUDE_GTEST_INTERNAL_GTEST_STRING_H_
 | 
			
		||||
#ifndef GOOGLETEST_INCLUDE_GTEST_INTERNAL_GTEST_STRING_H_
 | 
			
		||||
#define GOOGLETEST_INCLUDE_GTEST_INTERNAL_GTEST_STRING_H_
 | 
			
		||||
 | 
			
		||||
#ifdef __BORLANDC__
 | 
			
		||||
// string.h is not guaranteed to provide strcpy on C++ Builder.
 | 
			
		||||
@@ -172,4 +172,4 @@ GTEST_API_ std::string StringStreamToString(::std::stringstream* stream);
 | 
			
		||||
}  // namespace internal
 | 
			
		||||
}  // namespace testing
 | 
			
		||||
 | 
			
		||||
#endif  // GTEST_INCLUDE_GTEST_INTERNAL_GTEST_STRING_H_
 | 
			
		||||
#endif  // GOOGLETEST_INCLUDE_GTEST_INTERNAL_GTEST_STRING_H_
 | 
			
		||||
 
 | 
			
		||||
@@ -32,8 +32,8 @@
 | 
			
		||||
 | 
			
		||||
// GOOGLETEST_CM0001 DO NOT DELETE
 | 
			
		||||
 | 
			
		||||
#ifndef GTEST_INCLUDE_GTEST_INTERNAL_GTEST_TYPE_UTIL_H_
 | 
			
		||||
#define GTEST_INCLUDE_GTEST_INTERNAL_GTEST_TYPE_UTIL_H_
 | 
			
		||||
#ifndef GOOGLETEST_INCLUDE_GTEST_INTERNAL_GTEST_TYPE_UTIL_H_
 | 
			
		||||
#define GOOGLETEST_INCLUDE_GTEST_INTERNAL_GTEST_TYPE_UTIL_H_
 | 
			
		||||
 | 
			
		||||
#include "gtest/internal/gtest-port.h"
 | 
			
		||||
 | 
			
		||||
@@ -180,4 +180,4 @@ using Types = internal::ProxyTypeList<Ts...>;
 | 
			
		||||
 | 
			
		||||
}  // namespace testing
 | 
			
		||||
 | 
			
		||||
#endif  // GTEST_INCLUDE_GTEST_INTERNAL_GTEST_TYPE_UTIL_H_
 | 
			
		||||
#endif  // GOOGLETEST_INCLUDE_GTEST_INTERNAL_GTEST_TYPE_UTIL_H_
 | 
			
		||||
 
 | 
			
		||||
@@ -33,8 +33,8 @@
 | 
			
		||||
// prime and determines a next prime number. This interface is used
 | 
			
		||||
// in Google Test samples demonstrating use of parameterized tests.
 | 
			
		||||
 | 
			
		||||
#ifndef GTEST_SAMPLES_PRIME_TABLES_H_
 | 
			
		||||
#define GTEST_SAMPLES_PRIME_TABLES_H_
 | 
			
		||||
#ifndef GOOGLETEST_SAMPLES_PRIME_TABLES_H_
 | 
			
		||||
#define GOOGLETEST_SAMPLES_PRIME_TABLES_H_
 | 
			
		||||
 | 
			
		||||
#include <algorithm>
 | 
			
		||||
 | 
			
		||||
@@ -123,4 +123,4 @@ class PreCalculatedPrimeTable : public PrimeTable {
 | 
			
		||||
  void operator=(const PreCalculatedPrimeTable& rhs);
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
#endif  // GTEST_SAMPLES_PRIME_TABLES_H_
 | 
			
		||||
#endif  // GOOGLETEST_SAMPLES_PRIME_TABLES_H_
 | 
			
		||||
 
 | 
			
		||||
@@ -29,8 +29,8 @@
 | 
			
		||||
 | 
			
		||||
// A sample program demonstrating using Google C++ testing framework.
 | 
			
		||||
 | 
			
		||||
#ifndef GTEST_SAMPLES_SAMPLE1_H_
 | 
			
		||||
#define GTEST_SAMPLES_SAMPLE1_H_
 | 
			
		||||
#ifndef GOOGLETEST_SAMPLES_SAMPLE1_H_
 | 
			
		||||
#define GOOGLETEST_SAMPLES_SAMPLE1_H_
 | 
			
		||||
 | 
			
		||||
// Returns n! (the factorial of n).  For negative n, n! is defined to be 1.
 | 
			
		||||
int Factorial(int n);
 | 
			
		||||
@@ -38,4 +38,4 @@ int Factorial(int n);
 | 
			
		||||
// Returns true if and only if n is a prime number.
 | 
			
		||||
bool IsPrime(int n);
 | 
			
		||||
 | 
			
		||||
#endif  // GTEST_SAMPLES_SAMPLE1_H_
 | 
			
		||||
#endif  // GOOGLETEST_SAMPLES_SAMPLE1_H_
 | 
			
		||||
 
 | 
			
		||||
@@ -29,8 +29,8 @@
 | 
			
		||||
 | 
			
		||||
// A sample program demonstrating using Google C++ testing framework.
 | 
			
		||||
 | 
			
		||||
#ifndef GTEST_SAMPLES_SAMPLE2_H_
 | 
			
		||||
#define GTEST_SAMPLES_SAMPLE2_H_
 | 
			
		||||
#ifndef GOOGLETEST_SAMPLES_SAMPLE2_H_
 | 
			
		||||
#define GOOGLETEST_SAMPLES_SAMPLE2_H_
 | 
			
		||||
 | 
			
		||||
#include <string.h>
 | 
			
		||||
 | 
			
		||||
@@ -77,5 +77,4 @@ class MyString {
 | 
			
		||||
  void Set(const char* c_string);
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
#endif  // GTEST_SAMPLES_SAMPLE2_H_
 | 
			
		||||
#endif  // GOOGLETEST_SAMPLES_SAMPLE2_H_
 | 
			
		||||
 
 | 
			
		||||
@@ -29,8 +29,8 @@
 | 
			
		||||
 | 
			
		||||
// A sample program demonstrating using Google C++ testing framework.
 | 
			
		||||
 | 
			
		||||
#ifndef GTEST_SAMPLES_SAMPLE3_INL_H_
 | 
			
		||||
#define GTEST_SAMPLES_SAMPLE3_INL_H_
 | 
			
		||||
#ifndef GOOGLETEST_SAMPLES_SAMPLE3_INL_H_
 | 
			
		||||
#define GOOGLETEST_SAMPLES_SAMPLE3_INL_H_
 | 
			
		||||
 | 
			
		||||
#include <stddef.h>
 | 
			
		||||
 | 
			
		||||
@@ -169,4 +169,4 @@ class Queue {
 | 
			
		||||
  const Queue& operator = (const Queue&);
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
#endif  // GTEST_SAMPLES_SAMPLE3_INL_H_
 | 
			
		||||
#endif  // GOOGLETEST_SAMPLES_SAMPLE3_INL_H_
 | 
			
		||||
 
 | 
			
		||||
@@ -28,8 +28,8 @@
 | 
			
		||||
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 | 
			
		||||
 | 
			
		||||
// A sample program demonstrating using Google C++ testing framework.
 | 
			
		||||
#ifndef GTEST_SAMPLES_SAMPLE4_H_
 | 
			
		||||
#define GTEST_SAMPLES_SAMPLE4_H_
 | 
			
		||||
#ifndef GOOGLETEST_SAMPLES_SAMPLE4_H_
 | 
			
		||||
#define GOOGLETEST_SAMPLES_SAMPLE4_H_
 | 
			
		||||
 | 
			
		||||
// A simple monotonic counter.
 | 
			
		||||
class Counter {
 | 
			
		||||
@@ -50,4 +50,4 @@ class Counter {
 | 
			
		||||
  void Print() const;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
#endif  // GTEST_SAMPLES_SAMPLE4_H_
 | 
			
		||||
#endif  // GOOGLETEST_SAMPLES_SAMPLE4_H_
 | 
			
		||||
 
 | 
			
		||||
@@ -31,8 +31,8 @@
 | 
			
		||||
// This file contains purely Google Test's internal implementation.  Please
 | 
			
		||||
// DO NOT #INCLUDE IT IN A USER PROGRAM.
 | 
			
		||||
 | 
			
		||||
#ifndef GTEST_SRC_GTEST_INTERNAL_INL_H_
 | 
			
		||||
#define GTEST_SRC_GTEST_INTERNAL_INL_H_
 | 
			
		||||
#ifndef GOOGLETEST_SRC_GTEST_INTERNAL_INL_H_
 | 
			
		||||
#define GOOGLETEST_SRC_GTEST_INTERNAL_INL_H_
 | 
			
		||||
 | 
			
		||||
#ifndef _WIN32_WCE
 | 
			
		||||
# include <errno.h>
 | 
			
		||||
@@ -1218,4 +1218,4 @@ class StreamingListener : public EmptyTestEventListener {
 | 
			
		||||
 | 
			
		||||
GTEST_DISABLE_MSC_WARNINGS_POP_()  //  4251
 | 
			
		||||
 | 
			
		||||
#endif  // GTEST_SRC_GTEST_INTERNAL_INL_H_
 | 
			
		||||
#endif  // GOOGLETEST_SRC_GTEST_INTERNAL_INL_H_
 | 
			
		||||
 
 | 
			
		||||
@@ -32,8 +32,8 @@
 | 
			
		||||
// This header file provides classes and functions used internally
 | 
			
		||||
// for testing Google Test itself.
 | 
			
		||||
 | 
			
		||||
#ifndef GTEST_TEST_GTEST_PARAM_TEST_TEST_H_
 | 
			
		||||
#define GTEST_TEST_GTEST_PARAM_TEST_TEST_H_
 | 
			
		||||
#ifndef GOOGLETEST_TEST_GOOGLETEST_PARAM_TEST_TEST_H_
 | 
			
		||||
#define GOOGLETEST_TEST_GOOGLETEST_PARAM_TEST_TEST_H_
 | 
			
		||||
 | 
			
		||||
#include "gtest/gtest.h"
 | 
			
		||||
 | 
			
		||||
@@ -48,4 +48,4 @@ class InstantiationInMultipleTranslationUnitsTest
 | 
			
		||||
    : public ::testing::TestWithParam<int> {
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
#endif  // GTEST_TEST_GTEST_PARAM_TEST_TEST_H_
 | 
			
		||||
#endif  // GOOGLETEST_TEST_GOOGLETEST_PARAM_TEST_TEST_H_
 | 
			
		||||
 
 | 
			
		||||
@@ -27,9 +27,8 @@
 | 
			
		||||
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 | 
			
		||||
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
#ifndef GTEST_TEST_GTEST_TYPED_TEST_TEST_H_
 | 
			
		||||
#define GTEST_TEST_GTEST_TYPED_TEST_TEST_H_
 | 
			
		||||
#ifndef GOOGLETEST_TEST_GTEST_TYPED_TEST_TEST_H_
 | 
			
		||||
#define GOOGLETEST_TEST_GTEST_TYPED_TEST_TEST_H_
 | 
			
		||||
 | 
			
		||||
#include "gtest/gtest.h"
 | 
			
		||||
 | 
			
		||||
@@ -58,4 +57,4 @@ TYPED_TEST_P(ContainerTest, InitialSizeIsZero) {
 | 
			
		||||
REGISTER_TYPED_TEST_SUITE_P(ContainerTest,
 | 
			
		||||
                            CanBeDefaultConstructed, InitialSizeIsZero);
 | 
			
		||||
 | 
			
		||||
#endif  // GTEST_TEST_GTEST_TYPED_TEST_TEST_H_
 | 
			
		||||
#endif  // GOOGLETEST_TEST_GTEST_TYPED_TEST_TEST_H_
 | 
			
		||||
 
 | 
			
		||||
@@ -30,8 +30,8 @@
 | 
			
		||||
//
 | 
			
		||||
// This is part of the unit test for gtest_prod.h.
 | 
			
		||||
 | 
			
		||||
#ifndef GTEST_TEST_PRODUCTION_H_
 | 
			
		||||
#define GTEST_TEST_PRODUCTION_H_
 | 
			
		||||
#ifndef GOOGLETEST_TEST_PRODUCTION_H_
 | 
			
		||||
#define GOOGLETEST_TEST_PRODUCTION_H_
 | 
			
		||||
 | 
			
		||||
#include "gtest/gtest_prod.h"
 | 
			
		||||
 | 
			
		||||
@@ -51,4 +51,4 @@ class PrivateCode {
 | 
			
		||||
  int x_;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
#endif  // GTEST_TEST_PRODUCTION_H_
 | 
			
		||||
#endif  // GOOGLETEST_TEST_PRODUCTION_H_
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user