Home
last modified time | relevance | path

Searched defs:ProtoPath (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-parse/src/
Dproto_path.rs32 pub struct ProtoPath { struct
48 impl Borrow<ProtoPath> for ProtoPathBuf { argument
49 fn borrow(&self) -> &ProtoPath { in borrow()
57 fn deref(&self) -> &ProtoPath { in deref()
62 impl fmt::Display for ProtoPath { implementation
74 impl PartialEq<str> for ProtoPath { implementation
86 impl ProtoPath { impl
87 fn unchecked_new(path: &str) -> &ProtoPath { in unchecked_new()
88 unsafe { &*(path as *const str as *const ProtoPath) } in unchecked_new() constant
91 pub fn new(path: &str) -> anyhow::Result<&ProtoPath> { in new()
[all …]
/aosp_15_r20/external/bazelbuild-rules_rust/proto/prost/private/
H A Dprotoc_wrapper.rs245 struct ProtoPath(String); struct
247 impl ProtoPath { implementation
249 fn join(&self, component: &str) -> ProtoPath { in join()
261 impl Display for ProtoPath { implementation
267 impl From<&str> for ProtoPath { implementation
311 ) -> Result<BTreeMap<ProtoPath, RustModulePath>, String> { in get_extern_paths()
324 extern_paths: &mut BTreeMap<ProtoPath, RustModulePath>, in descriptor_set_file_to_extern_paths()
343 extern_paths: &mut BTreeMap<ProtoPath, RustModulePath>, in message_type_to_extern_paths()
344 proto_path: &ProtoPath, in message_type_to_extern_paths()
377 extern_paths: &mut BTreeMap<ProtoPath, RustModulePath>, in enum_type_to_extern_paths()
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-parse/src/pure/
Dparse_and_typecheck.rs64 protobuf_path: &ProtoPath, in file_and_all_deps_already_parsed()
92 protobuf_path: &ProtoPath, in add_file_content()
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-codegen/src/gen/
Dfile.rs29 _files_map: &HashMap<&ProtoPath, &FileDescriptor>, in gen_file()
/aosp_15_r20/external/grpc-grpc/src/csharp/Grpc.Tools/
H A DProtoCompile.cs323 public string[] ProtoPath { get; set; } property in Grpc.Tools.ProtoCompile
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-parse/src/pure/convert/
Dmod.rs605 name: &ProtoPath, in file_descriptor()