Home
last modified time | relevance | path

Searched defs:TEST_ASSERT_FUNC (Results 1 – 1 of 1) sorted by relevance

/external/flatbuffers/tests/
Dtest_assert.h25 #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