Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-codegen/src/gen/field/
Dtype_ext.rs10 fn protobuf_name(&self) -> &'static str; in protobuf_name() method
45 fn protobuf_name(&self) -> &'static str { in protobuf_name() method
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/protobuf-codegen/src/
Dlib.rs106 mod protobuf_name; module
Drust_types_values.rs432 pub fn protobuf_name(field_type: FieldDescriptorProto_Type) -> &'static str { in protobuf_name() function
/aosp_15_r20/system/media/camera/docs/
H A Dmetadata_helpers.py244 def protobuf_name(entry): function
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/protobuf-codegen/src/field/
Dmod.rs46 let protobuf_name = match self { in read() localVariable