#include <gmock.h>
Public Member Functions | |
string | DebugString () const |
string | DebugString () const |
bool | HasEdge (size_t ilhs, size_t irhs) const |
bool | HasEdge (size_t ilhs, size_t irhs) const |
size_t | LhsSize () const |
size_t | LhsSize () const |
MatchMatrix (size_t num_elements, size_t num_matchers) | |
MatchMatrix (size_t num_elements, size_t num_matchers) | |
bool | NextGraph () |
bool | NextGraph () |
void | Randomize () |
void | Randomize () |
size_t | RhsSize () const |
size_t | RhsSize () const |
void | SetEdge (size_t ilhs, size_t irhs, bool b) |
void | SetEdge (size_t ilhs, size_t irhs, bool b) |
Private Member Functions | |
size_t | SpaceIndex (size_t ilhs, size_t irhs) const |
size_t | SpaceIndex (size_t ilhs, size_t irhs) const |
Private Attributes | |
::std::vector< char > | matched_ |
size_t | num_elements_ |
size_t | num_matchers_ |
Definition at line 7668 of file fused-src/gmock/gmock.h.
testing::internal::MatchMatrix::MatchMatrix | ( | size_t | num_elements, |
size_t | num_matchers | ||
) | [inline] |
Definition at line 7670 of file fused-src/gmock/gmock.h.
testing::internal::MatchMatrix::MatchMatrix | ( | size_t | num_elements, |
size_t | num_matchers | ||
) | [inline] |
Definition at line 3018 of file gmock-matchers.h.
Definition at line 10337 of file gmock-gtest-all.cc.
bool testing::internal::MatchMatrix::HasEdge | ( | size_t | ilhs, |
size_t | irhs | ||
) | const [inline] |
Definition at line 3026 of file gmock-matchers.h.
bool testing::internal::MatchMatrix::HasEdge | ( | size_t | ilhs, |
size_t | irhs | ||
) | const [inline] |
Definition at line 7678 of file fused-src/gmock/gmock.h.
size_t testing::internal::MatchMatrix::LhsSize | ( | ) | const [inline] |
Definition at line 3024 of file gmock-matchers.h.
size_t testing::internal::MatchMatrix::LhsSize | ( | ) | const [inline] |
Definition at line 7676 of file fused-src/gmock/gmock.h.
Definition at line 10314 of file gmock-gtest-all.cc.
Definition at line 10328 of file gmock-gtest-all.cc.
size_t testing::internal::MatchMatrix::RhsSize | ( | ) | const [inline] |
Definition at line 3025 of file gmock-matchers.h.
size_t testing::internal::MatchMatrix::RhsSize | ( | ) | const [inline] |
Definition at line 7677 of file fused-src/gmock/gmock.h.
void testing::internal::MatchMatrix::SetEdge | ( | size_t | ilhs, |
size_t | irhs, | ||
bool | b | ||
) | [inline] |
Definition at line 3029 of file gmock-matchers.h.
void testing::internal::MatchMatrix::SetEdge | ( | size_t | ilhs, |
size_t | irhs, | ||
bool | b | ||
) | [inline] |
Definition at line 7681 of file fused-src/gmock/gmock.h.
size_t testing::internal::MatchMatrix::SpaceIndex | ( | size_t | ilhs, |
size_t | irhs | ||
) | const [inline, private] |
Definition at line 3043 of file gmock-matchers.h.
size_t testing::internal::MatchMatrix::SpaceIndex | ( | size_t | ilhs, |
size_t | irhs | ||
) | const [inline, private] |
Definition at line 7695 of file fused-src/gmock/gmock.h.
std::vector< char > testing::internal::MatchMatrix::matched_ [private] |
Definition at line 7705 of file fused-src/gmock/gmock.h.
size_t testing::internal::MatchMatrix::num_elements_ [private] |
Definition at line 7699 of file fused-src/gmock/gmock.h.
size_t testing::internal::MatchMatrix::num_matchers_ [private] |
Definition at line 7700 of file fused-src/gmock/gmock.h.