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

/gem5/ext/googletest/googlemock/src/
H A Dgmock-matchers.cc200 explicit MaxBipartiteMatchState(const MatchMatrix& graph)
287 const MatchMatrix* graph_; // not owned
308 FindMaxBipartiteMatching(const MatchMatrix& g) {
328 GTEST_API_ bool FindPairing(const MatchMatrix& matrix,
359 bool MatchMatrix::NextGraph() {
373 void MatchMatrix::Randomize() {
382 string MatchMatrix::DebugString() const {
446 const MatchMatrix& matrix,
/gem5/ext/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());
/gem5/ext/googletest/googlemock/test/
H A Dgmock-matchers_test.cc150 using testing::internal::MatchMatrix;
5104 MatchMatrix graph(nodes, nodes);
5143 MatchMatrix g(4, 3);
5158 MatchMatrix graph(nlhs, nrhs);
5189 MatchMatrix graph(nodes, nodes);

Completed in 46 milliseconds