Home
last modified time | relevance | path

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

/external/autotest/client/bin/input/
Dinput_event_recorder.py106 def value_tuple(self): member in Event
218 self.events.append(ev.value_tuple())
/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/google-breakpad/src/testing/include/gmock/
Dgmock-matchers.h620 const ValueTuple& value_tuple) { in Matches() argument
622 return TuplePrefix<N - 1>::Matches(matcher_tuple, value_tuple) in Matches()
623 && get<N - 1>(matcher_tuple).Matches(get<N - 1>(value_tuple)); in Matches()
688 const ValueTuple& value_tuple) { in TupleMatches() argument
696 Matches(matcher_tuple, value_tuple); in TupleMatches()
/external/v8/testing/gmock/include/gmock/
Dgmock-matchers.h733 const ValueTuple& value_tuple) { in Matches() argument
734 return TuplePrefix<N - 1>::Matches(matcher_tuple, value_tuple) in Matches()
735 && get<N - 1>(matcher_tuple).Matches(get<N - 1>(value_tuple)); in Matches()
797 const ValueTuple& value_tuple) { in TupleMatches() argument
804 Matches(matcher_tuple, value_tuple); in TupleMatches()
/external/googletest/googlemock/include/gmock/
Dgmock-matchers.h733 const ValueTuple& value_tuple) { in Matches() argument
734 return TuplePrefix<N - 1>::Matches(matcher_tuple, value_tuple) in Matches()
735 && get<N - 1>(matcher_tuple).Matches(get<N - 1>(value_tuple)); in Matches()
797 const ValueTuple& value_tuple) { in TupleMatches() argument
804 Matches(matcher_tuple, value_tuple); in TupleMatches()
/external/fmtlib/test/gmock/
Dgmock.h5364 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));
5432 const ValueTuple& value_tuple) {
5440 Matches(matcher_tuple, value_tuple);