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