Searched defs:ProtobufIdentRef (Results 1 – 4 of 4) sorted by relevance
15 pub struct ProtobufIdentRef(str); struct17 impl Deref for ProtobufIdentRef { implementation28 fn deref(&self) -> &ProtobufIdentRef { in deref()57 impl ProtobufIdentRef { impl58 pub fn new<'a>(ident: &'a str) -> &'a ProtobufIdentRef { in new()74 pub fn as_ref(&self) -> &ProtobufIdentRef { in as_ref()
43 pub fn split_first_rem(&self) -> Option<(&ProtobufIdentRef, &ProtobufRelPathRef)> { in split_first_rem()
202 pub fn push_simple(&mut self, simple: &ProtobufIdentRef) { in push_simple()
296 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()