Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-matchers-containers_test.cc257 int* raw_n = n.get(); in TEST() local
258 const Matcher<std::unique_ptr<int>> m = Pointer(Eq(raw_n)); in TEST()
265 const int* raw_n = n.get(); in TEST() local
266 const Matcher<std::unique_ptr<const int>> m = Pointer(Eq(raw_n)); in TEST()