Searched refs:raw_n (Results 1 – 1 of 1) sorted by relevance
257 int* raw_n = n.get(); in TEST() local258 const Matcher<std::unique_ptr<int>> m = Pointer(Eq(raw_n)); in TEST()265 const int* raw_n = n.get(); in TEST() local266 const Matcher<std::unique_ptr<const int>> m = Pointer(Eq(raw_n)); in TEST()