Home | History | Annotate | Download | only in MC

Lines Matching defs:sizeB

1113   const unsigned sizeB = NameB.size();
1114 const unsigned len = std::min(sizeA, sizeB);
1117 char cb = NameB[sizeB - i - 1];
1122 return sizeB - sizeA;