Home
last modified time | relevance | path

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

/external/rust/crates/protobuf-codegen/src/
Dprotobuf_name.rs5 pub struct ProtobufIdent(String); struct
7 impl ProtobufIdent { implementation
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.rs265 fn get_name(&self) -> ProtobufIdent; in get_name()
323 fn get_name(&self) -> ProtobufIdent { in get_name()
439 fn get_name(&self) -> ProtobufIdent { in get_name()
464 fn get_name(&self) -> ProtobufIdent { in get_name()