Home
last modified time | relevance | path

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

/third_party/gn/src/gn/
Dtokenizer.cc18 bool CouldBeTwoCharOperatorEnd(char c) { in CouldBeTwoCharOperatorEnd() function
302 if (CanIncrement() && CouldBeTwoCharOperatorEnd(input_[cur_ + 1])) in AdvanceToEndOfToken()