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

/gem5/ext/googletest/googlemock/src/
H A Dgmock-matchers.cc263 if (!graph_->HasEdge(ilhs, irhs))
388 ss << HasEdge(i, j);
454 char matched = matrix.HasEdge(ilhs, irhs);
/gem5/ext/googletest/googlemock/test/
H A Dgmock-matchers_test.cc5060 if (!graph_->HasEdge(ilhs, irhs)) {
5118 EXPECT_TRUE(graph.HasEdge(ilhs, irhs));
/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h3267 bool HasEdge(size_t ilhs, size_t irhs) const { function in class:testing::internal::MatchMatrix

Completed in 46 milliseconds