Home
last modified time | relevance | path

Searched defs:ProtobufAbsPath (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-parse/src/
Dprotobuf_abs_path.rs19 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 …]
Dprotobuf_rel_path.rs105 pub fn to_absolute(&self) -> ProtobufAbsPath { in to_absolute()
141 pub fn into_absolute(self) -> ProtobufAbsPath { in into_absolute()
Dprotobuf_path.rs23 pub fn _resolve(&self, package: &ProtobufAbsPath) -> ProtobufAbsPath { in _resolve()
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-parse/src/pure/convert/
Dmod.rs123 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()
Doption_resolver.rs75 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()
Dtype_resolver.rs48 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/
Dscope.rs81 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()
Doneof.rs50 owner_name: &ProtobufAbsPath, in need_boxed()
Drust_types_values.rs526 type_name: &ProtobufAbsPath, in type_name_to_rust_relative()
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-parse/src/pure/
Dparser.rs519 fn next_package_opt(&mut self) -> anyhow::Result<Option<ProtobufAbsPath>> { in next_package_opt()