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()
467 using MakeResultIgnoredValue = IgnoredValue(Args...);
126 class IgnoredValue {140 IgnoredValue(const T& /* ignored */) {} // NOLINT(runtime/explicit) in IgnoredValue() function
1791 typedef internal::IgnoredValue Unused;