Home
last modified time | relevance | path

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

/external/skqp/tools/bookmaker/
Ddefinition.cpp433 bool foundReturn = false; in checkMethod() local
446 if (foundReturn) { in checkMethod()
449 foundReturn = true; in checkMethod()
451 if (expectReturn && !foundReturn && !foundPopulate) { in checkMethod()