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
  187 struct LosslessArithmeticConvertibleImpl : public false_type {};
  342 template <typename T> struct is_reference : public false_type {};
  346 template <typename T1, typename T2> struct type_equals : public false_type {};
utils/unittest/googletest/include/gtest/internal/gtest-port.h
 2222 struct is_pointer : public false_type {};

References

utils/unittest/googlemock/include/gmock/gmock-matchers.h
 2211   bool MatchAndExplainImpl(false_type /* is_not_pointer */, const Class& obj,
 2272   bool MatchAndExplainImpl(false_type /* is_not_pointer */, const Class& obj,
utils/unittest/googlemock/include/gmock/internal/gmock-internal-utils.h
  187 struct LosslessArithmeticConvertibleImpl : public false_type {};
  207     : public false_type {};  // NOLINT
  228     : public false_type {};  // NOLINT
  233     : public false_type {};  // NOLINT
  238     : public false_type {};  // NOLINT
  342 template <typename T> struct is_reference : public false_type {};
  346 template <typename T1, typename T2> struct type_equals : public false_type {};
utils/unittest/googletest/include/gtest/gtest-printers.h
  372                     false_type /* is not a pointer */,
  438                     false_type /* is not a pointer */,
utils/unittest/googletest/include/gtest/internal/gtest-port.h
 2222 struct is_pointer : public false_type {};