|
proxygen
|
#include <stdio.h>#include <ostream>#include <string>#include "gmock/internal/gmock-generated-internal-utils.h"#include "gmock/internal/gmock-port.h"#include "gtest/gtest.h"Go to the source code of this file.
Namespaces | |
| testing | |
| testing::internal | |
Macros | |
| #define | GMOCK_WCHAR_T_IS_NATIVE_ 1 |
| #define | GMOCK_DECLARE_KIND_(type, kind) template <> struct KindOf<type> { enum { value = kind }; } |
| #define | GMOCK_KIND_OF_(type) |
| #define | GMOCK_IS_SIGNED_(T) (static_cast<T>(-1) < 0) |
Functions | |
| GTEST_API_ string | testing::internal::ConvertIdentifierNameToWords (const char *id_name) |
| template<typename Pointer > | |
| const Pointer::element_type * | testing::internal::GetRawPointer (const Pointer &p) |
| template<typename Element > | |
| Element * | testing::internal::GetRawPointer (Element *p) |
| template<typename From , typename To > | |
| void | testing::internal::Assert (bool condition, const char *file, int line) |
| void | testing::internal::Expect (bool condition, const char *file, int line, const string &msg) |
| void | testing::internal::Expect (bool condition, const char *file, int line) |
| GTEST_API_ bool | testing::internal::LogIsVisible (LogSeverity severity) |
| GTEST_API_ void | testing::internal::Log (LogSeverity severity, const string &message, int stack_frames_to_skip) |
| template<typename T > | |
| T | testing::internal::Invalid () |
| #define GMOCK_DECLARE_KIND_ | ( | type, | |
| kind | |||
| ) | template <> struct KindOf<type> { enum { value = kind }; } |
Definition at line 136 of file gmock-internal-utils.h.
Definition at line 173 of file gmock-internal-utils.h.
| #define GMOCK_KIND_OF_ | ( | type | ) |
Definition at line 168 of file gmock-internal-utils.h.
| #define GMOCK_WCHAR_T_IS_NATIVE_ 1 |
Definition at line 104 of file gmock-internal-utils.h.