Home
last modified time | relevance | path

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

/external/skqp/tools/bookmaker/
DincludeWriter.cpp1385 ptrdiff_t childLen = child.fContentEnd - child.fContentStart; in populate() local
1386 SkASSERT(')' == child.fContentStart[childLen]); in populate()
1387 ++childLen; in populate()
1392 if (params.startsWith(child.fContentStart, childLen)) { in populate()