Home | History | Annotate | Download | only in bookmaker

Lines Matching refs:blockName

13 static bool report_error(const char* blockName, const char* errorMessage) {
14 SkDebugf("%s: %s\n", blockName, errorMessage);
28 const char* blockName = status->fIter.memberName();
32 return report_error(blockName, "expected object");
38 return report_error(blockName, "expected array");
41 return report_error(blockName, "fiddle compiler error");
47 return report_error(blockName, "expected string 1");
50 return report_error(blockName, "fiddle runtime error");
56 return report_error(blockName, "expected string 2");
58 example = this->findExample(blockName);
60 return report_error(blockName, "missing example");
70 return report_error(blockName, "expected string 3");
75 return report_error(blockName, "unexpected key");
78 return report_error(blockName, "missing fiddleHash");