Searched refs:TestError_ (Results 1 – 1 of 1) sorted by relevance
/external/flatbuffers/tests/ |
D | test.cpp | 1542 void TestError_(const char *src, const char *error_substr, bool strict_json, in TestError_() function 1558 void TestError_(const char *src, const char *error_substr, const char *file, in TestError_() function 1560 TestError_(src, error_substr, false, file, line, func); in TestError_() 1565 TestError_(src, __VA_ARGS__, __FILE__, __LINE__, __FUNCTION__) 1568 TestError_(src, __VA_ARGS__, __FILE__, __LINE__, __PRETTY_FUNCTION__)
|