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

  /external/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
457 typename internal::PointeeOf<ElementPointer>::type) RawElement;
  /external/google-breakpad/src/testing/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
444 typename internal::PointeeOf<ElementPointer>::type) RawElement;

Completed in 3404 milliseconds