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

/freebsd-12-stable/contrib/googletest/googlemock/src/
H A Dgmock-matchers.cc185 // - An edge from each right_ node to sink
186 // - An edge from each left_ node to each right_ node, if the
206 // As an optimization, there is a second vector<int> called right_ which
237 right_(graph_->RhsSize(), kUnused) {}
301 // right_[irhs] == kUnused means that there is residual flow from
308 if (right_[irhs] == kUnused || TryAugment(right_[irhs], seen)) {
309 // Add flow from left_[ilhs] to right_[irhs].
311 right_[irhs] = ilhs;
320 // (i.e. an element) and each element of right_ i
331 ::std::vector<size_t> right_; member in class:testing::internal::MaxBipartiteMatchState
[all...]

Completed in 159 milliseconds