reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

utils/unittest/googlemock/include/gmock/internal/gmock-internal-utils.h
  141 GMOCK_DECLARE_KIND_(bool, kBool);
  191 struct LosslessArithmeticConvertibleImpl<kBool, bool, kBool, bool>
  191 struct LosslessArithmeticConvertibleImpl<kBool, bool, kBool, bool>
  196 struct LosslessArithmeticConvertibleImpl<kBool, bool, kInteger, To>
  201 struct LosslessArithmeticConvertibleImpl<kBool, bool, kFloatingPoint, To>
  206 struct LosslessArithmeticConvertibleImpl<kInteger, From, kBool, bool>
  232 struct LosslessArithmeticConvertibleImpl<kFloatingPoint, From, kBool, bool>