HomeSort by relevance Sort by last modified time
    Searched refs:TEST_NOTNULL (Results 1 - 2 of 2) sorted by null

  /external/flatbuffers/tests/
test_assert.h 21 #define TEST_NOTNULL(exp) TestEq(exp == NULL, false, #exp, __FILE__, __LINE__)
test.cpp 245 TEST_NOTNULL(pos);
252 TEST_NOTNULL(inventory);
285 TEST_NOTNULL(monster2);
315 TEST_NOTNULL(vecoftables->LookupByKey("Barney"));
316 TEST_NOTNULL(vecoftables->LookupByKey("Fred"));
317 TEST_NOTNULL(vecoftables->LookupByKey("Wilma"));
327 TEST_NOTNULL(vecofstructs->LookupByKey(3));
370 TEST_NOTNULL(tests);
490 TEST_NOTNULL(pos);
504 TEST_NOTNULL(monster3)
    [all...]

Completed in 176 milliseconds