Home | History | Annotate | Download | only in MC

Lines Matching defs:sizeB

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