|
static const size_t | kUnused = static_cast<size_t>(-1) |
|
Definition at line 198 of file gmock-matchers.cc.
testing::internal::MaxBipartiteMatchState::MaxBipartiteMatchState |
( |
const MatchMatrix & |
graph | ) |
|
|
inlineexplicit |
Definition at line 200 of file gmock-matchers.cc.
::std::vector< size_t > right_
static const size_t kUnused
const MatchMatrix * graph_
::std::vector< size_t > left_
testing::internal::MaxBipartiteMatchState::MaxBipartiteMatchState |
( |
const MatchMatrix & |
graph | ) |
|
|
inlineexplicit |
Definition at line 200 of file gmock-matchers.cc.
::std::vector< size_t > right_
static const size_t kUnused
const MatchMatrix * graph_
::std::vector< size_t > left_
testing::internal::MaxBipartiteMatchState::MaxBipartiteMatchState |
( |
const MatchMatrix & |
graph | ) |
|
|
inlineexplicit |
Definition at line 200 of file gmock-matchers.cc.
::std::vector< size_t > right_
static const size_t kUnused
const MatchMatrix * graph_
::std::vector< size_t > left_
Definition at line 207 of file gmock-matchers.cc.
References graph_, GTEST_CHECK_, kUnused, and seen.
Referenced by testing::internal::FindMaxBipartiteMatching(), and TryAugment().
209 ::std::vector<char>
seen;
226 <<
"ilhs: " << ilhs <<
", left_[ilhs]: " <<
left_[ilhs];
232 for (
size_t ilhs = 0; ilhs < left_.size(); ++ilhs) {
233 size_t irhs = left_[ilhs];
::std::vector< ElementMatcherPair > ElementMatcherPairs
std::unordered_set< std::pair< const IValidator *, const dynamic * > > seen
static const size_t kUnused
const MatchMatrix * graph_
bool TryAugment(size_t ilhs,::std::vector< char > *seen)
#define GTEST_CHECK_(condition)
::std::pair< size_t, size_t > ElementMatcherPair
::std::vector< size_t > left_
Definition at line 207 of file gmock-matchers.cc.
References graph_, GTEST_CHECK_, kUnused, and seen.
209 ::std::vector<char>
seen;
226 <<
"ilhs: " << ilhs <<
", left_[ilhs]: " <<
left_[ilhs];
232 for (
size_t ilhs = 0; ilhs < left_.size(); ++ilhs) {
233 size_t irhs = left_[ilhs];
::std::vector< ElementMatcherPair > ElementMatcherPairs
std::unordered_set< std::pair< const IValidator *, const dynamic * > > seen
static const size_t kUnused
const MatchMatrix * graph_
bool TryAugment(size_t ilhs,::std::vector< char > *seen)
#define GTEST_CHECK_(condition)
::std::pair< size_t, size_t > ElementMatcherPair
::std::vector< size_t > left_
Definition at line 207 of file gmock-matchers.cc.
References graph_, GTEST_CHECK_, kUnused, and seen.
209 ::std::vector<char>
seen;
226 <<
"ilhs: " << ilhs <<
", left_[ilhs]: " <<
left_[ilhs];
232 for (
size_t ilhs = 0; ilhs < left_.size(); ++ilhs) {
233 size_t irhs = left_[ilhs];
::std::vector< ElementMatcherPair > ElementMatcherPairs
std::unordered_set< std::pair< const IValidator *, const dynamic * > > seen
static const size_t kUnused
const MatchMatrix * graph_
bool TryAugment(size_t ilhs,::std::vector< char > *seen)
#define GTEST_CHECK_(condition)
::std::pair< size_t, size_t > ElementMatcherPair
::std::vector< size_t > left_
bool testing::internal::MaxBipartiteMatchState::TryAugment |
( |
size_t |
ilhs, |
|
|
::std::vector< char > * |
seen |
|
) |
| |
|
inlineprivate |
Definition at line 259 of file gmock-matchers.cc.
References graph_.
::std::vector< size_t > right_
bool HasEdge(size_t ilhs, size_t irhs) const
static const size_t kUnused
const MatchMatrix * graph_
bool TryAugment(size_t ilhs,::std::vector< char > *seen)
::std::vector< size_t > left_
bool testing::internal::MaxBipartiteMatchState::TryAugment |
( |
size_t |
ilhs, |
|
|
::std::vector< char > * |
seen |
|
) |
| |
|
inlineprivate |
bool testing::internal::MaxBipartiteMatchState::TryAugment |
( |
size_t |
ilhs, |
|
|
::std::vector< char > * |
seen |
|
) |
| |
|
inlineprivate |
const MatchMatrix * testing::internal::MaxBipartiteMatchState::graph_ |
|
private |
const size_t testing::internal::MaxBipartiteMatchState::kUnused = static_cast<size_t>(-1) |
|
staticprivate |
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: