Searched defs:GetRawPointer (Results 1 - 4 of 4) sorted by relevance

/external/google-breakpad/src/testing/include/gmock/internal/
H A Dgmock-internal-utils.h72 // GetRawPointer(p) returns the raw pointer underlying p when p is a
76 inline const typename Pointer::element_type* GetRawPointer(const Pointer& p) { function in namespace:testing::internal
81 inline Element* GetRawPointer(Element* p) { return p; } function in namespace:testing::internal
/external/googletest/googlemock/include/gmock/internal/
H A Dgmock-internal-utils.h72 // GetRawPointer(p) returns the raw pointer underlying p when p is a
76 inline const typename Pointer::element_type* GetRawPointer(const Pointer& p) { function in namespace:testing::internal
81 inline Element* GetRawPointer(Element* p) { return p; } function in namespace:testing::internal
/external/v8/testing/gmock/include/gmock/internal/
H A Dgmock-internal-utils.h72 // GetRawPointer(p) returns the raw pointer underlying p when p is a
76 inline const typename Pointer::element_type* GetRawPointer(const Pointer& p) { function in namespace:testing::internal
81 inline Element* GetRawPointer(Element* p) { return p; } function in namespace:testing::internal
/external/fmtlib/test/gmock/
H A Dgmock.h530 // GetRawPointer(p) returns the raw pointer underlying p when p is a
534 inline const typename Pointer::element_type* GetRawPointer(const Pointer& p) { function in namespace:testing::internal
539 inline Element* GetRawPointer(Element* p) { return p; } function in namespace:testing::internal
5584 return GetRawPointer(p) == NULL;
5600 return GetRawPointer(p) != NULL;
6644 if (GetRawPointer(pointer) == NULL)

Completed in 1267 milliseconds