Searched refs:PointeeOf (Results 1 - 10 of 10) sorted by relevance

/external/googletest/googlemock/test/
H A Dgmock-internal-utils_test.cc108 PointeeOf<internal::linked_ptr<const char> >::type>();
110 CompileAssertTypesEqual<int, PointeeOf<std::unique_ptr<int> >::type>();
114 PointeeOf<std::shared_ptr<std::string> >::type>();
119 CompileAssertTypesEqual<int, PointeeOf<int*>::type>();
120 CompileAssertTypesEqual<const char, PointeeOf<const char*>::type>();
121 CompileAssertTypesEqual<void, PointeeOf<void*>::type>();
/external/v8/testing/gmock/test/
H A Dgmock-internal-utils_test.cc107 PointeeOf<internal::linked_ptr<const char> >::type>();
109 CompileAssertTypesEqual<int, PointeeOf<std::unique_ptr<int> >::type>();
113 PointeeOf<std::shared_ptr<std::string> >::type>();
118 CompileAssertTypesEqual<int, PointeeOf<int*>::type>();
119 CompileAssertTypesEqual<const char, PointeeOf<const char*>::type>();
120 CompileAssertTypesEqual<void, PointeeOf<void*>::type>();
/external/google-breakpad/src/testing/include/gmock/internal/
H A Dgmock-internal-utils.h58 // PointeeOf<Pointer>::type is the type of a value pointed to by a
63 struct PointeeOf { struct in namespace:testing::internal
70 struct PointeeOf<T*> { typedef T type; }; // NOLINT struct in namespace:testing::internal
444 typename internal::PointeeOf<ElementPointer>::type) RawElement;
/external/googletest/googlemock/include/gmock/internal/
H A Dgmock-internal-utils.h58 // PointeeOf<Pointer>::type is the type of a value pointed to by a
63 struct PointeeOf { struct in namespace:testing::internal
70 struct PointeeOf<T*> { typedef T type; }; // NOLINT struct in namespace:testing::internal
471 typename internal::PointeeOf<ElementPointer>::type) RawElement;
/external/v8/testing/gmock/include/gmock/internal/
H A Dgmock-internal-utils.h58 // PointeeOf<Pointer>::type is the type of a value pointed to by a
63 struct PointeeOf { struct in namespace:testing::internal
70 struct PointeeOf<T*> { typedef T type; }; // NOLINT struct in namespace:testing::internal
471 typename internal::PointeeOf<ElementPointer>::type) RawElement;
/external/google-breakpad/src/testing/test/
H A Dgmock-internal-utils_test.cc101 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/google-breakpad/src/testing/include/gmock/
H A Dgmock-matchers.h1678 typedef typename PointeeOf<GTEST_REMOVE_CONST_( // NOLINT
/external/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h2065 typedef typename PointeeOf<GTEST_REMOVE_CONST_( // NOLINT
/external/v8/testing/gmock/include/gmock/
H A Dgmock-matchers.h2065 typedef typename PointeeOf<GTEST_REMOVE_CONST_( // NOLINT
/external/fmtlib/test/gmock/
H A Dgmock.h516 // PointeeOf<Pointer>::type is the type of a value pointed to by a
521 struct PointeeOf { struct in namespace:testing::internal
528 struct PointeeOf<T*> { typedef T type; }; // NOLINT struct in namespace:testing::internal
915 typename internal::PointeeOf<ElementPointer>::type) RawElement;
6626 typedef typename PointeeOf<GTEST_REMOVE_CONST_( // NOLINT

Completed in 351 milliseconds