Home
last modified time | relevance | path

Searched defs:NestedStructWrapper (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/flatbuffers/tests/rust_usage_test/tests/
H A Darrays_test.rs305 struct NestedStructWrapper(NestedStruct); struct
307 impl Arbitrary for NestedStructWrapper { implementation
308 fn arbitrary<G: Gen>(g: &mut G) -> NestedStructWrapper { in arbitrary()
315 fn prop_struct(xs: FakeArray<NestedStructWrapper, ARRAY_SIZE>) { in prop_struct()