Home
last modified time | relevance | path

Searched defs:ProtobufAbsolutePath (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/protobuf-codegen/src/
Dprotobuf_name.rs80 pub fn into_absolute(self) -> ProtobufAbsolutePath { in into_absolute()
236 pub struct ProtobufAbsolutePath { struct
241 impl ProtobufAbsolutePath { implementation
247 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 { implementation
324 impl From<String> for ProtobufAbsolutePath { implementation
330 impl fmt::Display for ProtobufAbsolutePath { implementation
Dscope.rs50 fqn: &ProtobufAbsolutePath, in find_message_or_enum()
67 fn get_package(&self) -> ProtobufAbsolutePath { in get_package()
94 name: &ProtobufAbsolutePath, in find_message_or_enum_abs()
245 pub fn protobuf_absolute_path(&self) -> ProtobufAbsolutePath { in protobuf_absolute_path()
281 fn name_absolute(&self) -> ProtobufAbsolutePath { in name_absolute()
Drust_types_values.rs501 type_name: &ProtobufAbsolutePath, in type_name_to_rust_relative()