Home
last modified time | relevance | path

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

/third_party/googletest/googlemock/test/
Dgmock-internal-utils_test.cc660 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()
/third_party/googletest/googlemock/include/gmock/internal/
Dgmock-internal-utils.h446 using MakeResultIgnoredValue = IgnoredValue(Args...);
/third_party/mesa3d/src/gtest/include/gtest/internal/
Dgtest-internal.h110 class IgnoredValue {
123 IgnoredValue(const T& /* ignored */) {} // NOLINT(runtime/explicit) in IgnoredValue() function
/third_party/googletest/googletest/include/gtest/internal/
Dgtest-internal.h122 class IgnoredValue {
135 IgnoredValue(const T& /* ignored */) {} // NOLINT(runtime/explicit) in IgnoredValue() function
/third_party/googletest/googlemock/include/gmock/
Dgmock-actions.h1198 typedef internal::IgnoredValue Unused;
/third_party/cef/tools/distrib/gtest/
Dgtest.h3505 class IgnoredValue {
3518 IgnoredValue(const T& /* ignored */) {} // NOLINT(runtime/explicit)