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

/fuchsia/zircon/system/utest/fidl-compiler/
H A Dmax_bytes_tests.cpp345 auto unbounded_vector = test_library.LookupStruct("UnboundedVector"); local
346 EXPECT_NONNULL(unbounded_vector);
347 EXPECT_EQ(unbounded_vector->typeshape.Size(), 16);
348 EXPECT_EQ(unbounded_vector->typeshape.MaxOutOfLine(), std::numeric_limits<uint32_t>::max());

Completed in 67 milliseconds