Lines Matching refs:set
21 #include <set>
76 NetSupplier(NetBearType bearerType, const std::string &netSupplierIdent, const std::set<NetCap> &netCaps);
90 bool CompareNetCaps(const std::set<NetCap> caps) const;
92 bool HasNetCaps(const std::set<NetCap> &caps) const;
131 bool SupplierConnection(const std::set<NetCap> &netCaps, const NetRequest &netrequest = {});
132 bool SupplierDisconnection(const std::set<NetCap> &netCaps);
142 std::set<uint32_t> &GetBestRequestList();
166 std::set<uint32_t> requestList_;
167 std::set<uint32_t> bestReqList_;
168 std::set<uint32_t> uidReqList_;