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

/fuchsia/zircon/system/utest/fidl-compiler/
H A Dmax_bytes_tests.cpp389 auto table_with_short_string = test_library.LookupTable("TableWithShortString"); local
390 EXPECT_NONNULL(table_with_short_string);
391 EXPECT_EQ(table_with_short_string->typeshape.Size(), 16);
392 EXPECT_EQ(table_with_short_string->typeshape.MaxOutOfLine(), 40);

Completed in 20 milliseconds