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

/freebsd-13-stable/contrib/googletest/googlemock/src/
H A Dgmock-matchers.cc180 // a vector<int> called 'left_' whose elements are initialized to the
184 // - An edge from source to each left_ node
186 // - An edge from each left_ node to each right_ node, if the
189 // When the TryAugment() method adds a flow, it sets left_[l] = r for some
198 // When the method augments a flow (moving left_[l] from some r1 to some
204 // information in 'graph' and in left_.
236 left_(graph_->LhsSize(), kUnused),
257 // source to sink starting at the left_[ilhs] node.
258 GTEST_CHECK_(left_[ilhs] == kUnused)
259 << "ilhs: " << ilhs << ", left_[ilh local
330 ::std::vector<size_t> left_; member in class:testing::internal::MaxBipartiteMatchState
[all...]

Completed in 100 milliseconds