|
Sacado Package Browser (Single Doxygen Collection) Version of the Day
|
#include <stdio.h>#include <ostream>#include <string>#include <type_traits>#include "gmock/internal/gmock-port.h"#include "gtest/gtest.h"

Go to the source code of this file.
Namespaces | |
| namespace | testing |
| namespace | testing::internal |
Macros | |
| #define | GMOCK_WCHAR_T_IS_NATIVE_ 1 |
| #define | GMOCK_DECLARE_KIND_(type, kind) |
| #define | GMOCK_KIND_OF_(type) |
Typedefs | |
| template<TypeKind kFromKind, typename From, TypeKind kToKind, typename To> | |
| using | testing::internal::LosslessArithmeticConvertibleImpl |
| template<typename From, typename To> | |
| using | testing::internal::LosslessArithmeticConvertible |
Variables | |
| const char | testing::internal::kInfoVerbosity [] = "info" |
| const char | testing::internal::kWarningVerbosity [] = "warning" |
| const char | testing::internal::kErrorVerbosity [] = "error" |
| template<typename R, typename... Args> | |
| constexpr size_t | testing::internal::Function< R(Args...)>::ArgumentCount |
| #define GMOCK_WCHAR_T_IS_NATIVE_ 1 |
Definition at line 106 of file gmock-internal-utils.h.
| #define GMOCK_DECLARE_KIND_ | ( | type, | |
| kind ) |
Definition at line 124 of file gmock-internal-utils.h.
| #define GMOCK_KIND_OF_ | ( | type | ) |
Definition at line 154 of file gmock-internal-utils.h.