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

Derived Classes

utils/unittest/googlemock/include/gmock/internal/gmock-internal-utils.h
  191 struct LosslessArithmeticConvertibleImpl<kBool, bool, kBool, bool>
  343 template <typename T> struct is_reference<T&> : public true_type {};
  347 template <typename T> struct type_equals<T, T> : public true_type {};
utils/unittest/googletest/include/gtest/internal/gtest-port.h
 2225 struct is_pointer<T*> : public true_type {};

References

utils/unittest/googlemock/include/gmock/gmock-matchers.h
 2217   bool MatchAndExplainImpl(true_type /* is_pointer */, const Class* p,
 2288   bool MatchAndExplainImpl(true_type /* is_pointer */, const Class* p,
utils/unittest/googlemock/include/gmock/internal/gmock-internal-utils.h
  192     : public true_type {};  // NOLINT
  197     : public true_type {};  // NOLINT
  202     : public true_type {};  // NOLINT
  343 template <typename T> struct is_reference<T&> : public true_type {};
  347 template <typename T> struct type_equals<T, T> : public true_type {};
utils/unittest/googletest/include/gtest/gtest-printers.h
  406                     true_type /* is a pointer */,
utils/unittest/googletest/include/gtest/internal/gtest-port.h
 2225 struct is_pointer<T*> : public true_type {};