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

/fuchsia/zircon/system/utest/fidl-compiler/
H A Dmax_bytes_tests.cpp394 auto table_with_unbounded_string = test_library.LookupTable("TableWithUnboundedString"); local
395 EXPECT_NONNULL(table_with_unbounded_string);
396 EXPECT_EQ(table_with_unbounded_string->typeshape.Size(), 16);
397 EXPECT_EQ(table_with_unbounded_string->typeshape.MaxOutOfLine(), std::numeric_limits<uint32_t>::max());

Completed in 17 milliseconds