Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/googletest/googlemock/test/
H A Dgmock-matchers_test.cc4753 const NotCopyable const_value1(1); in TEST() local
4754 const Matcher<const NotCopyable&> m = Eq(ByRef(const_value1)); in TEST()