Searched refs:CouldBeOperator (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/tools/gn/
H A Dtokenizer.cc27 bool CouldBeOperator(char c) { function in namespace:__anon16493
197 if (next_char != '-' && CouldBeOperator(next_char))
250 if (!IsCurrentWhitespace() && !CouldBeOperator(c) &&

Completed in 97 milliseconds