| /src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/src/ |
| gmock-matchers.cc | 125 : graph_(&graph), 126 left_(graph_->LhsSize(), kUnused), 127 right_(graph_->RhsSize(), kUnused) {} 145 for (size_t ilhs = 0; ilhs < graph_->LhsSize(); ++ilhs) { 150 // 'seen' initialized to 'graph_->RhsSize()' copies of 0. 151 seen.assign(graph_->RhsSize(), 0); 183 for (size_t irhs = 0; irhs < graph_->RhsSize(); ++irhs) { 185 if (!graph_->HasEdge(ilhs, irhs)) continue; 208 const MatchMatrix* graph_; // not owned member in class:testing::internal::MaxBipartiteMatchState
|
| gmock-matchers.cc | 125 : graph_(&graph), 126 left_(graph_->LhsSize(), kUnused), 127 right_(graph_->RhsSize(), kUnused) {} 145 for (size_t ilhs = 0; ilhs < graph_->LhsSize(); ++ilhs) { 150 // 'seen' initialized to 'graph_->RhsSize()' copies of 0. 151 seen.assign(graph_->RhsSize(), 0); 183 for (size_t irhs = 0; irhs < graph_->RhsSize(); ++irhs) { 185 if (!graph_->HasEdge(ilhs, irhs)) continue; 208 const MatchMatrix* graph_; // not owned member in class:testing::internal::MaxBipartiteMatchState
|