Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h497 template <typename F, std::size_t... tuple_ids>
498 ::testing::Matcher<F> Apply(std::index_sequence<tuple_ids...>) const { in Apply() argument
501 std::get<tuple_ids>(params_)...)); in Apply()