Home
last modified time | relevance | path

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

/external/clang/test/CXX/temp/temp.decls/temp.variadic/
Dmulti-level-substitution.cpp3 template<typename T, T ...Values> struct value_tuple {}; struct
22 void f(value_tuple<T, Values...> * = 0);
/external/chromium/testing/gmock/include/gmock/
Dgmock-matchers.h513 const ValueTuple& value_tuple) { in Matches() argument
515 return TuplePrefix<N - 1>::Matches(matcher_tuple, value_tuple) in Matches()
516 && get<N - 1>(matcher_tuple).Matches(get<N - 1>(value_tuple)); in Matches()
581 const ValueTuple& value_tuple) { in TupleMatches() argument
589 Matches(matcher_tuple, value_tuple); in TupleMatches()
/external/ceres-solver/internal/ceres/gmock/
Dgmock.h5125 const ValueTuple& value_tuple) {
5127 return TuplePrefix<N - 1>::Matches(matcher_tuple, value_tuple)
5128 && get<N - 1>(matcher_tuple).Matches(get<N - 1>(value_tuple));
5193 const ValueTuple& value_tuple) {
5201 Matches(matcher_tuple, value_tuple);