Searched refs:feature_flags_t (Results 1 – 11 of 11) sorted by relevance
181 using feature_flags_t = flags::bitfield_flag<std::uint8_t, struct feature_flags_tag>; typedef192 using feature_flags_t = libtorrent::feature_flags_t; typedef198 static constexpr feature_flags_t optimistic_unchoke_feature = 1_bit;201 static constexpr feature_flags_t tick_feature = 2_bit;205 static constexpr feature_flags_t dht_request_feature = 3_bit;209 static constexpr feature_flags_t alert_feature = 4_bit;217 virtual feature_flags_t implemented_features() { return {}; } in implemented_features()
48 constexpr feature_flags_t plugin::optimistic_unchoke_feature;49 constexpr feature_flags_t plugin::tick_feature;50 constexpr feature_flags_t plugin::dht_request_feature;51 constexpr feature_flags_t plugin::alert_feature;
890 feature_flags_t const features = ext->implemented_features(); in add_ses_extension()
42 lt::feature_flags_t implemented_features() override;
47 lt::feature_flags_t NativeSessionExtension::implemented_features() in implemented_features()
50 feature_flags_t implemented_features() override in implemented_features()
156 …callbacks it's interested in receiving by returning a bitmask from ``feature_flags_t implemented_f…