Home | History | Annotate | Download | only in Basic

Lines Matching refs:StrLen

395 template <std::size_t StrLen>
397 const char (&Str)[StrLen]) {
398 return StrLen-1 == ModifierLen && !memcmp(Modifier, Str, StrLen-1);
742 OutStr.append(S, S + strlen(S));
813 OutStr.append(S, S + strlen(S));