Searched refs:endAtDelimiter (Results 1 – 2 of 2) sorted by relevance
90 bool stripPrefix(std::string* line, const char* key, bool endAtDelimiter = false);91 bool stripSuffix(std::string* line, const char* key, bool endAtDelimiter = false);
169 bool stripPrefix(std::string* line, const char* key, bool endAtDelimiter) { in stripPrefix() argument181 if (endAtDelimiter) { in stripPrefix()190 bool stripSuffix(std::string* line, const char* key, bool endAtDelimiter) { in stripSuffix() argument202 if (endAtDelimiter) { in stripSuffix()