HomeSort by: relevance | last modified time | path
    Searched defs:graph_ (Results 1 - 2 of 2) sorted by relevancy

  /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

Completed in 29 milliseconds