Lines Matching refs:extend
58 expanded.extend(expand_rust_type_import(ety));
59 hidden.extend(expand_rust_type_assert_unpin(ety, types));
67 expanded.extend(expand_struct(strct));
68 hidden.extend(expand_struct_operators(strct));
69 forbid.extend(expand_struct_forbid_drop(strct));
71 Api::Enum(enm) => expanded.extend(expand_enum(enm)),
75 expanded.extend(expand_cxx_type(ety));
76 hidden.extend(expand_cxx_type_assert_pinned(ety, types));
80 expanded.extend(expand_cxx_function_shim(efn, types));
83 expanded.extend(expand_rust_type_impl(ety));
84 hidden.extend(expand_rust_type_layout(ety, types));
86 Api::RustFunction(efn) => hidden.extend(expand_rust_function_shim(efn, types)),
88 expanded.extend(expand_type_alias(alias));
89 hidden.extend(expand_type_alias_verify(alias, types));
97 hidden.extend(expand_rust_box(ident, types, explicit_impl));
100 hidden.extend(expand_rust_vec(ident, types, explicit_impl));
103 expanded.extend(expand_unique_ptr(ident, types, explicit_impl));
106 expanded.extend(expand_shared_ptr(ident, types, explicit_impl));
109 expanded.extend(expand_weak_ptr(ident, types, explicit_impl));
112 expanded.extend(expand_cxx_vector(ident, explicit_impl, types));
118 hidden.extend(expand_forbid(forbid));
123 expanded.extend(quote! {
210 operators.extend(quote_spanned! {span=>
223 operators.extend(quote_spanned! {span=>
237 operators.extend(quote_spanned! {span=>
249 operators.extend(quote_spanned! {span=>
262 operators.extend(quote_spanned! {span=>
274 operators.extend(quote_spanned! {span=>
288 operators.extend(quote_spanned! {span=>
620 setup.extend(quote_spanned! {span=>
623 setup.extend(if efn.throws {
842 impls.extend(quote_spanned! {span=>
1048 call.extend(quote! { (#(#vars),*) });
1234 verify.extend(quote! {
1245 segments.extend(namespace_segments.cloned());