Home
last modified time | relevance | path

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

/third_party/gn/src/base/strings/
Dstring_tokenizer.h205 bool IsQuote(char_type c) const { return quotes_.find(c) != str::npos; } in IsQuote() function
227 state->in_quote = IsQuote(state->quote_char = c); in AdvanceOne()