Home
last modified time | relevance | path

Searched defs:ProtobufIdentRef (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-parse/src/
Dprotobuf_ident.rs15 pub struct ProtobufIdentRef(str); struct
17 impl Deref for ProtobufIdentRef { implementation
28 fn deref(&self) -> &ProtobufIdentRef { in deref()
57 impl ProtobufIdentRef { impl
58 pub fn new<'a>(ident: &'a str) -> &'a ProtobufIdentRef { in new()
74 pub fn as_ref(&self) -> &ProtobufIdentRef { in as_ref()
Dprotobuf_rel_path.rs43 pub fn split_first_rem(&self) -> Option<(&ProtobufIdentRef, &ProtobufRelPathRef)> { in split_first_rem()
Dprotobuf_abs_path.rs202 pub fn push_simple(&mut self, simple: &ProtobufIdentRef) { in push_simple()
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-codegen/src/gen/
Dscope.rs296 fn name(&self) -> &ProtobufIdentRef; in name()
350 fn name(&self) -> &ProtobufIdentRef { in name()
442 fn name(&self) -> &ProtobufIdentRef { in name()
460 fn name(&self) -> &ProtobufIdentRef { in name()