Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/
H A Dgmock-matchers.h374 const ValueTuple& value_tuple) { in Matches() argument
375 return TuplePrefix<N - 1>::Matches(matcher_tuple, value_tuple) && in Matches()
376 std::get<N - 1>(matcher_tuple).Matches(std::get<N - 1>(value_tuple)); in Matches()
436 const ValueTuple& value_tuple) { in TupleMatches() argument
443 value_tuple); in TupleMatches()