Home
last modified time | relevance | path

Searched refs:RuntimeTypeString (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/protobuf/src/reflect/value/
Dmod.rs13 use crate::reflect::runtime_types::RuntimeTypeString;
64 type RuntimeType = RuntimeTypeString;
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf/src/reflect/
Druntime_types.rs151 pub struct RuntimeTypeString; struct
553 impl RuntimeTypeTrait for RuntimeTypeString { implementation
595 impl RuntimeTypeWithDeref for RuntimeTypeString { implementation
602 impl RuntimeTypeHashable for RuntimeTypeString { implementation