Lines Matching +defs:val +defs:matcher
54 constexpr auto matcher = in TEST() local
63 constexpr auto matcher = MakeMatcher<V>( in TEST() local
73 constexpr auto matcher = in TEST() local
88 constexpr auto matcher = MakeMatcher<V>( in TEST() local
97 constexpr auto matcher = MakeMatcher<V>([](X* x) { return 10 + x->x; }, in TEST() local
139 constexpr auto matcher = MakeMatcher<VMoveOnly>( in TEST() local
154 constexpr auto matcher = MakeMatcher<VMoveOnly>( in TEST() local
174 constexpr auto matcher = in TEST() local
187 constexpr auto matcher = MakeMatcher<O>( in TEST() local
205 constexpr auto matcher = in TEST() local
220 constexpr auto matcher = in TEST() local
224 R const val = std::make_unique<X>(X{123}); in TEST() local
233 constexpr auto matcher = MakeMatcher<R>( in TEST() local
241 R val = std::make_unique<X>(X{123}); in TEST() local
251 constexpr auto matcher = MakeMatcher<R>( in TEST() local