Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-internal-utils_test.cc666 EXPECT_TRUE((std::is_same<IgnoredValue(), F::MakeResultIgnoredValue>::value)); in TEST()
678 EXPECT_TRUE((std::is_same<IgnoredValue(bool), // NOLINT in TEST()
695 EXPECT_TRUE((std::is_same<IgnoredValue(bool, const long&), // NOLINT in TEST()
720 std::is_same<IgnoredValue(bool, int, char*, int&, const long&), // NOLINT in TEST()
/freebsd/contrib/googletest/googlemock/include/gmock/internal/
H A Dgmock-internal-utils.h467 using MakeResultIgnoredValue = IgnoredValue(Args...);
/freebsd/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-internal.h126 class IgnoredValue {
140 IgnoredValue(const T& /* ignored */) {} // NOLINT(runtime/explicit) in IgnoredValue() function
/freebsd/contrib/googletest/googlemock/include/gmock/
H A Dgmock-actions.h1791 typedef internal::IgnoredValue Unused;