Home
last modified time | relevance | path

Searched refs:inner_type (Results 1 – 6 of 6) sorted by relevance

/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/
Drx-subscription.hpp463 typedef detail::composite_subscription_inner inner_type; typedef in rxcpp::composite_subscription
468 : inner_type(et) in composite_subscription()
476 : inner_type() in composite_subscription()
477 , subscription(*static_cast<const inner_type*>(this)) in composite_subscription()
482 : inner_type(o) in composite_subscription()
487 : inner_type(std::move(o)) in composite_subscription()
494 inner_type::operator=(std::move(o)); in operator =()
506 using inner_type::clear;
516 auto w = inner_type::add(std::move(s)); in add()
530 inner_type::remove(w); in remove()
/external/rust/crates/bindgen/src/ir/analysis/
Dderive.rs223 let inner_type = in constrain_type() localVariable
225 if let TypeKind::Function(ref sig) = *inner_type.kind() { in constrain_type()
237 let inner_type = in constrain_type() localVariable
239 if inner_type != CanDerive::Yes { in constrain_type()
276 let inner_type = in constrain_type() localVariable
278 if inner_type != CanDerive::Yes { in constrain_type()
/external/rust/crates/bindgen/src/codegen/
Dimpl_debug.rs232 let inner_type = ctx.resolve_type(inner).canonical_type(ctx); in impl_debug() localVariable
233 match *inner_type.kind() { in impl_debug()
/external/rust/crates/quiche/deps/boringssl/src/crypto/pkcs8/
Dpkcs8_x509.c1085 inner_type, encrypted_content; in add_encrypted_data() local
1098 !CBB_add_asn1(&encrypted_content_info, &inner_type, CBS_ASN1_OBJECT) || in add_encrypted_data()
1099 !CBB_add_bytes(&inner_type, kPKCS7Data, sizeof(kPKCS7Data)) || in add_encrypted_data()
/external/boringssl/src/crypto/pkcs8/
Dpkcs8_x509.c1116 inner_type, encrypted_content; in add_encrypted_data() local
1129 !CBB_add_asn1(&encrypted_content_info, &inner_type, CBS_ASN1_OBJECT) || in add_encrypted_data()
1130 !CBB_add_bytes(&inner_type, kPKCS7Data, sizeof(kPKCS7Data)) || in add_encrypted_data()
/external/rust/crates/bindgen/src/ir/
Dty.rs973 let inner_type = match inner { in from_clang_ty() localVariable
985 TypeKind::TemplateAlias(inner_type, args) in from_clang_ty()