Home
last modified time | relevance | path

Searched refs:rust_path_to_file (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-codegen/src/gen/
Dscope.rs247 pub fn rust_path_to_file(&self) -> RustRelativePath { in rust_path_to_file() method
282 relative_mod: self.rust_path_to_file(), in file_and_mod()
324 .rust_path_to_file() in rust_name_to_file()
520 .rust_path_to_file() in rust_name()
Doneof.rs136 oneof.type_name_relative(&oneof.oneof.message.scope.rust_path_to_file()), in parse()
304 .rust_path_to_file() in write_impl_oneof_full_fn_descriptor()
Dmessage.rs132 self.message.scope.rust_path_to_file() in mod_name()
415 Visibility::Path(self.message.scope().rust_path_to_file().to_reverse()), in write_generated_message_descriptor_data()
Dfile_descriptor.rs204 .rust_path_to_file() in file_descriptor_call_expr()
Denums.rs343 .rust_path_to_file() in write_generated_enum_descriptor_data()
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-codegen/src/gen/field/
Dmod.rs804 oneof.variant_path(&self.proto_field.message.scope.rust_path_to_file()), in write_self_field_assign_default()
947 o.variant_path(&self.proto_field.message.scope.rust_path_to_file()), in write_merge_from_oneof_case_block()
1399 o.variant_path(&self.proto_field.message.scope.rust_path_to_file()), in write_message_field_get_oneof()
1483 &self.proto_field.message.scope.rust_path_to_file() in write_message_field_has()
1535 oneof.variant_path(&self.proto_field.message.scope.rust_path_to_file()), in write_message_field_set()
1622 o.variant_path(&self.proto_field.message.scope.rust_path_to_file()) in write_message_field_mut()
1630 o.variant_path(&self.proto_field.message.scope.rust_path_to_file()), in write_message_field_mut()
1652 o.variant_path(&self.proto_field.message.scope.rust_path_to_file()) in write_message_field_mut()
1699 o.variant_path(&self.proto_field.message.scope.rust_path_to_file()) in write_message_field_take_oneof()
Daccessor.rs89 let variant_path = oneof.variant_path(&self.proto_field.message.scope.rust_path_to_file()); in accessor_fn_oneof_enum()