Home
last modified time | relevance | path

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

/external/flatbuffers/tests/
Dtest.cpp1542 void TestError_(const char *src, const char *error_substr, bool strict_json, in TestError_() argument
1551 } else if (!strstr(parser.error_.c_str(), error_substr)) { in TestError_()
1552 TestFail(parser.error_.c_str(), error_substr, in TestError_()
1558 void TestError_(const char *src, const char *error_substr, const char *file, in TestError_() argument
1560 TestError_(src, error_substr, false, file, line, func); in TestError_()