Home
last modified time | relevance | path

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

/external/skqp/tools/bookmaker/
DincludeWriter.cpp1265 static bool find_start(const Definition* startDef, const char* start) { in find_start() argument
1266 for (const auto& child : startDef->fTokens) { in find_start()
1305 const Definition* startDef = nullptr; in populate() local
1329 startDef = &child; in populate()
1511 startDef = &child; in populate()
1596 startDef = requireDense ? requireDense : &child; in populate()
1598 startDef = requireDense; in populate()
1601 startDef = &child; in populate()
1811 if (startDef) { in populate()
1812 fPendingMethod = find_start(startDef, fStart); in populate()
[all …]