Searched refs:table_with_an_array (Results 1 – 1 of 1) sorted by relevance
413 auto table_with_an_array = test_library.LookupTable("TableWithAnArray"); in arrays() local414 EXPECT_NONNULL(table_with_an_array); in arrays()415 EXPECT_EQ(table_with_an_array->typeshape.Size(), 16); in arrays()416 EXPECT_EQ(table_with_an_array->typeshape.MaxOutOfLine(), 56); in arrays()
Completed in 45 milliseconds