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

/fuchsia/zircon/system/utest/fidl-compiler/
H A Dmax_bytes_tests.cpp384 auto unbounded_string = test_library.LookupStruct("UnboundedString"); local
385 EXPECT_NONNULL(unbounded_string);
386 EXPECT_EQ(unbounded_string->typeshape.Size(), 16);
387 EXPECT_EQ(unbounded_string->typeshape.MaxOutOfLine(), std::numeric_limits<uint32_t>::max());

Completed in 22 milliseconds