Searched defs:MatchMatrix (Results 1 - 3 of 3) sorted by relevance

/external/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h3257 class GTEST_API_ MatchMatrix { class in namespace:testing::internal
3259 MatchMatrix(size_t num_elements, size_t num_matchers) function in class:testing::internal::MatchMatrix
3303 FindMaxBipartiteMatching(const MatchMatrix& g);
3305 GTEST_API_ bool FindPairing(const MatchMatrix& matrix,
3326 const MatchMatrix& matrix,
3380 MatchMatrix matrix = AnalyzeElements(stl_container.begin(),
3409 MatchMatrix AnalyzeElements(ElementIter elem_first, ElementIter elem_last,
3424 MatchMatrix matrix(num_elements, matchers_.size());
/external/v8/testing/gmock/include/gmock/
H A Dgmock-matchers.h3257 class GTEST_API_ MatchMatrix { class in namespace:testing::internal
3259 MatchMatrix(size_t num_elements, size_t num_matchers) function in class:testing::internal::MatchMatrix
3303 FindMaxBipartiteMatching(const MatchMatrix& g);
3305 GTEST_API_ bool FindPairing(const MatchMatrix& matrix,
3326 const MatchMatrix& matrix,
3380 MatchMatrix matrix = AnalyzeElements(stl_container.begin(),
3409 MatchMatrix AnalyzeElements(ElementIter elem_first, ElementIter elem_last,
3424 MatchMatrix matrix(num_elements, matchers_.size());
/external/fmtlib/test/gmock/
H A Dgmock.h7672 class GTEST_API_ MatchMatrix { class in namespace:testing::internal
7674 MatchMatrix(size_t num_elements, size_t num_matchers) function in class:testing::internal::MatchMatrix
7718 FindMaxBipartiteMatching(const MatchMatrix& g);
7720 GTEST_API_ bool FindPairing(const MatchMatrix& matrix,
7741 const MatchMatrix& matrix,
7795 MatchMatrix matrix = AnalyzeElements(stl_container.begin(),
7824 MatchMatrix AnalyzeElements(ElementIter elem_first, ElementIter elem_last,
7839 MatchMatrix matrix(num_elements, matchers_.size());

Completed in 300 milliseconds