Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-codegen/src/gen/field/
Daccessor.rs89 let variant_path = oneof.variant_path(&self.proto_field.message.scope.rust_path_to_file()); in accessor_fn_oneof_enum() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-codegen/src/gen/
Doneof.rs103 pub fn variant_path(&self, reference: &RustRelativePath) -> RustIdentWithPath { in variant_path() method
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/protobuf-codegen/src/field/
Dmod.rs583 fn variant_path(&self) -> String { in variant_path() method