Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-matchers-misc_test.cc121 const NotCopyable const_value1(1); in TEST() local
122 const Matcher<const NotCopyable&> m = Eq(ByRef(const_value1)); in TEST()