Lines Matching defs:root_table
474 auto root_table = schema.root_table();
475 TEST_EQ_STR(root_table->name()->c_str(), "MyGame.Example.Monster");
476 auto fields = root_table->fields();
500 TEST_EQ(flatbuffers::Verify(schema, *schema.root_table(), flatbuf, length),
546 TEST_EQ(flatbuffers::Verify(schema, *schema.root_table(), flatbuf, length),
612 TEST_EQ(flatbuffers::Verify(schema, *schema.root_table(), resizingbuf.data(),
625 auto root_offset = flatbuffers::CopyTable(fbb, schema, *root_table,
633 TEST_EQ(flatbuffers::Verify(schema, *schema.root_table(),