HomeSort by relevance Sort by last modified time
    Searched refs:value_tuple (Results 1 - 3 of 3) sorted by null

  /external/clang/test/CXX/temp/temp.decls/temp.variadic/
multi-level-substitution.cpp 3 template<typename T, T ...Values> struct value_tuple {}; struct
22 void f(value_tuple<T, Values...> * = 0);
  /external/google-breakpad/src/testing/include/gmock/
gmock-matchers.h 615 // TuplePrefix<N>::Matches(matcher_tuple, value_tuple) returns true
617 // fields of value_tuple, respectively.
620 const ValueTuple& value_tuple) {
622 return TuplePrefix<N - 1>::Matches(matcher_tuple, value_tuple)
623 && get<N - 1>(matcher_tuple).Matches(get<N - 1>(value_tuple));
671 const ValueTuple& /* value_tuple */) {
681 // TupleMatches(matcher_tuple, value_tuple) returns true iff all
683 // value_tuple. It is a compiler error if matcher_tuple and
684 // value_tuple have different number of fields or incompatible field
688 const ValueTuple& value_tuple) {
    [all...]
  /external/gmock/include/gmock/
gmock-matchers.h 703 // TuplePrefix<N>::Matches(matcher_tuple, value_tuple) returns true
705 // fields of value_tuple, respectively.
708 const ValueTuple& value_tuple) {
710 return TuplePrefix<N - 1>::Matches(matcher_tuple, value_tuple)
711 && get<N - 1>(matcher_tuple).Matches(get<N - 1>(value_tuple));
759 const ValueTuple& /* value_tuple */) {
769 // TupleMatches(matcher_tuple, value_tuple) returns true iff all
771 // value_tuple. It is a compiler error if matcher_tuple and
772 // value_tuple have different number of fields or incompatible field
776 const ValueTuple& value_tuple) {
    [all...]

Completed in 1372 milliseconds