File gmock-internal-utils.h
↰ Parent directory (include/gmock/internal)
Definition (include/gmock/internal/gmock-internal-utils.h)
Includes
gmock/internal/gmock-port.h(File gmock-port.h)gtest/gtest.hostreamstdio.hstringtype_traits
Included By
Namespaces
Classes
Template Struct LosslessArithmeticConvertibleImpl< kBool, bool, kBool, bool >
Template Struct LosslessArithmeticConvertibleImpl< kBool, bool, kFloatingPoint, To >
Template Struct LosslessArithmeticConvertibleImpl< kBool, bool, kInteger, To >
Template Struct LosslessArithmeticConvertibleImpl< kFloatingPoint, From, kBool, bool >
Template Struct LosslessArithmeticConvertibleImpl< kFloatingPoint, From, kInteger, To >
Template Struct LosslessArithmeticConvertibleImpl< kInteger, From, kBool, bool >
Template Struct LosslessArithmeticConvertibleImpl< kInteger, From, kFloatingPoint, To >
Template Struct LosslessArithmeticConvertibleImpl< kInteger, From, kInteger, To >
Template Struct RemoveConstFromKey< std::pair< const K, V > >
Template Class StlContainerView< ::std::tuple< ElementPointer, Size > >
Enums
Functions
Function testing::internal::Expect(bool, const char *, int, const std::string&)
Template Function testing::internal::GetRawPointer(const Pointer&)
Template Function testing::internal::GetRawPointer(Element *)
Function testing::internal::GMOCK_DECLARE_KIND_(bool, kBool)
Function testing::internal::GMOCK_DECLARE_KIND_(signed char, kInteger)
Function testing::internal::GMOCK_DECLARE_KIND_(unsigned int, kInteger)
Function testing::internal::GMOCK_DECLARE_KIND_(unsigned long, kInteger)
Function testing::internal::GMOCK_DECLARE_KIND_(Int64, kInteger)
Function testing::internal::GMOCK_DECLARE_KIND_(float, kFloatingPoint)
Function testing::internal::GMOCK_DECLARE_KIND_(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_(long, kInteger)
Function testing::internal::GMOCK_DECLARE_KIND_(wchar_t, kInteger)
Function testing::internal::GMOCK_DECLARE_KIND_(UInt64, kInteger)
Function testing::internal::GMOCK_DECLARE_KIND_(double, kFloatingPoint)
Function testing::internal::GMOCK_DECLARE_KIND_(long double, kFloatingPoint)