Searched refs:OutStruct (Results 1 – 17 of 17) sorted by relevance
/external/curl/src/ |
D | tool_cb_hdr.h | 46 struct OutStruct *outs; 47 struct OutStruct *heads; 48 struct OutStruct *etag_save;
|
D | tool_operate.h | 49 struct OutStruct outs; 50 struct OutStruct heads; 51 struct OutStruct etag_save;
|
D | tool_cb_wrt.h | 35 bool tool_create_output_file(struct OutStruct *outs,
|
D | tool_sdecls.h | 65 struct OutStruct { struct
|
D | tool_cb_hdr.c | 92 struct OutStruct *outs = &per->outs; in tool_header_cb() 93 struct OutStruct *heads = &per->heads; in tool_header_cb() 94 struct OutStruct *etag_save = &per->etag_save; in tool_header_cb()
|
D | tool_cb_wrt.c | 49 bool tool_create_output_file(struct OutStruct *outs, in tool_create_output_file() 137 struct OutStruct *outs = &per->outs; in tool_write_cb()
|
D | tool_operate.c | 453 struct OutStruct *outs = &per->outs; in post_per_transfer() 1918 struct OutStruct *outs; in single_transfer() 1919 struct OutStruct *heads; in single_transfer() 1920 struct OutStruct *etag_save; in single_transfer() 1922 struct OutStruct etag_first; in single_transfer()
|
/external/rust/android-crates-io/crates/diplomat_core/src/hir/ |
D | defs.rs | 13 OutStruct(&'tcx OutStructDef), enumerator 20 OutStruct(&'tcx OutStructDef), enumerator 213 Self::OutStruct(ty) => &ty.name, in name() 222 Self::OutStruct(ty) => &ty.docs, in docs() 230 Self::OutStruct(ty) => &ty.methods, in methods() 239 Self::OutStruct(ty) => &ty.attrs, in attrs() 248 Self::OutStruct(ty) => &ty.special_method_presence, in special_method_presence()
|
D | paths.rs | 12 OutStruct(OutStructPath), enumerator 132 ReturnableStructPath::OutStruct(path) => { in resolve() 133 ReturnableStructDef::OutStruct(path.resolve(tcx)) in resolve() 141 Self::OutStruct(p) => &p.lifetimes, in lifetimes()
|
D | type_context.rs | 53 OutStruct(OutStructId), enumerator 90 .map(|(i, ty)| (TypeId::OutStruct(OutStructId(i)), TypeDef::OutStruct(ty))), in all_types() 136 TypeId::OutStruct(i) => TypeDef::OutStruct(self.resolve_out_struct(i)), in resolve_type() 237 TypeId::OutStruct(OutStructId(ast_out_structs.len())) in from_ast_without_validation() 534 TypeId::OutStruct(x) in from() 647 struct OutStruct { in test_basic_lowering() 656 use crate::other_ffi::{Foo, OutStruct, OtherOpaque}; in test_basic_lowering() 667 out_struct: OutStruct, in test_basic_lowering() 682 pub fn use_out_as_in(&self, out: OutStruct) {} in test_basic_lowering()
|
D | ty_position.rs | 182 TypeDef::OutStruct(def) in wrap_struct_def() 248 ReturnableStructPath::OutStruct(p) => p.tcx_id.into(), in id() 258 Self::OutStruct(p) => p.link_lifetimes(tcx), in link_lifetimes()
|
D | elision.rs | 485 struct OutStruct<'a> { in simple_mod() 489 impl<'a> OutStruct<'a> { in simple_mod() impl
|
D | attrs.rs | 1290 struct OutStruct { in test_unsupported_features()
|
D | lowering.rs | 1005 Ok(OutType::Struct(ReturnableStructPath::OutStruct( in lower_out_type()
|
/external/rust/android-crates-io/crates/diplomat_core/src/hir/snapshots/ |
D | diplomat_core__hir__type_context__tests__basic_lowering.snap | 9 …uctWithOutField: found struct in input that is marked with #[diplomat::out]: OutStruct in OutStruct 16 …::use_out_as_in: found struct in input that is marked with #[diplomat::out]: OutStruct in OutStruct
|
D | diplomat_core__hir__attrs__tests__unsupported_features.snap | 5 Lowering error in OutStruct: Options of structs/enums/primitives not supported by this backend
|
D | diplomat_core__hir__elision__tests__simple_mod.snap | 13 name: "OutStruct", 126 OutStruct(
|