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

  /src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/src/
gmock-matchers.cc 127 right_(graph_->RhsSize(), kUnused) {}
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) {
249 for (size_t irhs = 0; irhs < RhsSize(); ++irhs) {
263 for (size_t irhs = 0; irhs < RhsSize(); ++irhs) {
275 for (size_t j = 0; j < RhsSize(); ++j) {
375 ::std::vector<char> matcher_matched(matrix.RhsSize(), 0);
378 for (size_t irhs = 0; irhs < matrix.RhsSize(); irhs++) {
426 max_flow < matrix.RhsSize()) {
    [all...]
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/
gmock-matchers.h 2867 size_t RhsSize() const { return num_matchers_; }
2875 // Treating the connectivity matrix as a (LhsSize()*RhsSize())-bit number,
3002 if (matrix.LhsSize() == 0 && matrix.RhsSize() == 0) {
3007 if (matrix.LhsSize() != matrix.RhsSize()) {

Completed in 33 milliseconds