reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
141 GMOCK_DECLARE_KIND_(bool, kBool); 144 GMOCK_DECLARE_KIND_(char, kInteger); 145 GMOCK_DECLARE_KIND_(signed char, kInteger); 146 GMOCK_DECLARE_KIND_(unsigned char, kInteger); 147 GMOCK_DECLARE_KIND_(short, kInteger); // NOLINT 148 GMOCK_DECLARE_KIND_(unsigned short, kInteger); // NOLINT 149 GMOCK_DECLARE_KIND_(int, kInteger); 150 GMOCK_DECLARE_KIND_(unsigned int, kInteger); 151 GMOCK_DECLARE_KIND_(long, kInteger); // NOLINT 152 GMOCK_DECLARE_KIND_(unsigned long, kInteger); // NOLINT 155 GMOCK_DECLARE_KIND_(wchar_t, kInteger); 159 GMOCK_DECLARE_KIND_(Int64, kInteger); 160 GMOCK_DECLARE_KIND_(UInt64, kInteger); 163 GMOCK_DECLARE_KIND_(float, kFloatingPoint); 164 GMOCK_DECLARE_KIND_(double, kFloatingPoint); 165 GMOCK_DECLARE_KIND_(long double, kFloatingPoint);