Home
last modified time | relevance | path

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

/external/skqp/tools/bookmaker/
Ddefinition.cpp681 char incCh = inc.next(); in crossCheckInside() local
682 if (' ' >= defCh && ' ' >= incCh) { in crossCheckInside()
685 if (defCh != incCh) { in crossCheckInside()
686 if ('_' != defCh || ' ' != incCh || !fOperatorConst || !def.startsWith("const")) { in crossCheckInside()