Searched defs:value_tuple (Results 1 - 6 of 6) sorted by relevance

/external/autotest/client/bin/input/
H A Dinput_event_recorder.py106 def value_tuple(self): member in class:Event
218 self.events.append(ev.value_tuple())
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dmulti-level-substitution.cpp3 template<typename T, T ...Values> struct value_tuple {}; struct
22 void f(value_tuple<T, Values...> * = 0);
/external/google-breakpad/src/testing/include/gmock/
H A Dgmock-matchers.h615 // 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) {
619 Matches(const MatcherTuple& matcher_tuple, const ValueTuple& value_tuple) argument
687 TupleMatches(const MatcherTuple& matcher_tuple, const ValueTuple& value_tuple) argument
[all...]
/external/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h728 // TuplePrefix<N>::Matches(matcher_tuple, value_tuple) returns true
730 // fields of value_tuple, respectively.
733 const ValueTuple& value_tuple) {
734 return TuplePrefix<N - 1>::Matches(matcher_tuple, value_tuple)
735 && get<N - 1>(matcher_tuple).Matches(get<N - 1>(value_tuple));
780 const ValueTuple& /* value_tuple */) {
790 // TupleMatches(matcher_tuple, value_tuple) returns true iff all
792 // value_tuple. It is a compiler error if matcher_tuple and
793 // value_tuple have different number of fields or incompatible field
797 const ValueTuple& value_tuple) {
732 Matches(const MatcherTuple& matcher_tuple, const ValueTuple& value_tuple) argument
796 TupleMatches(const MatcherTuple& matcher_tuple, const ValueTuple& value_tuple) argument
[all...]
/external/v8/testing/gmock/include/gmock/
H A Dgmock-matchers.h728 // TuplePrefix<N>::Matches(matcher_tuple, value_tuple) returns true
730 // fields of value_tuple, respectively.
733 const ValueTuple& value_tuple) {
734 return TuplePrefix<N - 1>::Matches(matcher_tuple, value_tuple)
735 && get<N - 1>(matcher_tuple).Matches(get<N - 1>(value_tuple));
780 const ValueTuple& /* value_tuple */) {
790 // TupleMatches(matcher_tuple, value_tuple) returns true iff all
792 // value_tuple. It is a compiler error if matcher_tuple and
793 // value_tuple have different number of fields or incompatible field
797 const ValueTuple& value_tuple) {
732 Matches(const MatcherTuple& matcher_tuple, const ValueTuple& value_tuple) argument
796 TupleMatches(const MatcherTuple& matcher_tuple, const ValueTuple& value_tuple) argument
[all...]
/external/fmtlib/test/gmock/
H A Dgmock.h5359 // TuplePrefix<N>::Matches(matcher_tuple, value_tuple) returns true
5361 // fields of value_tuple, respectively.
5364 const ValueTuple& value_tuple) {
5366 return TuplePrefix<N - 1>::Matches(matcher_tuple, value_tuple)
5367 && get<N - 1>(matcher_tuple).Matches(get<N - 1>(value_tuple));
5415 const ValueTuple& /* value_tuple */) {
5425 // TupleMatches(matcher_tuple, value_tuple) returns true iff all
5427 // value_tuple. It is a compiler error if matcher_tuple and
5428 // value_tuple have different number of fields or incompatible field
5432 const ValueTuple& value_tuple) {
5363 Matches(const MatcherTuple& matcher_tuple, const ValueTuple& value_tuple) argument
5431 TupleMatches(const MatcherTuple& matcher_tuple, const ValueTuple& value_tuple) argument
[all...]

Completed in 388 milliseconds