Home
last modified time | relevance | path

Searched refs:graph_ (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/src/
H A Dgmock-matchers.cc125 : graph_(&graph), in MaxBipartiteMatchState()
126 left_(graph_->LhsSize(), kUnused), in MaxBipartiteMatchState()
127 right_(graph_->RhsSize(), kUnused) {} in MaxBipartiteMatchState()
145 for (size_t ilhs = 0; ilhs < graph_->LhsSize(); ++ilhs) { in Compute()
151 seen.assign(graph_->RhsSize(), 0); in Compute()
183 for (size_t irhs = 0; irhs < graph_->RhsSize(); ++irhs) { in TryAugment()
185 if (!graph_->HasEdge(ilhs, irhs)) continue; in TryAugment()
208 const MatchMatrix* graph_; // not owned member in testing::internal::MaxBipartiteMatchState