|
| template<typename From , typename To > |
| void | testing::internal::Assert (bool condition, const char *file, int line) |
| |
| string | testing::internal::ConvertIdentifierNameToWords (const char *id_name) |
| |
| 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) |
| |
| template<typename Pointer > |
| 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 T > |
| T | testing::internal::Invalid () |
| |
| template<> |
| void | testing::internal::Invalid< void > () |
| |
| void | testing::internal::Log (LogSeverity severity, const string &message, int stack_frames_to_skip) |
| |
| bool | testing::internal::LogIsVisible (LogSeverity severity) |
| |