Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/protobuf-codegen/src/
Dprotobuf_name.rs80 pub fn into_absolute(self) -> ProtobufAbsolutePath { in into_absolute()
236 pub struct ProtobufAbsolutePath { struct
241 impl ProtobufAbsolutePath { argument
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.rs51 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()
Drust_types_values.rs502 type_name: &ProtobufAbsolutePath, in type_name_to_rust_relative()