Home
last modified time | relevance | path

Searched refs:quotes_ (Results 1 – 1 of 1) sorted by relevance

/third_party/gn/src/base/strings/
Dstring_tokenizer.h119 void set_quote_chars(const str& quotes) { quotes_ = quotes; } in set_quote_chars()
125 if (quotes_.empty() && options_ == 0) in GetNext()
205 bool IsQuote(char_type c) const { return quotes_.find(c) != str::npos; } in IsQuote()
237 str quotes_; variable