Public Member Functions | |
| ElementMatcherPairs | Compute () |
| ElementMatcherPairs | Compute () |
| MaxBipartiteMatchState (const MatchMatrix &graph) | |
| MaxBipartiteMatchState (const MatchMatrix &graph) | |
Private Member Functions | |
| GTEST_DISALLOW_ASSIGN_ (MaxBipartiteMatchState) | |
| GTEST_DISALLOW_ASSIGN_ (MaxBipartiteMatchState) | |
| bool | TryAugment (size_t ilhs,::std::vector< char > *seen) |
| bool | TryAugment (size_t ilhs,::std::vector< char > *seen) |
Private Attributes | |
| const MatchMatrix * | graph_ |
| ::std::vector< size_t > | left_ |
| ::std::vector< size_t > | right_ |
Static Private Attributes | |
| static const size_t | kUnused = static_cast<size_t>(-1) |
Definition at line 10153 of file gmock-gtest-all.cc.
| testing::internal::MaxBipartiteMatchState::MaxBipartiteMatchState | ( | const MatchMatrix & | graph | ) | [inline, explicit] |
Definition at line 10155 of file gmock-gtest-all.cc.
| testing::internal::MaxBipartiteMatchState::MaxBipartiteMatchState | ( | const MatchMatrix & | graph | ) | [inline, explicit] |
Definition at line 200 of file gmock-matchers.cc.
Definition at line 207 of file gmock-matchers.cc.
Definition at line 10162 of file gmock-gtest-all.cc.
| testing::internal::MaxBipartiteMatchState::GTEST_DISALLOW_ASSIGN_ | ( | MaxBipartiteMatchState | ) | [private] |
| testing::internal::MaxBipartiteMatchState::GTEST_DISALLOW_ASSIGN_ | ( | MaxBipartiteMatchState | ) | [private] |
| bool testing::internal::MaxBipartiteMatchState::TryAugment | ( | size_t | ilhs, |
| ::std::vector< char > * | seen | ||
| ) | [inline, private] |
Definition at line 259 of file gmock-matchers.cc.
| bool testing::internal::MaxBipartiteMatchState::TryAugment | ( | size_t | ilhs, |
| ::std::vector< char > * | seen | ||
| ) | [inline, private] |
Definition at line 10214 of file gmock-gtest-all.cc.
const MatchMatrix * testing::internal::MaxBipartiteMatchState::graph_ [private] |
Definition at line 10242 of file gmock-gtest-all.cc.
const size_t testing::internal::MaxBipartiteMatchState::kUnused = static_cast<size_t>(-1) [static, private] |
Definition at line 10196 of file gmock-gtest-all.cc.
std::vector< size_t > testing::internal::MaxBipartiteMatchState::left_ [private] |
Definition at line 10254 of file gmock-gtest-all.cc.
std::vector< size_t > testing::internal::MaxBipartiteMatchState::right_ [private] |
Definition at line 10255 of file gmock-gtest-all.cc.