Home
last modified time | relevance | path

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

/external/flatbuffers/tests/
Dtest_assert.h27 …#define TEST_ASSERT_FUNC(val) TestEq(true, !!(val), "'" "true" "' != '" #val "'", __FILE__, __LINE… macro
30 …#define TEST_ASSERT_FUNC(val) TestEq(true, !!(val), "'" "true" "' != '" #val "'", __FILE__, __LINE… macro