Home | History | Annotate | Download | only in MC

Lines Matching defs:sizeB

1090   const unsigned sizeB = NameB.size();
1091 const unsigned len = std::min(sizeA, sizeB);
1094 char cb = NameB[sizeB - i - 1];
1099 return sizeB - sizeA;