Searched defs:ProtoPath (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-parse/src/ |
D | proto_path.rs | 32 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 D | protoc_wrapper.rs | 245 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/ |
D | parse_and_typecheck.rs | 64 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/ |
D | file.rs | 29 _files_map: &HashMap<&ProtoPath, &FileDescriptor>, in gen_file()
|
/aosp_15_r20/external/grpc-grpc/src/csharp/Grpc.Tools/ |
H A D | ProtoCompile.cs | 323 public string[] ProtoPath { get; set; } property in Grpc.Tools.ProtoCompile
|
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-parse/src/pure/convert/ |
D | mod.rs | 605 name: &ProtoPath, in file_descriptor()
|