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

/gem5/ext/googletest/googlemock/src/
H A Dgmock-matchers.cc202 left_(graph_->LhsSize(), kUnused),
222 for (size_t ilhs = 0; ilhs < graph_->LhsSize(); ++ilhs) {
360 for (size_t ilhs = 0; ilhs < LhsSize(); ++ilhs) {
374 for (size_t ilhs = 0; ilhs < LhsSize(); ++ilhs) {
385 for (size_t i = 0; i < LhsSize(); ++i) {
449 ::std::vector<char> element_matched(matrix.LhsSize(), 0);
452 for (size_t ilhs = 0; ilhs < matrix.LhsSize(); ilhs++) {
/gem5/ext/googletest/googlemock/test/
H A Dgmock-matchers_test.cc5019 if (graph_->LhsSize() == 0 || graph_->RhsSize() == 0) {
5022 lhs_used_.assign(graph_->LhsSize(), kUnused);
5056 for (size_t ilhs = 0; ilhs < graph_->LhsSize(); ++ilhs) {
5112 std::vector<bool> seen_element(graph.LhsSize());
5130 // Parameterized by a pair interpreted as (LhsSize, RhsSize).
/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h3265 size_t LhsSize() const { return num_elements_; } function in class:testing::internal::MatchMatrix
3274 // Treating the connectivity matrix as a (LhsSize()*RhsSize())-bit number,
3385 const size_t actual_count = matrix.LhsSize();

Completed in 47 milliseconds