Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/src/
H A Dgmock-matchers.cc152 TryAugment(ilhs, &seen); in Compute()
182 bool TryAugment(size_t ilhs, ::std::vector<char>* seen) { in TryAugment() function in testing::internal::MaxBipartiteMatchState
198 if (right_[irhs] == kUnused || TryAugment(right_[irhs], seen)) { in TryAugment()