Searched refs:table_with_unbounded_vector (Results 1 – 1 of 1) sorted by relevance
360 auto table_with_unbounded_vector = test_library.LookupTable("TableWithUnboundedVector"); in vectors() local361 EXPECT_NONNULL(table_with_unbounded_vector); in vectors()362 EXPECT_EQ(table_with_unbounded_vector->typeshape.Size(), 16); in vectors()363 …EXPECT_EQ(table_with_unbounded_vector->typeshape.MaxOutOfLine(), std::numeric_limits<uint32_t>::ma… in vectors()
Completed in 33 milliseconds