|
GTEST_API_ std::string | testing::internal::JoinAsTuple (const Strings &fields) |
|
GTEST_API_ std::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_ (unsigned long long, kInteger) |
|
| testing::internal::GMOCK_DECLARE_KIND_ (wchar_t, kInteger) |
|
| testing::internal::GMOCK_DECLARE_KIND_ (float, kFloatingPoint) |
|
| testing::internal::GMOCK_DECLARE_KIND_ (double, kFloatingPoint) |
|
| testing::internal::GMOCK_DECLARE_KIND_ (long double, kFloatingPoint) |
|
GTEST_API_
FailureReporterInterface * | testing::internal::GetFailureReporter () |
|
void | testing::internal::Assert (bool condition, const char *file, int line, const std::string &msg) |
|
void | testing::internal::Assert (bool condition, const char *file, int line) |
|
void | testing::internal::Expect (bool condition, const char *file, int line, const std::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 std::string &message, int stack_frames_to_skip) |
|
GTEST_API_ WithoutMatchers | testing::internal::GetWithoutMatchers () |
|
template<typename T > |
T | testing::internal::Invalid () |
|
GTEST_API_ void | testing::internal::IllegalDoDefault (const char *file, int line) |
|
template<typename F , typename Tuple , size_t... Idx> |
auto | testing::internal::ApplyImpl (F &&f, Tuple &&args, IndexSequence< Idx...>) -> decltype(std::forward< F >(f)(std::get< Idx >(std::forward< Tuple >(args))...)) |
|
template<typename F , typename Tuple > |
auto | testing::internal::Apply (F &&f, Tuple &&args) -> decltype(ApplyImpl(std::forward< F >(f), std::forward< Tuple >(args), MakeIndexSequence< std::tuple_size< typename std::remove_reference< Tuple >::type >::value >())) |
|