Home
last modified time | relevance | path

Searched defs:ProtobufIdent (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-parse/src/
Dprotobuf_ident.rs10 pub struct ProtobufIdent(String); struct
25 impl Deref for ProtobufIdent { implementation
33 impl From<&'_ str> for ProtobufIdent { implementation
39 impl From<String> for ProtobufIdent { implementation
45 impl Into<String> for ProtobufIdent { implementation
51 impl fmt::Display for ProtobufIdent { implementation
68 pub fn to_owned(&self) -> ProtobufIdent { in to_owned()
73 impl ProtobufIdent { implementation
78 pub fn new(s: &str) -> ProtobufIdent { in new()
Dprotobuf_abs_path.rs231 pub fn pop(&mut self) -> Option<ProtobufIdent> { in pop()
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/protobuf-codegen/src/
Dprotobuf_name.rs5 pub struct ProtobufIdent(String); struct
7 impl ProtobufIdent { impl
10 pub fn new(s: &str) -> ProtobufIdent { in new()
24 impl From<&'_ str> for ProtobufIdent { implementation
30 impl From<String> for ProtobufIdent { implementation
36 impl fmt::Display for ProtobufIdent { implementation
145 pub fn split_first_rem(&self) -> Option<(ProtobufIdent, ProtobufRelativePath)> { in split_first_rem()
290 pub fn push_simple(&mut self, simple: ProtobufIdent) { in push_simple()
Dscope.rs266 fn get_name(&self) -> ProtobufIdent; in get_name()
324 fn get_name(&self) -> ProtobufIdent { in get_name()
440 fn get_name(&self) -> ProtobufIdent { in get_name()
465 fn get_name(&self) -> ProtobufIdent { in get_name()
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-parse/src/pure/convert/
Dtype_resolver.rs76 fn members(&self) -> Vec<(ProtobufIdent, MessageOrEnum<'a>)> { in members()
Dmod.rs137 fn map_entry_name_for_field_name(field_name: &str) -> ProtobufIdent { in map_entry_name_for_field_name()
Doption_resolver.rs668 option: &ProtobufIdent, in custom_option_builtin()
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-parse/src/pure/
Dparser.rs531 fn next_ident(&mut self) -> anyhow::Result<ProtobufIdent> { in next_ident()