Searched refs:matcher_tuple (Results 1 - 4 of 4) sorted by relevance

/external/google-breakpad/src/testing/include/gmock/
H A Dgmock-matchers.h615 // TuplePrefix<N>::Matches(matcher_tuple, value_tuple) returns true
616 // iff the first N fields of matcher_tuple matches the first N
619 static bool Matches(const MatcherTuple& matcher_tuple, argument
622 return TuplePrefix<N - 1>::Matches(matcher_tuple, value_tuple)
623 && get<N - 1>(matcher_tuple).Matches(get<N - 1>(value_tuple));
670 static bool Matches(const MatcherTuple& /* matcher_tuple */,
681 // TupleMatches(matcher_tuple, value_tuple) returns true iff all
682 // matchers in matcher_tuple match the corresponding fields in
683 // value_tuple. It is a compiler error if matcher_tuple and
687 bool TupleMatches(const MatcherTuple& matcher_tuple, argument
[all...]
/external/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h728 // TuplePrefix<N>::Matches(matcher_tuple, value_tuple) returns true
729 // iff the first N fields of matcher_tuple matches the first N
732 static bool Matches(const MatcherTuple& matcher_tuple, argument
734 return TuplePrefix<N - 1>::Matches(matcher_tuple, value_tuple)
735 && get<N - 1>(matcher_tuple).Matches(get<N - 1>(value_tuple));
779 static bool Matches(const MatcherTuple& /* matcher_tuple */,
790 // TupleMatches(matcher_tuple, value_tuple) returns true iff all
791 // matchers in matcher_tuple match the corresponding fields in
792 // value_tuple. It is a compiler error if matcher_tuple and
796 bool TupleMatches(const MatcherTuple& matcher_tuple, argument
[all...]
/external/v8/testing/gmock/include/gmock/
H A Dgmock-matchers.h728 // TuplePrefix<N>::Matches(matcher_tuple, value_tuple) returns true
729 // iff the first N fields of matcher_tuple matches the first N
732 static bool Matches(const MatcherTuple& matcher_tuple, argument
734 return TuplePrefix<N - 1>::Matches(matcher_tuple, value_tuple)
735 && get<N - 1>(matcher_tuple).Matches(get<N - 1>(value_tuple));
779 static bool Matches(const MatcherTuple& /* matcher_tuple */,
790 // TupleMatches(matcher_tuple, value_tuple) returns true iff all
791 // matchers in matcher_tuple match the corresponding fields in
792 // value_tuple. It is a compiler error if matcher_tuple and
796 bool TupleMatches(const MatcherTuple& matcher_tuple, argument
[all...]
/external/fmtlib/test/gmock/
H A Dgmock.h5359 // TuplePrefix<N>::Matches(matcher_tuple, value_tuple) returns true
5360 // iff the first N fields of matcher_tuple matches the first N
5363 static bool Matches(const MatcherTuple& matcher_tuple, argument
5366 return TuplePrefix<N - 1>::Matches(matcher_tuple, value_tuple)
5367 && get<N - 1>(matcher_tuple).Matches(get<N - 1>(value_tuple));
5414 static bool Matches(const MatcherTuple& /* matcher_tuple */,
5425 // TupleMatches(matcher_tuple, value_tuple) returns true iff all
5426 // matchers in matcher_tuple match the corresponding fields in
5427 // value_tuple. It is a compiler error if matcher_tuple and
5431 bool TupleMatches(const MatcherTuple& matcher_tuple, argument
[all...]

Completed in 124 milliseconds