Searched refs:StripSuccess (Results 1 – 1 of 1) sorted by relevance
106 bool StripSuccess = Str.consume_front("\"") && Str.consume_back("\""); in stripQuotes() local107 (void)StripSuccess; in stripQuotes()108 assert(StripSuccess && "Strings should be enclosed in quotes."); in stripQuotes()