Home
last modified time | relevance | path

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

/llvm-project/third-party/unittest/googlemock/include/gmock/
H A Dgmock-matchers.h620 const ValueTuple& value_tuple) { in Matches()
682 const ValueTuple& value_tuple) { in TupleMatches()
/llvm-project/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dmulti-level-substitution.cpp3 template<typename T, T ...Values> struct value_tuple {}; struct