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

/fuchsia/zircon/system/utest/fidl-compiler/
H A Dmax_bytes_tests.cpp350 auto unbounded_vectors = test_library.LookupStruct("UnboundedVectors"); local
351 EXPECT_NONNULL(unbounded_vectors);
352 EXPECT_EQ(unbounded_vectors->typeshape.Size(), 32);
353 EXPECT_EQ(unbounded_vectors->typeshape.MaxOutOfLine(), std::numeric_limits<uint32_t>::max());

Completed in 32 milliseconds