Definition at line 233 of file gmock-matchers.cc.
◆ MaxBipartiteMatchState()
testing::internal::MaxBipartiteMatchState::MaxBipartiteMatchState |
( |
const MatchMatrix & | graph | ) |
|
|
inlineexplicit |
◆ Compute()
Definition at line 241 of file gmock-matchers.cc.
241 {
242
243 ::std::vector<char> seen;
244
245
246
247
248
249
250
251
252
253
254
255
256 for (
size_t ilhs = 0; ilhs < graph_->
LhsSize(); ++ilhs) {
257
258
260 << "ilhs: " << ilhs << ", left_[ilhs]: " << left_[ilhs];
261
262 seen.assign(graph_->
RhsSize(), 0);
263 TryAugment(ilhs, &seen);
264 }
266 for (size_t ilhs = 0; ilhs < left_.size(); ++ilhs) {
267 size_t irhs = left_[ilhs];
268 if (irhs == kUnused) continue;
270 }
271 return result;
272 }
#define GTEST_CHECK_(condition)
::std::vector< ElementMatcherPair > ElementMatcherPairs
::std::pair< size_t, size_t > ElementMatcherPair
The documentation for this class was generated from the following file:
- libraries/fc/include/fc/crypto/webauthn_json/thirdparty/gtest/googlemock/src/gmock-matchers.cc