|
v8toolkit
0.0.1
Utility library for embedding V8 Javascript engine in a c++ program
|
#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) |
| testing::internal::GMOCK_DECLARE_KIND_ (bool, kBool) | |
| testing::internal::GMOCK_DECLARE_KIND_ (char, kInteger) | |
| testing::internal::GMOCK_DECLARE_KIND_ (signed char, kInteger) | |
| testing::internal::GMOCK_DECLARE_KIND_ (unsigned char, kInteger) | |
| testing::internal::GMOCK_DECLARE_KIND_ (short, kInteger) | |
| testing::internal::GMOCK_DECLARE_KIND_ (int, kInteger) | |
| testing::internal::GMOCK_DECLARE_KIND_ (long, kInteger) | |
| testing::internal::GMOCK_DECLARE_KIND_ (wchar_t, kInteger) | |
| testing::internal::GMOCK_DECLARE_KIND_ (Int64, kInteger) | |
| testing::internal::GMOCK_DECLARE_KIND_ (UInt64, kInteger) | |
| testing::internal::GMOCK_DECLARE_KIND_ (float, kFloatingPoint) | |
| testing::internal::GMOCK_DECLARE_KIND_ (double, kFloatingPoint) | |
| testing::internal::GMOCK_DECLARE_KIND_ (long double, kFloatingPoint) | |
| 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 () |
Variables | |
| const char | testing::internal::kInfoVerbosity [] = "info" |
| const char | testing::internal::kWarningVerbosity [] = "warning" |
| const char | testing::internal::kErrorVerbosity [] = "error" |
| struct testing::internal::PointeeOf |
Definition at line 63 of file gmock-internal-utils.h.
| Class Members | ||
|---|---|---|
| typedef element_type | type | |
| struct testing::internal::PointeeOf< T * > |
Definition at line 70 of file gmock-internal-utils.h.
| Class Members | ||
|---|---|---|
| typedef T | type | |
| struct testing::internal::KindOf |
Definition at line 131 of file gmock-internal-utils.h.
| Class Members | ||
|---|---|---|
| __unnamed__ | ||
| struct testing::internal::remove_reference |
Definition at line 348 of file gmock-internal-utils.h.
| Class Members | ||
|---|---|---|
| typedef T | type | |
| struct testing::internal::remove_reference< T & > |
Definition at line 349 of file gmock-internal-utils.h.
| Class Members | ||
|---|---|---|
| typedef T | type | |
| struct testing::internal::DecayArray |
Definition at line 353 of file gmock-internal-utils.h.
| Class Members | ||
|---|---|---|
| typedef T | type | |
| struct testing::internal::DecayArray< T[N]> |
Definition at line 354 of file gmock-internal-utils.h.
| Class Members | ||
|---|---|---|
| typedef const T * | type | |
| struct testing::internal::DecayArray< T[]> |
Definition at line 360 of file gmock-internal-utils.h.
| Class Members | ||
|---|---|---|
| typedef const T * | type | |
| struct testing::internal::RemoveConstFromKey |
Definition at line 492 of file gmock-internal-utils.h.
| Class Members | ||
|---|---|---|
| typedef T | type | |
| struct testing::internal::RemoveConstFromKey< std::pair< const K, V > > |
Definition at line 498 of file gmock-internal-utils.h.
| Class Members | ||
|---|---|---|
| typedef pair< K, V > | type | |
| struct testing::internal::BooleanConstant |
Definition at line 505 of file gmock-internal-utils.h.
| #define GMOCK_WCHAR_T_IS_NATIVE_ 1 |
Definition at line 104 of file gmock-internal-utils.h.
| #define GMOCK_DECLARE_KIND_ | ( | type, | |
| kind | |||
| ) | template <> struct KindOf<type> { enum { value = kind }; } |
Definition at line 136 of file gmock-internal-utils.h.
| #define GMOCK_KIND_OF_ | ( | type | ) |
Definition at line 168 of file gmock-internal-utils.h.
Referenced by testing::SafeMatcherCastImpl< T >::Cast().
| #define GMOCK_IS_SIGNED_ | ( | T | ) | (static_cast<T>(-1) < 0) |
Definition at line 173 of file gmock-internal-utils.h.
1.8.11