#include <gmock.h>
|
size_t | SpaceIndex (size_t ilhs, size_t irhs) const |
|
size_t | SpaceIndex (size_t ilhs, size_t irhs) const |
|
Definition at line 8349 of file fused-src/gmock/gmock.h.
testing::internal::MatchMatrix::MatchMatrix |
( |
size_t |
num_elements, |
|
|
size_t |
num_matchers |
|
) |
| |
|
inline |
testing::internal::MatchMatrix::MatchMatrix |
( |
size_t |
num_elements, |
|
|
size_t |
num_matchers |
|
) |
| |
|
inline |
string testing::internal::MatchMatrix::DebugString |
( |
| ) |
const |
string testing::internal::MatchMatrix::DebugString |
( |
| ) |
const |
bool testing::internal::MatchMatrix::HasEdge |
( |
size_t |
ilhs, |
|
|
size_t |
irhs |
|
) |
| const |
|
inline |
bool testing::internal::MatchMatrix::HasEdge |
( |
size_t |
ilhs, |
|
|
size_t |
irhs |
|
) |
| const |
|
inline |
size_t testing::internal::MatchMatrix::LhsSize |
( |
| ) |
const |
|
inline |
size_t testing::internal::MatchMatrix::LhsSize |
( |
| ) |
const |
|
inline |
bool testing::internal::MatchMatrix::NextGraph |
( |
| ) |
|
bool testing::internal::MatchMatrix::NextGraph |
( |
| ) |
|
void testing::internal::MatchMatrix::Randomize |
( |
| ) |
|
void testing::internal::MatchMatrix::Randomize |
( |
| ) |
|
size_t testing::internal::MatchMatrix::RhsSize |
( |
| ) |
const |
|
inline |
size_t testing::internal::MatchMatrix::RhsSize |
( |
| ) |
const |
|
inline |
void testing::internal::MatchMatrix::SetEdge |
( |
size_t |
ilhs, |
|
|
size_t |
irhs, |
|
|
bool |
b |
|
) |
| |
|
inline |
void testing::internal::MatchMatrix::SetEdge |
( |
size_t |
ilhs, |
|
|
size_t |
irhs, |
|
|
bool |
b |
|
) |
| |
|
inline |
size_t testing::internal::MatchMatrix::SpaceIndex |
( |
size_t |
ilhs, |
|
|
size_t |
irhs |
|
) |
| const |
|
inlineprivate |
size_t testing::internal::MatchMatrix::SpaceIndex |
( |
size_t |
ilhs, |
|
|
size_t |
irhs |
|
) |
| const |
|
inlineprivate |
std::vector< char > testing::internal::MatchMatrix::matched_ |
|
private |
size_t testing::internal::MatchMatrix::num_elements_ |
|
private |
size_t testing::internal::MatchMatrix::num_matchers_ |
|
private |
The documentation for this class was generated from the following files: