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