Searched defs:ProtobufAbsolutePath (Results 1 – 3 of 3) sorted by relevance
80 pub fn into_absolute(self) -> ProtobufAbsolutePath { in into_absolute()236 pub struct ProtobufAbsolutePath { struct241 impl ProtobufAbsolutePath { argument247 pub fn new(path: String) -> ProtobufAbsolutePath { in new()261 pub fn from_path_without_dot(path: &str) -> ProtobufAbsolutePath { in from_path_without_dot()273 pub fn from_package_path(path: Option<&str>) -> ProtobufAbsolutePath { in from_package_path()281 pub fn from_path_maybe_dot(path: &str) -> ProtobufAbsolutePath { in from_path_maybe_dot()318 impl From<&'_ str> for ProtobufAbsolutePath { implementation324 impl From<String> for ProtobufAbsolutePath { implementation330 impl fmt::Display for ProtobufAbsolutePath { implementation
51 fqn: &ProtobufAbsolutePath, in find_message_or_enum()68 fn get_package(&self) -> ProtobufAbsolutePath { in get_package()95 name: &ProtobufAbsolutePath, in find_message_or_enum_abs()246 pub fn protobuf_absolute_path(&self) -> ProtobufAbsolutePath { in protobuf_absolute_path()282 fn name_absolute(&self) -> ProtobufAbsolutePath { in name_absolute()
502 type_name: &ProtobufAbsolutePath, in type_name_to_rust_relative()