Searched defs:UnorderedPointwise (Results 1 - 2 of 2) sorted by relevance

/external/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h3546 // UnorderedPointwise() in terms of UnorderedElementsAreArray().
3550 // UnorderedPointwise().
3562 // We have to define this for UnorderedPointwise() to compile in
3610 // UnorderedPointwise() in terms of UnorderedElementsAreArray().
4207 // UnorderedPointwise(pair_matcher, rhs) matches an STL-style
4223 UnorderedPointwise(const Tuple2Matcher& tuple2_matcher, function in namespace:testing
4252 // Supports the UnorderedPointwise(m, {a, b, c}) syntax.
4256 UnorderedPointwise(const Tuple2Matcher& tuple2_matcher, function in namespace:testing
4258 return UnorderedPointwise(tuple2_matcher, std::vector<T>(rhs));
/external/v8/testing/gmock/include/gmock/
H A Dgmock-matchers.h3546 // UnorderedPointwise() in terms of UnorderedElementsAreArray().
3550 // UnorderedPointwise().
3562 // We have to define this for UnorderedPointwise() to compile in
3610 // UnorderedPointwise() in terms of UnorderedElementsAreArray().
4207 // UnorderedPointwise(pair_matcher, rhs) matches an STL-style
4223 UnorderedPointwise(const Tuple2Matcher& tuple2_matcher, function in namespace:testing
4252 // Supports the UnorderedPointwise(m, {a, b, c}) syntax.
4256 UnorderedPointwise(const Tuple2Matcher& tuple2_matcher, function in namespace:testing
4258 return UnorderedPointwise(tuple2_matcher, std::vector<T>(rhs));

Completed in 43 milliseconds