Searched defs:ProtobufAbsPath (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-parse/src/ |
D | protobuf_abs_path.rs | 19 pub struct ProtobufAbsPath { struct 28 impl Default for ProtobufAbsPath { argument 42 impl Deref for ProtobufAbsPath { implementation 86 pub fn to_owned(&self) -> ProtobufAbsPath { in to_owned() 121 impl ProtobufAbsPath { implementation 135 pub fn try_new(path: &str) -> Option<ProtobufAbsPath> { in try_new() 143 pub fn new<S: Into<String>>(path: S) -> ProtobufAbsPath { in new() 154 pub fn new_from_rel(path: &str) -> ProtobufAbsPath { in new_from_rel() 169 pub fn package_from_file_proto(file: &FileDescriptorProto) -> ProtobufAbsPath { in package_from_file_proto() 173 pub fn package_from_file_descriptor(file: &FileDescriptor) -> ProtobufAbsPath { in package_from_file_descriptor() [all …]
|
D | protobuf_rel_path.rs | 105 pub fn to_absolute(&self) -> ProtobufAbsPath { in to_absolute() 141 pub fn into_absolute(self) -> ProtobufAbsPath { in into_absolute()
|
D | protobuf_path.rs | 23 pub fn _resolve(&self, package: &ProtobufAbsPath) -> ProtobufAbsPath { in _resolve()
|
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-parse/src/pure/convert/ |
D | mod.rs | 123 fn type_name(&self) -> Option<&ProtobufAbsPath> { in type_name() 146 scope: &ProtobufAbsPath, in map_entry_field() 173 scope: &ProtobufAbsPath, in map_entry_message() 194 scope: &ProtobufAbsPath, in group_message() 433 abs_path: &ProtobufAbsPath, in find_message_by_abs_name() 449 abs_path: &ProtobufAbsPath, in find_enum_by_abs_name() 544 scope: &ProtobufAbsPath, in extension()
|
D | option_resolver.rs | 75 fn current_path(&self) -> ProtobufAbsPath { in current_path() 242 path: &ProtobufAbsPath, in find_message_by_abs_name() 251 ) -> Vec<ProtobufAbsPath> { in scope_resolved_candidates_rel() 266 ) -> Vec<ProtobufAbsPath> { in scope_resolved_candidates() 652 scope: &ProtobufAbsPath, in option_value_field_to_unknown_value() 747 scope: &ProtobufAbsPath, in file_options()
|
D | type_resolver.rs | 48 fn current_path(&self) -> ProtobufAbsPath { in current_path() 155 absolute_path: &ProtobufAbsPath, in find_message_or_enum_by_abs_name()
|
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-codegen/src/gen/ |
D | scope.rs | 81 fn package(&self) -> ProtobufAbsPath { in package() 273 pub fn protobuf_absolute_path(&self) -> ProtobufAbsPath { in protobuf_absolute_path() 310 fn name_absolute(&self) -> ProtobufAbsPath { in name_absolute()
|
D | oneof.rs | 50 owner_name: &ProtobufAbsPath, in need_boxed()
|
D | rust_types_values.rs | 526 type_name: &ProtobufAbsPath, in type_name_to_rust_relative()
|
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-parse/src/pure/ |
D | parser.rs | 519 fn next_package_opt(&mut self) -> anyhow::Result<Option<ProtobufAbsPath>> { in next_package_opt()
|