Searched refs:IgnoredValue (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/contrib/googletest/googlemock/test/
H A Dgmock-internal-utils_test.cc666 EXPECT_TRUE((std::is_same<IgnoredValue(), F::MakeResultIgnoredValue>::value));
678 EXPECT_TRUE((std::is_same<IgnoredValue(bool), // NOLINT
695 EXPECT_TRUE((std::is_same<IgnoredValue(bool, const long&), // NOLINT
720 std::is_same<IgnoredValue(bool, int, char*, int&, const long&), // NOLINT
/freebsd-current/contrib/googletest/googlemock/include/gmock/internal/
H A Dgmock-internal-utils.h465 using MakeResultIgnoredValue = IgnoredValue(Args...);
/freebsd-current/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-internal.h126 // An IgnoredValue object can be implicitly constructed from ANY value.
127 class IgnoredValue { class in namespace:testing::internal
132 // converted to IgnoredValue. The object has no data member and
141 IgnoredValue(const T& /* ignored */) {} // NOLINT(runtime/explicit) function in class:testing::internal::IgnoredValue
/freebsd-current/contrib/googletest/googlemock/include/gmock/
H A Dgmock-actions.h1394 // type is IgnoredValue.
1777 typedef internal::IgnoredValue Unused;

Completed in 138 milliseconds