|
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 () |
|