Home
last modified time | relevance | path

Searched refs:OutStruct (Results 1 – 17 of 17) sorted by relevance

/external/curl/src/
Dtool_cb_hdr.h46 struct OutStruct *outs;
47 struct OutStruct *heads;
48 struct OutStruct *etag_save;
Dtool_operate.h49 struct OutStruct outs;
50 struct OutStruct heads;
51 struct OutStruct etag_save;
Dtool_cb_wrt.h35 bool tool_create_output_file(struct OutStruct *outs,
Dtool_sdecls.h65 struct OutStruct { struct
Dtool_cb_hdr.c92 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()
Dtool_cb_wrt.c49 bool tool_create_output_file(struct OutStruct *outs, in tool_create_output_file()
137 struct OutStruct *outs = &per->outs; in tool_write_cb()
Dtool_operate.c453 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/
Ddefs.rs13 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()
Dpaths.rs12 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()
Dtype_context.rs53 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()
Dty_position.rs182 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()
Delision.rs485 struct OutStruct<'a> { in simple_mod()
489 impl<'a> OutStruct<'a> { in simple_mod() impl
Dattrs.rs1290 struct OutStruct { in test_unsupported_features()
Dlowering.rs1005 Ok(OutType::Struct(ReturnableStructPath::OutStruct( in lower_out_type()
/external/rust/android-crates-io/crates/diplomat_core/src/hir/snapshots/
Ddiplomat_core__hir__type_context__tests__basic_lowering.snap9 …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
Ddiplomat_core__hir__attrs__tests__unsupported_features.snap5 Lowering error in OutStruct: Options of structs/enums/primitives not supported by this backend
Ddiplomat_core__hir__elision__tests__simple_mod.snap13 name: "OutStruct",
126 OutStruct(