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

/gem5/ext/googletest/googlemock/src/
H A Dgmock-matchers.cc155 // When the TryAugment() method adds a flow, it sets left_[l] = r for some
229 TryAugment(ilhs, &seen);
254 // Note that left_[ilhs] is the only element of left_ that TryAugment will
256 // left_ element holding kUnused before TryAugment will be holding it
257 // when TryAugment returns.
259 bool TryAugment(size_t ilhs, ::std::vector<char>* seen) { function in class:testing::internal::MaxBipartiteMatchState
277 if (right_[irhs] == kUnused || TryAugment(right_[irhs], seen)) {

Completed in 11 milliseconds