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

References

utils/unittest/googlemock/include/gmock/gmock-matchers.h
 2203             is_pointer<GTEST_REMOVE_CONST_(T)>::type(),
 2264             is_pointer<GTEST_REMOVE_CONST_(T)>::type(),
utils/unittest/googletest/include/gtest/gtest-printers.h
  478   DefaultPrintTo(IsContainerTest<T>(0), is_pointer<T>(), value, os);
utils/unittest/googletest/include/gtest/gtest.h
 1458       typename EnableIf<!is_pointer<T2>::value>::type* = 0) {