Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-parse/src/
Dprotobuf_rel_path.rs24 impl ProtobufRelPathRef { implementation
33 pub fn new(path: &str) -> &ProtobufRelPathRef { in new()
43 pub fn split_first_rem(&self) -> Option<(&ProtobufIdentRef, &ProtobufRelPathRef)> { in split_first_rem()
63 fn parent(&self) -> Option<&ProtobufRelPathRef> { in parent()
74 pub fn self_and_parents(&self) -> Vec<&ProtobufRelPathRef> { in self_and_parents()
117 pub fn as_ref(&self) -> &ProtobufRelPathRef { in as_ref()
159 pub struct ProtobufRelPathRef(str); struct
161 impl Deref for ProtobufRelPathRef { implementation
172 fn deref(&self) -> &ProtobufRelPathRef { in deref()
183 impl fmt::Display for ProtobufRelPathRef { implementation
Dprotobuf_abs_path.rs65 pub fn remove_prefix(&self, prefix: &ProtobufAbsPathRef) -> Option<&ProtobufRelPathRef> { in remove_prefix()
207 pub fn push_relative(&mut self, relative: &ProtobufRelPathRef) { in push_relative()
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-parse/src/pure/convert/
Dtype_resolver.rs107 path: &ProtobufRelPathRef, in find_message_or_enum()
Doption_resolver.rs250 rel: &ProtobufRelPathRef, in scope_resolved_candidates_rel()
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-codegen/src/gen/
Dscope.rs94 name: &ProtobufRelPathRef, in find_message_or_enum()