Searched refs:LhsSize (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/googletest/googlemock/src/
H A Dgmock-matchers.cc236 left_(graph_->LhsSize(), kUnused),
255 for (size_t ilhs = 0; ilhs < graph_->LhsSize(); ++ilhs) {
358 for (size_t ilhs = 0; ilhs < LhsSize(); ++ilhs) {
372 for (size_t ilhs = 0; ilhs < LhsSize(); ++ilhs) {
383 for (size_t i = 0; i < LhsSize(); ++i) {
484 ::std::vector<char> element_matched(matrix.LhsSize(), 0);
487 for (size_t ilhs = 0; ilhs < matrix.LhsSize(); ilhs++) {
547 max_flow < matrix.LhsSize()) {
/freebsd-13-stable/contrib/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h3635 size_t LhsSize() const { return num_elements_; } function in class:testing::internal::MatchMatrix
3644 // Treating the connectivity matrix as a (LhsSize()*RhsSize())-bit number,
3769 if (matrix.LhsSize() == 0 && matrix.RhsSize() == 0) {
3774 if (matrix.LhsSize() != matrix.RhsSize()) {
3779 if (matrix.LhsSize() != 0 && listener->IsInterested()) {
3780 *listener << "which has " << Elements(matrix.LhsSize());
/freebsd-13-stable/contrib/googletest/googlemock/test/
H A Dgmock-matchers_test.cc6000 if (graph_->LhsSize() == 0 || graph_->RhsSize() == 0) {
6003 lhs_used_.assign(graph_->LhsSize(), kUnused);
6037 for (size_t ilhs = 0; ilhs < graph_->LhsSize(); ++ilhs) {
6093 std::vector<bool> seen_element(graph.LhsSize());
6111 // Parameterized by a pair interpreted as (LhsSize, RhsSize).

Completed in 199 milliseconds