Home
last modified time | relevance | path

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

/third_party/flatbuffers/tests/rust_usage_test/tests/
Darrays_test.rs313 struct NestedStructWrapper(NestedStruct); struct
315 impl Arbitrary for NestedStructWrapper { implementation
316 fn arbitrary<G: Gen>(g: &mut G) -> NestedStructWrapper { in arbitrary()
323 fn prop_struct(xs: FakeArray<NestedStructWrapper, ARRAY_SIZE>) { in prop_struct()