Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/protobuf/src/
Derror.rs69 IncompatibleProtobufTypeAndRuntimeType, enumerator
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf/src/reflect/
Dprotobuf_type_box.rs67 _ => return Err(ProtobufError::IncompatibleProtobufTypeAndRuntimeType.into()), in new()