Namespace testing::internal
Classes
Template Struct DoAllAction< FinalAction >::UserConstructorTag
Template Struct DoAllAction< InitialAction, OtherActions… >::UserConstructorTag
Template Struct is_callable_r_impl< void_t< call_result_t< F, Args… > >, R, F, Args… >
Template Struct RemoveConstFromKey< std::pair< const K, V > >
Template Class StlContainerView< ::std::tuple< ElementPointer, Size > >
Enums
Functions
Function testing::internal::Assert(bool, const char *, int, const std::string&)
Function testing::internal::Expect(bool, const char *, int, const std::string&)
Template Function testing::internal::GetRawPointer(const Pointer&)
Template Function testing::internal::GetRawPointer(const std::reference_wrapper<Element>&)
Template Function testing::internal::GetRawPointer(Element *)
Function testing::internal::GMOCK_DECLARE_KIND_(bool, kBool)
Function testing::internal::GMOCK_DECLARE_KIND_(char, kInteger)
Function testing::internal::GMOCK_DECLARE_KIND_(signed char, kInteger)
Function testing::internal::GMOCK_DECLARE_KIND_(unsigned char, kInteger)
Function testing::internal::GMOCK_DECLARE_KIND_(short, kInteger)
Function testing::internal::GMOCK_DECLARE_KIND_(unsigned short, kInteger)
Function testing::internal::GMOCK_DECLARE_KIND_(int, kInteger)
Function testing::internal::GMOCK_DECLARE_KIND_(unsigned int, kInteger)
Function testing::internal::GMOCK_DECLARE_KIND_(long, kInteger)
Function testing::internal::GMOCK_DECLARE_KIND_(unsigned long, kInteger)
Function testing::internal::GMOCK_DECLARE_KIND_(long long, kInteger)
Function testing::internal::GMOCK_DECLARE_KIND_(unsigned long long, kInteger)
Function testing::internal::GMOCK_DECLARE_KIND_(wchar_t, kInteger)
Function testing::internal::GMOCK_DECLARE_KIND_(float, kFloatingPoint)
Function testing::internal::GMOCK_DECLARE_KIND_(double, kFloatingPoint)
Function testing::internal::GMOCK_DECLARE_KIND_(long double, kFloatingPoint)
Function testing::internal::GMOCK_DEFINE_DEFAULT_ACTION_FOR_RETURN_TYPE_(void)
Function testing::internal::GMOCK_DEFINE_DEFAULT_ACTION_FOR_RETURN_TYPE_(::std::string, “”)
Function testing::internal::GMOCK_DEFINE_DEFAULT_ACTION_FOR_RETURN_TYPE_(bool, false)
Function testing::internal::GMOCK_DEFINE_DEFAULT_ACTION_FOR_RETURN_TYPE_(unsigned char, ‘0’)
Function testing::internal::GMOCK_DEFINE_DEFAULT_ACTION_FOR_RETURN_TYPE_(signed char, ‘0’)
Function testing::internal::GMOCK_DEFINE_DEFAULT_ACTION_FOR_RETURN_TYPE_(char, ‘0’)
Function testing::internal::GMOCK_DEFINE_DEFAULT_ACTION_FOR_RETURN_TYPE_(unsigned short, 0U)
Function testing::internal::GMOCK_DEFINE_DEFAULT_ACTION_FOR_RETURN_TYPE_(signed short, 0)
Function testing::internal::GMOCK_DEFINE_DEFAULT_ACTION_FOR_RETURN_TYPE_(unsigned int, 0U)
Function testing::internal::GMOCK_DEFINE_DEFAULT_ACTION_FOR_RETURN_TYPE_(signed int, 0)
Function testing::internal::GMOCK_DEFINE_DEFAULT_ACTION_FOR_RETURN_TYPE_(unsigned long, 0UL)
Function testing::internal::GMOCK_DEFINE_DEFAULT_ACTION_FOR_RETURN_TYPE_(signed long, 0L)
Function testing::internal::GMOCK_DEFINE_DEFAULT_ACTION_FOR_RETURN_TYPE_(unsigned long long, 0)
Function testing::internal::GMOCK_DEFINE_DEFAULT_ACTION_FOR_RETURN_TYPE_(signed long long, 0)
Function testing::internal::GMOCK_DEFINE_DEFAULT_ACTION_FOR_RETURN_TYPE_(float, 0)
Function testing::internal::GMOCK_DEFINE_DEFAULT_ACTION_FOR_RETURN_TYPE_(double, 0)
Template Function testing::internal::MakeAction(std::shared_ptr<Impl>)
Template Function testing::internal::StrictnessModifierProbe(const NiceMock<T>&)
Template Function testing::internal::StrictnessModifierProbe(const NaggyMock<T>&)
Template Function testing::internal::StrictnessModifierProbe(const StrictMock<T>&)