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

/gem5/ext/googletest/googlemock/src/
H A Dgmock-matchers.cc198 class MaxBipartiteMatchState { class in namespace:testing::internal
200 explicit MaxBipartiteMatchState(const MatchMatrix& graph) function in class:testing::internal::MaxBipartiteMatchState
302 GTEST_DISALLOW_ASSIGN_(MaxBipartiteMatchState);
305 const size_t MaxBipartiteMatchState::kUnused;
309 return MaxBipartiteMatchState(g).Compute();

Completed in 5 milliseconds