Home
last modified time | relevance | path

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

/third_party/gn/src/gn/
Dtokenizer.cc22 bool CouldBeOneCharOperator(char c) { in CouldBeOneCharOperator() function
28 return CouldBeOneCharOperator(c) || CouldBeTwoCharOperatorBegin(c); in CouldBeOperator()