|
bool | TryAugment (size_t ilhs,::std::vector< char > *seen) |
|
|
const MatchMatrix * | graph_ |
|
::std::vector< size_t > | left_ |
|
::std::vector< size_t > | right_ |
|
|
static const size_t | kUnused = static_cast<size_t>(-1) |
|
Definition at line 121 of file gmock-matchers.cc.
testing::internal::MaxBipartiteMatchState::MaxBipartiteMatchState |
( |
const MatchMatrix & |
graph | ) |
|
|
inlineexplicit |
ElementMatcherPairs testing::internal::MaxBipartiteMatchState::Compute |
( |
| ) |
|
|
inline |
bool testing::internal::MaxBipartiteMatchState::TryAugment |
( |
size_t |
ilhs, |
|
|
::std::vector< char > * |
seen |
|
) |
| |
|
inlineprivate |
const size_t testing::internal::MaxBipartiteMatchState::kUnused = static_cast<size_t>(-1) |
|
staticprivate |
const MatchMatrix* testing::internal::MaxBipartiteMatchState::graph_ |
|
private |
::std::vector<size_t> testing::internal::MaxBipartiteMatchState::left_ |
|
private |
::std::vector<size_t> testing::internal::MaxBipartiteMatchState::right_ |
|
private |
The documentation for this class was generated from the following file: