Searched refs:table_with_unbounded_vector (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/system/utest/fidl-compiler/
H A Dmax_bytes_tests.cpp360 auto table_with_unbounded_vector = test_library.LookupTable("TableWithUnboundedVector"); local
361 EXPECT_NONNULL(table_with_unbounded_vector);
362 EXPECT_EQ(table_with_unbounded_vector->typeshape.Size(), 16);
363 EXPECT_EQ(table_with_unbounded_vector->typeshape.MaxOutOfLine(), std::numeric_limits<uint32_t>::max());

Completed in 21 milliseconds