Searched defs:GMOCK_IS_SIGNED_ (Results 1 - 2 of 2) sorted by relevance

/external/gmock/include/gmock/internal/
H A Dgmock-internal-utils.h173 #define GMOCK_IS_SIGNED_(T) (static_cast<T>(-1) < 0) macro
215 (!GMOCK_IS_SIGNED_(From) || GMOCK_IS_SIGNED_(To))) ||
218 (GMOCK_IS_SIGNED_(From) == GMOCK_IS_SIGNED_(To)))> {}; // NOLINT
220 #undef GMOCK_IS_SIGNED_ macro
/external/google-breakpad/src/testing/include/gmock/internal/
H A Dgmock-internal-utils.h173 #define GMOCK_IS_SIGNED_(T) (static_cast<T>(-1) < 0) macro
215 (!GMOCK_IS_SIGNED_(From) || GMOCK_IS_SIGNED_(To))) ||
218 (GMOCK_IS_SIGNED_(From) == GMOCK_IS_SIGNED_(To)))> {}; // NOLINT
220 #undef GMOCK_IS_SIGNED_ macro

Completed in 30 milliseconds