Home
last modified time | relevance | path

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

/external/skia/tools/bookmaker/
Ddefinition.cpp432 bool expectReturn = this->methodHasReturn(name, &methodParser); in checkMethod() local
443 if (!expectReturn) { in checkMethod()
451 if (expectReturn && !foundReturn && !foundPopulate) { in checkMethod()
924 bool expectReturn = 4 != returnEnd - lastStart || strncmp("void", lastStart, 4); in methodHasReturn() local
925 if (MethodType::kNone != fMethodType && MethodType::kOperator != fMethodType && !expectReturn) { in methodHasReturn()
934 expectReturn = true; in methodHasReturn()
937 expectReturn = false; in methodHasReturn()
940 return expectReturn; in methodHasReturn()
/external/skqp/tools/bookmaker/
Ddefinition.cpp432 bool expectReturn = this->methodHasReturn(name, &methodParser); in checkMethod() local
443 if (!expectReturn) { in checkMethod()
451 if (expectReturn && !foundReturn && !foundPopulate) { in checkMethod()
924 bool expectReturn = 4 != returnEnd - lastStart || strncmp("void", lastStart, 4); in methodHasReturn() local
925 if (MethodType::kNone != fMethodType && MethodType::kOperator != fMethodType && !expectReturn) { in methodHasReturn()
934 expectReturn = true; in methodHasReturn()
937 expectReturn = false; in methodHasReturn()
940 return expectReturn; in methodHasReturn()