Searched refs:inner_type (Results 1 – 2 of 2) sorted by relevance
463 typedef detail::composite_subscription_inner inner_type; typedef in rxcpp::composite_subscription468 : 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()
1061 inner_type, encrypted_content; in add_encrypted_data() local1074 !CBB_add_asn1(&encrypted_content_info, &inner_type, CBS_ASN1_OBJECT) || in add_encrypted_data()1075 !CBB_add_bytes(&inner_type, kPKCS7Data, sizeof(kPKCS7Data)) || in add_encrypted_data()