HomeSort by: relevance | last modified time | path
    Searched defs:right_ (Results 1 - 1 of 1) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/src/
gmock-matchers.cc 75 // - An edge from each right_ node to sink
76 // - An edge from each left_ node to each right_ node, if the
96 // As an optimization, there is a second vector<int> called right_ which
127 right_(graph_->RhsSize(), kUnused) {}
191 // right_[irhs] == kUnused means that there is residual flow from
198 if (right_[irhs] == kUnused || TryAugment(right_[irhs], seen)) {
199 // Add flow from left_[ilhs] to right_[irhs].
201 right_[irhs] = ilhs;
210 // (i.e. an element) and each element of right_ is a right hand sid
221 ::std::vector<size_t> right_; member in class:testing::internal::MaxBipartiteMatchState
    [all...]

Completed in 18 milliseconds