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

  /external/flatbuffers/tests/
test.cpp 239 TEST_EQ_STR(monster->name()->c_str(), "MyMonster");
286 TEST_EQ_STR(monster2->name()->c_str(), "Fred");
291 TEST_EQ_STR(vecofstrings->Get(0)->c_str(), "bob");
292 TEST_EQ_STR(vecofstrings->Get(1)->c_str(), "fred");
302 TEST_EQ_STR(vecofstrings2->Get(0)->c_str(), "jane");
303 TEST_EQ_STR(vecofstrings2->Get(1)->c_str(), "mary");
311 TEST_EQ_STR(vecoftables->Get(0)->name()->c_str(), "Barney");
313 TEST_EQ_STR(vecoftables->Get(1)->name()->c_str(), "Fred");
314 TEST_EQ_STR(vecoftables->Get(2)->name()->c_str(), "Wilma");
339 TEST_EQ_STR(nested_monster->name()->c_str(), "NestedMonster")
    [all...]
test_assert.h 22 #define TEST_EQ_STR(exp, val) TestEqStr(exp, val, #exp, __FILE__, __LINE__)
  /external/flatbuffers/tests/fuzzer/
flatbuffers_scalar_fuzzer.cc 285 TEST_EQ_STR(orig_back.c_str(),
315 TEST_EQ_STR(fix_back.c_str(), orig_back.c_str());
317 if (orig_done) { TEST_EQ_STR(fix_back.c_str(), orig_back.c_str()); }

Completed in 56 milliseconds