reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
43 size_t Len = std::min(CommonPrefix.size(), I->TypedText.size()); 46 if (CommonPrefix[CommonLen] != I->TypedText[CommonLen]) 49 CommonPrefix.resize(CommonLen); 51 return CommonPrefix;