Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-parse/src/
Dprotobuf_rel_path.rs12 impl From<String> for ProtobufRelPath { implementation
13 fn from(s: String) -> ProtobufRelPath { in from()
18 impl From<&'_ str> for ProtobufRelPath { implementation
19 fn from(s: &str) -> ProtobufRelPath { in from()
89 pub fn append(&self, simple: &ProtobufRelPathRef) -> ProtobufRelPath { in append()
101 pub fn append_ident(&self, simple: &ProtobufIdentRef) -> ProtobufRelPath { in append_ident()
109 pub fn to_owned(&self) -> ProtobufRelPath { in to_owned()
116 impl ProtobufRelPath { implementation
127 pub fn new<S: Into<String>>(path: S) -> ProtobufRelPath { in new()
136 ) -> ProtobufRelPath { in from_components()
[all …]
Dprotobuf_abs_path.rs242 pub fn to_root_rel(&self) -> ProtobufRelPath { in to_root_rel()
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-codegen/src/gen/
Dwell_known_types.rs72 pub(crate) fn is_well_known_type_full(name: &ProtobufAbsPath) -> Option<ProtobufRelPath> { in is_well_known_type_full()
Dscope.rs269 pub fn protobuf_path_to_file(&self) -> ProtobufRelPath { in protobuf_path_to_file()
304 fn protobuf_name_to_package(&self) -> ProtobufRelPath { in protobuf_name_to_package()
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-parse/src/pure/
Dparser.rs319 fn next_full_ident_rel(&mut self) -> anyhow::Result<ProtobufRelPath> { in next_full_ident_rel()