Searched refs:ProtobufAbsPathRef (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-parse/src/ |
D | protobuf_abs_path.rs | 26 pub struct ProtobufAbsPathRef(str); struct 34 impl Deref for ProtobufAbsPathRef { implementation 43 type Target = ProtobufAbsPathRef; 45 fn deref(&self) -> &ProtobufAbsPathRef { in deref() argument 46 ProtobufAbsPathRef::new(&self.path) in deref() 50 impl ProtobufAbsPathRef { implementation 55 pub fn root() -> &'static ProtobufAbsPathRef { in root() 59 pub fn new(path: &str) -> &ProtobufAbsPathRef { in new() argument 65 pub fn remove_prefix(&self, prefix: &ProtobufAbsPathRef) -> Option<&ProtobufRelPathRef> { in remove_prefix() 78 pub fn starts_with(&self, that: &ProtobufAbsPathRef) -> bool { in starts_with() [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-parse/src/pure/convert/ |
D | option_resolver.rs | 30 use crate::ProtobufAbsPathRef; 249 scope: &ProtobufAbsPathRef, in scope_resolved_candidates_rel() argument 264 scope: &ProtobufAbsPathRef, in scope_resolved_candidates() argument 275 path: &ProtobufAbsPathRef, in find_extension_by_abs_path() argument 293 scope: &ProtobufAbsPathRef, in find_extension_by_path() argument 307 scope: &ProtobufAbsPathRef, in ext_resolve_field_ext() argument 327 scope: &ProtobufAbsPathRef, in ext_resolve_field() argument 344 scope: &ProtobufAbsPathRef, in custom_option_ext_step() argument 410 scope: &ProtobufAbsPathRef, in custom_option_ext() argument 666 _scope: &ProtobufAbsPathRef, in custom_option_builtin() argument [all …]
|
D | mod.rs | 27 use crate::ProtobufAbsPathRef; 211 scope: &ProtobufAbsPathRef, in message() argument 370 scope: &ProtobufAbsPathRef, in field() argument 463 scope: &ProtobufAbsPathRef, in field_type() argument 508 _scope: &ProtobufAbsPathRef, in enum_value() argument 519 scope: &ProtobufAbsPathRef, in enumeration() argument 534 _scope: &ProtobufAbsPathRef, in oneof() argument
|
D | type_resolver.rs | 9 use crate::ProtobufAbsPathRef; 170 scope: &ProtobufAbsPathRef, in resolve_message_or_enum() argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-codegen/src/gen/ |
D | scope.rs | 10 use protobuf_parse::ProtobufAbsPathRef; 104 name: &ProtobufAbsPathRef, in find_message_or_enum_abs() argument
|