Searched defs:Pointwise (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
3082 Pointwise(const TupleMatcher& tuple_matcher, const Container& rhs) { function in namespace:testing
/external/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h2688 // Implements Pointwise(tuple_matcher, rhs_container). tuple_matcher
4187 Pointwise(const TupleMatcher& tuple_matcher, const Container& rhs) { function in namespace:testing
4198 // Supports the Pointwise(m, {a, b, c}) syntax.
4200 inline internal::PointwiseMatcher<TupleMatcher, std::vector<T> > Pointwise( function in namespace:testing
4202 return Pointwise(tuple_matcher, std::vector<T>(rhs));
4216 // This is like Pointwise(pair_matcher, rhs), except that the element
/external/v8/testing/gmock/include/gmock/
H A Dgmock-matchers.h2688 // Implements Pointwise(tuple_matcher, rhs_container). tuple_matcher
4187 Pointwise(const TupleMatcher& tuple_matcher, const Container& rhs) { function in namespace:testing
4198 // Supports the Pointwise(m, {a, b, c}) syntax.
4200 inline internal::PointwiseMatcher<TupleMatcher, std::vector<T> > Pointwise( function in namespace:testing
4202 return Pointwise(tuple_matcher, std::vector<T>(rhs));
4216 // This is like Pointwise(pair_matcher, rhs), except that the element
/external/fmtlib/test/gmock/
H A Dgmock.h7103 // Implements Pointwise(tuple_matcher, rhs_container). tuple_matcher
8502 Pointwise(const TupleMatcher& tuple_matcher, const Container& rhs) { function in namespace:testing

Completed in 539 milliseconds