#include <gmock-matchers.h>
Definition at line 3257 of file gmock-matchers.h.
◆ MatchMatrix()
| testing::internal::MatchMatrix::MatchMatrix |
( |
size_t |
num_elements, |
|
|
size_t |
num_matchers |
|
) |
| |
|
inline |
Definition at line 3259 of file gmock-matchers.h.
3260 : num_elements_(num_elements),
3261 num_matchers_(num_matchers),
3262 matched_(num_elements_* num_matchers_, 0) {
◆ DebugString()
| string testing::internal::MatchMatrix::DebugString |
( |
| ) |
const |
◆ HasEdge()
| bool testing::internal::MatchMatrix::HasEdge |
( |
size_t |
ilhs, |
|
|
size_t |
irhs |
|
) |
| const |
|
inline |
Definition at line 3267 of file gmock-matchers.h.
3268 return matched_[SpaceIndex(ilhs, irhs)] == 1;
◆ LhsSize()
| size_t testing::internal::MatchMatrix::LhsSize |
( |
| ) |
const |
|
inline |
◆ NextGraph()
| bool testing::internal::MatchMatrix::NextGraph |
( |
| ) |
|
◆ Randomize()
| void testing::internal::MatchMatrix::Randomize |
( |
| ) |
|
◆ RhsSize()
| size_t testing::internal::MatchMatrix::RhsSize |
( |
| ) |
const |
|
inline |
◆ SetEdge()
| void testing::internal::MatchMatrix::SetEdge |
( |
size_t |
ilhs, |
|
|
size_t |
irhs, |
|
|
bool |
b |
|
) |
| |
|
inline |
Definition at line 3270 of file gmock-matchers.h.
3271 matched_[SpaceIndex(ilhs, irhs)] = b ? 1 : 0;
The documentation for this class was generated from the following file:
- /home/abuild/rpmbuild/BUILD/electroneum-5.0.0.4/external/rapidjson/thirdparty/gtest/googlemock/include/gmock/gmock-matchers.h