Searched defs:TEST_ASSERT_FUNC (Results 1 – 1 of 1) sorted by relevance
| /external/flatbuffers/tests/ |
| D | test_assert.h | 25 #define TEST_ASSERT_FUNC(exp) TestEq(exp, true, #exp, __FILE__, __LINE__, __FUNCTION__) macro 28 #define TEST_ASSERT_FUNC(exp) TestEq(exp, true, #exp, __FILE__, __LINE__, __PRETTY_FUNCTION__) macro
|