Home
last modified time | relevance | path

Searched defs:ProtobufAbsPathRef (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-parse/src/pure/convert/
Doption_resolver.rs249 scope: &ProtobufAbsPathRef, in scope_resolved_candidates_rel()
264 scope: &ProtobufAbsPathRef, in scope_resolved_candidates()
275 path: &ProtobufAbsPathRef, in find_extension_by_abs_path()
293 scope: &ProtobufAbsPathRef, in find_extension_by_path()
307 scope: &ProtobufAbsPathRef, in ext_resolve_field_ext()
327 scope: &ProtobufAbsPathRef, in ext_resolve_field()
344 scope: &ProtobufAbsPathRef, in custom_option_ext_step()
410 scope: &ProtobufAbsPathRef, in custom_option_ext()
666 _scope: &ProtobufAbsPathRef, in custom_option_builtin()
708 scope: &ProtobufAbsPathRef, in custom_option()
[all …]
Dmod.rs211 scope: &ProtobufAbsPathRef, in message()
370 scope: &ProtobufAbsPathRef, in field()
463 scope: &ProtobufAbsPathRef, in field_type()
508 _scope: &ProtobufAbsPathRef, in enum_value()
519 scope: &ProtobufAbsPathRef, in enumeration()
534 _scope: &ProtobufAbsPathRef, in oneof()
Dtype_resolver.rs170 scope: &ProtobufAbsPathRef, in resolve_message_or_enum()
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-parse/src/
Dprotobuf_abs_path.rs26 pub struct ProtobufAbsPathRef(str); struct
34 impl Deref for ProtobufAbsPathRef { implementation
45 fn deref(&self) -> &ProtobufAbsPathRef { in deref()
50 impl ProtobufAbsPathRef { impl
59 pub fn new(path: &str) -> &ProtobufAbsPathRef { in new()
92 pub fn parent(&self) -> Option<&ProtobufAbsPathRef> { in parent()
105 pub fn self_and_parents(&self) -> Vec<&ProtobufAbsPathRef> { in self_and_parents()
126 pub fn as_ref(&self) -> &ProtobufAbsPathRef { in as_ref()
181 pub fn concat(a: &ProtobufAbsPathRef, b: &ProtobufRelPathRef) -> ProtobufAbsPath { in concat()
213 pub fn remove_suffix(&self, suffix: &ProtobufRelPathRef) -> Option<&ProtobufAbsPathRef> { in remove_suffix()
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-codegen/src/gen/
Dscope.rs104 name: &ProtobufAbsPathRef, in find_message_or_enum_abs()