Searched defs:tuple_matcher (Results 1 - 4 of 4) sorted by relevance

/external/google-breakpad/src/testing/include/gmock/
H A Dgmock-matchers.h2099 // Implements Pointwise(tuple_matcher, rhs_container). tuple_matcher
2112 PointwiseMatcher(const TupleMatcher& tuple_matcher, const RhsContainer& rhs) argument
2113 : tuple_matcher_(tuple_matcher), rhs_(RhsView::Copy(rhs)) {
2139 Impl(const TupleMatcher& tuple_matcher, const RhsStlContainer& rhs) argument
2141 : mono_tuple_matcher_(SafeMatcherCast<InnerMatcherArg>(tuple_matcher)),
3082 Pointwise(const TupleMatcher& tuple_matcher, const Container& rhs) { argument
3087 tuple_matcher, rhs);
/external/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h2688 // Implements Pointwise(tuple_matcher, rhs_container). tuple_matcher
2701 PointwiseMatcher(const TupleMatcher& tuple_matcher, const RhsContainer& rhs) argument
2702 : tuple_matcher_(tuple_matcher), rhs_(RhsView::Copy(rhs)) {
2728 Impl(const TupleMatcher& tuple_matcher, const RhsStlContainer& rhs) argument
2730 : mono_tuple_matcher_(SafeMatcherCast<InnerMatcherArg>(tuple_matcher)),
4187 Pointwise(const TupleMatcher& tuple_matcher, const Container& rhs) { argument
4193 tuple_matcher, rhs);
4201 const TupleMatcher& tuple_matcher, std::initializer_list<T> rhs) {
4202 return Pointwise(tuple_matcher, st
4200 Pointwise( const TupleMatcher& tuple_matcher, std::initializer_list<T> rhs) argument
[all...]
/external/v8/testing/gmock/include/gmock/
H A Dgmock-matchers.h2688 // Implements Pointwise(tuple_matcher, rhs_container). tuple_matcher
2701 PointwiseMatcher(const TupleMatcher& tuple_matcher, const RhsContainer& rhs) argument
2702 : tuple_matcher_(tuple_matcher), rhs_(RhsView::Copy(rhs)) {
2728 Impl(const TupleMatcher& tuple_matcher, const RhsStlContainer& rhs) argument
2730 : mono_tuple_matcher_(SafeMatcherCast<InnerMatcherArg>(tuple_matcher)),
4187 Pointwise(const TupleMatcher& tuple_matcher, const Container& rhs) { argument
4193 tuple_matcher, rhs);
4201 const TupleMatcher& tuple_matcher, std::initializer_list<T> rhs) {
4202 return Pointwise(tuple_matcher, st
4200 Pointwise( const TupleMatcher& tuple_matcher, std::initializer_list<T> rhs) argument
[all...]
/external/fmtlib/test/gmock/
H A Dgmock.h7103 // Implements Pointwise(tuple_matcher, rhs_container). tuple_matcher
7116 PointwiseMatcher(const TupleMatcher& tuple_matcher, const RhsContainer& rhs) argument
7117 : tuple_matcher_(tuple_matcher), rhs_(RhsView::Copy(rhs)) {
7143 Impl(const TupleMatcher& tuple_matcher, const RhsStlContainer& rhs) argument
7145 : mono_tuple_matcher_(SafeMatcherCast<InnerMatcherArg>(tuple_matcher)),
8502 Pointwise(const TupleMatcher& tuple_matcher, const Container& rhs) { argument
8507 tuple_matcher, rhs);

Completed in 198 milliseconds