Home
last modified time | relevance | path

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

/aosp_15_r20/external/flatbuffers/tests/rust_usage_test/tests/
H A Darrays_test.rs245 struct FakeArray<T, const N: usize>([T; N]); struct
247 impl<T: Arbitrary + Debug + PartialEq, const N: usize> Arbitrary for FakeArray<T, N> { implementation