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

/fuchsia/zircon/system/utest/fidl-compiler/
H A Dmax_bytes_tests.cpp365 auto table_with_unbounded_vectors = test_library.LookupTable("TableWithUnboundedVectors"); local
366 EXPECT_NONNULL(table_with_unbounded_vectors);
367 EXPECT_EQ(table_with_unbounded_vectors->typeshape.Size(), 16);
368 EXPECT_EQ(table_with_unbounded_vectors->typeshape.MaxOutOfLine(), std::numeric_limits<uint32_t>::max());

Completed in 22 milliseconds