Searched refs:HasGlobalPrefix (Results 1 – 1 of 1) sorted by relevance
220 bool HasGlobalPrefix = (GlobalPrefix != '\0'); in operator ()() local226 if (HasGlobalPrefix && (*Name).front() != GlobalPrefix) in operator ()()229 std::string Tmp((*Name).data() + (HasGlobalPrefix ? 1 : 0), (*Name).size()); in operator ()()