Lines Matching refs:TEST_NOTNULL
71 #define TEST_NOTNULL(exp) TestEq(exp == NULL, false, #exp, __FILE__, __LINE__) macro
201 TEST_NOTNULL(pos); in AccessFlatBufferTest()
208 TEST_NOTNULL(inventory); in AccessFlatBufferTest()
218 TEST_NOTNULL(monster2); in AccessFlatBufferTest()
248 TEST_NOTNULL(vecoftables->LookupByKey("Barney")); in AccessFlatBufferTest()
249 TEST_NOTNULL(vecoftables->LookupByKey("Fred")); in AccessFlatBufferTest()
250 TEST_NOTNULL(vecoftables->LookupByKey("Wilma")); in AccessFlatBufferTest()
259 TEST_NOTNULL(tests); in AccessFlatBufferTest()
365 TEST_NOTNULL(pos); in ObjectFlatBuffersTest()
379 TEST_NOTNULL(monster3); in ObjectFlatBuffersTest()
457 TEST_NOTNULL(NULL); in ParseAndGenerateTextTest()
478 TEST_NOTNULL(hp_field_ptr); in ReflectionTest()
484 TEST_NOTNULL(friendly_field_ptr); in ReflectionTest()
485 TEST_NOTNULL(friendly_field_ptr->attributes()); in ReflectionTest()
486 TEST_NOTNULL(friendly_field_ptr->attributes()->LookupByKey("priority")); in ReflectionTest()
490 TEST_NOTNULL(pos_field_ptr); in ReflectionTest()
493 TEST_NOTNULL(pos_table_ptr); in ReflectionTest()
517 TEST_NOTNULL(pos_struct); in ReflectionTest()
523 TEST_NOTNULL(test3_struct); in ReflectionTest()
665 TEST_NOTNULL(NULL); in ParseProtoTest()
927 TEST_NOTNULL(NULL); in FuzzTest2()
943 TEST_NOTNULL(strstr(parser.error_.c_str(), error_substr)); in TestError()
1353 TEST_NOTNULL(strstr(err.c_str(), expected_err)); in ConformTest()