Searched refs:IgnoredValue (Results 1 – 6 of 6) sorted by relevance
660 EXPECT_TRUE((std::is_same<IgnoredValue(), F::MakeResultIgnoredValue>::value)); in TEST()672 EXPECT_TRUE((std::is_same<IgnoredValue(bool), // NOLINT in TEST()689 EXPECT_TRUE((std::is_same<IgnoredValue(bool, const long&), // NOLINT in TEST()714 std::is_same<IgnoredValue(bool, int, char*, int&, const long&), // NOLINT in TEST()
446 using MakeResultIgnoredValue = IgnoredValue(Args...);
110 class IgnoredValue {123 IgnoredValue(const T& /* ignored */) {} // NOLINT(runtime/explicit) in IgnoredValue() function
122 class IgnoredValue {135 IgnoredValue(const T& /* ignored */) {} // NOLINT(runtime/explicit) in IgnoredValue() function
1198 typedef internal::IgnoredValue Unused;
3505 class IgnoredValue {3518 IgnoredValue(const T& /* ignored */) {} // NOLINT(runtime/explicit)