Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/protobuf/src/reflect/dynamic/
Drepeated.rs19 pub(crate) enum DynamicRepeated { enum
33 impl ReflectRepeated for DynamicRepeated { implementation
276 impl DynamicRepeated { implementation
277 pub fn new(elem: RuntimeType) -> DynamicRepeated { in new()