HomeSort by relevance Sort by last modified time
    Searched refs:PointeeOf (Results 1 - 3 of 3) sorted by null

  /external/chromium/testing/gmock/include/gmock/internal/
gmock-internal-utils.h 58 // PointeeOf<Pointer>::type is the type of a value pointed to by a
63 struct PointeeOf {
70 struct PointeeOf<T*> { typedef T type; }; // NOLINT
441 typename internal::PointeeOf<ElementPointer>::type) RawElement;
  /external/chromium/testing/gmock/test/
gmock-internal-utils_test.cc 101 PointeeOf<internal::linked_ptr<const char> >::type>();
105 CompileAssertTypesEqual<int, PointeeOf<int*>::type>();
106 CompileAssertTypesEqual<const char, PointeeOf<const char*>::type>();
107 CompileAssertTypesEqual<void, PointeeOf<void*>::type>();
  /external/chromium/testing/gmock/include/gmock/
gmock-matchers.h     [all...]

Completed in 62 milliseconds