Home
last modified time | relevance | path

Searched refs:root_v2_viewed_from_v1 (Results 1 – 1 of 1) sorted by relevance

/external/flatbuffers/tests/
Dtest.cpp2502 auto root_v2_viewed_from_v1 = Evolution::V1::GetRoot(&binaries[1].front()); in EvolutionTest() local
2505 TEST_EQ(static_cast<uint8_t>(root_v2_viewed_from_v1->c_type()), 3); in EvolutionTest()
2506 TEST_NOTNULL(root_v2_viewed_from_v1->c()); in EvolutionTest()
2509 TEST_EQ(static_cast<int8_t>(root_v2_viewed_from_v1->d()), 3); in EvolutionTest()
2512 TEST_EQ(root_v2_viewed_from_v1->a(), 0); in EvolutionTest()
2515 TEST_EQ(root_v2_viewed_from_v1->f()->a(), 35); in EvolutionTest()