Searched defs:ProtobufIdent (Results 1 – 8 of 8) sorted by relevance
10 pub struct ProtobufIdent(String); struct25 impl Deref for ProtobufIdent { implementation33 impl From<&'_ str> for ProtobufIdent { implementation39 impl From<String> for ProtobufIdent { implementation45 impl Into<String> for ProtobufIdent { implementation51 impl fmt::Display for ProtobufIdent { implementation68 pub fn to_owned(&self) -> ProtobufIdent { in to_owned()73 impl ProtobufIdent { implementation78 pub fn new(s: &str) -> ProtobufIdent { in new()
231 pub fn pop(&mut self) -> Option<ProtobufIdent> { in pop()
5 pub struct ProtobufIdent(String); struct7 impl ProtobufIdent { impl10 pub fn new(s: &str) -> ProtobufIdent { in new()24 impl From<&'_ str> for ProtobufIdent { implementation30 impl From<String> for ProtobufIdent { implementation36 impl fmt::Display for ProtobufIdent { implementation145 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()
266 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()
76 fn members(&self) -> Vec<(ProtobufIdent, MessageOrEnum<'a>)> { in members()
137 fn map_entry_name_for_field_name(field_name: &str) -> ProtobufIdent { in map_entry_name_for_field_name()
668 option: &ProtobufIdent, in custom_option_builtin()
531 fn next_ident(&mut self) -> anyhow::Result<ProtobufIdent> { in next_ident()