Searched refs:error_substr (Results 1 – 1 of 1) sorted by relevance
/external/flatbuffers/tests/ |
D | test.cpp | 1222 void TestError_(const char *src, const char *error_substr, bool strict_json, in TestError_() argument 1231 } else if (!strstr(parser.error_.c_str(), error_substr)) { in TestError_() 1232 TestFail(parser.error_.c_str(), error_substr, in TestError_() 1238 void TestError_(const char *src, const char *error_substr, const char *file, in TestError_() argument 1240 TestError_(src, error_substr, false, file, line, func); in TestError_()
|