Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/read-fonts-0.15.6/src/
H A Darray.rs16 pub struct ComputedArray<'a, T: ReadArgs> { struct
24 impl<'a, T: ComputeSize> ComputedArray<'a, T> { argument
46 impl<'a, T: ReadArgs> ReadArgs for ComputedArray<'a, T> { implementation
50 impl<'a, T> FontReadWithArgs<'a> for ComputedArray<'a, T> implementation
60 impl<'a, T> ComputedArray<'a, T> implementation
92 impl<T: ReadArgs> std::fmt::Debug for ComputedArray<'_, T> { implementation