Lines Matching refs:testarrayoftables
365 auto vecoftables = monster->testarrayoftables(); in AccessFlatBufferTest()
555 auto &vecoftables = monster2->testarrayoftables; in CheckMonsterObject()
3559 a.testarrayoftables.push_back( in EqualOperatorTest()
3565 b.testarrayoftables.push_back( in EqualOperatorTest()
3577 a.testarrayoftables.push_back(std::move(c)); in EqualOperatorTest()
3578 b.testarrayoftables.push_back(std::move(d)); in EqualOperatorTest()
3582 a.testarrayoftables.pop_back(); in EqualOperatorTest()
3583 b.testarrayoftables.pop_back(); in EqualOperatorTest()
3587 a.testarrayoftables.push_back(nullptr); in EqualOperatorTest()
3588 b.testarrayoftables.push_back( in EqualOperatorTest()
4585 "testarrayoftables": [ in JsonUnsortedArrayTest()
4595 TEST_NOTNULL(monster->testarrayoftables()->LookupByKey("aaa")); in JsonUnsortedArrayTest()
4596 TEST_NOTNULL(monster->testarrayoftables()->LookupByKey("bbb")); in JsonUnsortedArrayTest()
4597 TEST_NOTNULL(monster->testarrayoftables()->LookupByKey("ccc")); in JsonUnsortedArrayTest()