Searched refs:IgnoredValue (Results 1 – 4 of 4) sorted by relevance
666 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()
465 using MakeResultIgnoredValue = IgnoredValue(Args...);
127 class IgnoredValue {141 IgnoredValue(const T& /* ignored */) {} // NOLINT(runtime/explicit) in IgnoredValue() function
1777 typedef internal::IgnoredValue Unused;